complexType NPLCitationType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:NPLCitationText com:CitedBook com:CitedJournalArticle com:CitedConferenceProceedingsArticle com:CitedOtherKindNPL com:WebURI com:FileName
used by
element com:NPLCitation
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
com:languageCode com:ExtendedISOLanguageCodeType
com:sequenceNumber xsd:string
source <xsd:complexType name="NPLCitationType">
<xsd:choice>
<xsd:element ref="com:NPLCitationText">
</xsd:element>
<xsd:element ref="com:CitedBook">
</xsd:element>
<xsd:element ref="com:CitedJournalArticle">
</xsd:element>
<xsd:element ref="com:CitedConferenceProceedingsArticle">
</xsd:element>
<xsd:element ref="com:CitedOtherKindNPL">
</xsd:element>
<xsd:element ref="com:WebURI">
</xsd:element>
<xsd:element ref="com:FileName">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:languageCode"/>
<xsd:attribute ref="com:sequenceNumber"/>
</xsd:complexType>