complexType ApplicantType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/GeographicalIndication
children com:PartyIdentifier com:Contact com:PublicationContact com:NationalityCode com:ResidenceCountryCode gin:InterestedPartyJustificationText gin:ProducerIdentifier gin:ProcessorIdentifier gin:GroupIdentifier gin:AccreditationCategory gin:AccreditationDate
used by
element gin:Applicant
attributes
Name Type Use Default Fixed annotation
com:sequenceNumber xsd:string
com:id xsd:ID
source <xsd:complexType name="ApplicantType">
<xsd:sequence>
<xsd:element ref="com:PartyIdentifier" minOccurs="0">
</xsd:element> <xsd:choice maxOccurs="2">
<xsd:element ref="com:Contact">
</xsd:element> <xsd:element ref="com:PublicationContact">
</xsd:element>
</xsd:choice> <xsd:element ref="com:NationalityCode" minOccurs="0">
</xsd:element> <xsd:element ref="com:ResidenceCountryCode" minOccurs="0">
</xsd:element> <xsd:element ref="gin:InterestedPartyJustificationText" minOccurs="0">
</xsd:element> <xsd:sequence>
<xsd:element ref="gin:ProducerIdentifier" minOccurs="0">
</xsd:element> <xsd:element ref="gin:ProcessorIdentifier" minOccurs="0">
</xsd:element> <xsd:element ref="gin:GroupIdentifier" minOccurs="0">
</xsd:element>
</xsd:sequence> <xsd:sequence minOccurs="0">
<xsd:element ref="gin:AccreditationCategory">
</xsd:element> <xsd:element ref="gin:AccreditationDate">
</xsd:element>
</xsd:sequence>
</xsd:sequence> <xsd:attribute ref="com:sequenceNumber">
</xsd:attribute> <xsd:attribute ref="com:id">
</xsd:attribute>
</xsd:complexType>