complexType PatentDocumentIdentificationType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
children com:PatentDocumentKindCode com:DocumentNumber com:IPOfficeCode com:PatentDocumentDate
used by
element com:PatentDocumentIdentification
attributes
Name Type Use Default Fixed annotation
id xsd:token
webURI xsd:anyURI
patentDocumentIdentificationFormatCategory com:PatentDocumentIdentificationFormatCategoryType
source <xsd:complexType name="PatentDocumentIdentificationType">
<xsd:sequence>
<xsd:element ref="com:PatentDocumentKindCode" minOccurs="0">
</xsd:element>
<xsd:element ref="com:DocumentNumber">
</xsd:element>
<xsd:element ref="com:IPOfficeCode">
</xsd:element>
<xsd:element ref="com:PatentDocumentDate" minOccurs="0">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:webURI"/>
<xsd:attribute ref="com:patentDocumentIdentificationFormatCategory"/>
</xsd:complexType>