complexType GazetteReferenceType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:GazetteNumber com:PublicationDate pat:GazetteReferenceText com:IPOfficeCode
used by
element pat:GazetteReference
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="GazetteReferenceType">
<xsd:annotation>
<xsd:documentation>
Patent bulletin / gazette information.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="pat:GazetteNumber">
</xsd:element>
<xsd:element ref="com:PublicationDate">
</xsd:element>
<xsd:element ref="pat:GazetteReferenceText" minOccurs="0">
</xsd:element>
<xsd:element ref="com:IPOfficeCode" minOccurs="0">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
</xsd:complexType>