complexType NPLCitationType
diagram
version V2_0
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 documentation
Unique identifier global to the entire document
com:languageCode com:ExtendedISOLanguageCodeType documentation
Two-letter code given to language names in ISO 639-1
com:sequenceNumber xsd:string documentation
Sequence number in a list or collection
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>