complexType PatentGrantIdentificationType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children com:IPOfficeCode pat:PatentNumber com:PublicationLanguageCode com:PatentDocumentKindCode pat:GrantDate
used by
element pat:PatentGrantIdentification
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="PatentGrantIdentificationType">
<xsd:sequence>
<xsd:element ref="com:IPOfficeCode">
</xsd:element>
<xsd:element ref="pat:PatentNumber">
</xsd:element>
<xsd:element ref="com:PublicationLanguageCode" minOccurs="0">
</xsd:element>
<xsd:element ref="com:PatentDocumentKindCode" minOccurs="0">
</xsd:element>
<xsd:element ref="pat:GrantDate" minOccurs="0">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
</xsd:complexType>