complexType GIUserCertificateType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/GeographicalIndication
children com:ApplicationNumber com:ApplicationDate com:RegistrationNumber com:RegistrationDate gin:GIReference gin:GIData gin:GIPublicationBag gin:AuthorizedUser com:RecordIdentifier com:RecordEventDate
used by
element gin:GIUserCertificate
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
com:officeCode com:ExtendedWIPOST3CodeType
com:languageCode com:ExtendedISOLanguageCodeType
source <xsd:complexType name="GIUserCertificateType">
<xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:element ref="com:ApplicationNumber">
</xsd:element> <xsd:element ref="com:ApplicationDate">
</xsd:element>
</xsd:sequence> <xsd:sequence minOccurs="0">
<xsd:element ref="com:RegistrationNumber">
</xsd:element> <xsd:element ref="com:RegistrationDate" minOccurs="0">
</xsd:element>
</xsd:sequence> <xsd:choice minOccurs="0">
<xsd:element ref="gin:GIReference">
</xsd:element> <xsd:element ref="gin:GIData">
</xsd:element>
</xsd:choice> <xsd:element ref="gin:GIPublicationBag" minOccurs="0">
</xsd:element> <xsd:element ref="gin:AuthorizedUser" maxOccurs="unbounded">
</xsd:element> <xsd:element ref="com:RecordIdentifier" minOccurs="0">
</xsd:element> <xsd:element ref="com:RecordEventDate" minOccurs="0">
</xsd:element>
</xsd:sequence> <xsd:attribute ref="com:id">
</xsd:attribute> <xsd:attribute ref="com:officeCode">
</xsd:attribute> <xsd:attribute ref="com:languageCode">
</xsd:attribute>
</xsd:complexType>