complexType  LicenseeType  
diagram
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Trademark
children   com:LegalEntityName com:PartyIdentifier com:Contact com:NationalLegalEntityCode com:NationalityCode com:IncorporationCountryCode com:IncorporationState com:CommentText tmk:Entitlement 
used by
element     tmk:Licensee tmk:PreviousLicensee 
attributes
Name   Type   Use   Default   Fixed   annotation
com:operationCategory    com:OperationCategoryType                
com:sequenceNumber    xsd:string                
source <xsd:complexType  name="LicenseeType">
<xsd:sequence>
<xsd:choice  maxOccurs="unbounded">
<xsd:element  ref="com:LegalEntityName">
</xsd:element> <xsd:element  ref="com:PartyIdentifier">
</xsd:element> <xsd:element  ref="com:Contact">
</xsd:element>
</xsd:choice> <xsd:element  ref="com:NationalLegalEntityCode"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:NationalityCode"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:IncorporationCountryCode"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:IncorporationState"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:CommentText"  minOccurs="0">
</xsd:element> <xsd:element  ref="tmk:Entitlement"  minOccurs="0">
</xsd:element>
</xsd:sequence> <xsd:attribute  ref="com:operationCategory">
</xsd:attribute> <xsd:attribute  ref="com:sequenceNumber">
</xsd:attribute>
</xsd:complexType>