complexType NPLCitationType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
children pat:NPLCitationText com:CitedBook com:CitedJournalArticle com:CitedConferenceProceedingsArticle com:CitedOtherKindNPL
used by
element pat:NPLCitation
attributes
Name Type Use Default Fixed annotation
id xsd:token
languageCode com:ExtendedISOLanguageCodeType
sequenceNumber xsd:string
source <xsd:complexType name="NPLCitationType">
<xsd:choice>
<xsd:element ref="pat: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:choice>
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:languageCode"/>
<xsd:attribute ref="com:sequenceNumber"/>
</xsd:complexType>