diagram |
|
version |
V2_0 |
namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Trademark |
type |
extension of com:LegalEntityType |
properties |
|
children |
com:LegalEntityName com:NationalLegalEntityCode com:NationalityCode com:IncorporationCountryCode com:IncorporationState com:CommentText com:Version com:Contact com:PartyIdentifier |
used by |
|
attributes |
Name |
|
Type |
|
Use |
|
Default |
|
Fixed |
|
annotation |
com:operationCategory |
|
com:OperationCategoryType |
|
|
|
|
|
|
|
documentation Category of data manipulation operation performed on the data element |
com:sequenceNumber |
|
xsd:string |
|
|
|
|
|
|
|
documentation Sequence number in a list or collection |
|
source |
<xsd:complexType name="AssignorType"> <xsd:complexContent>
|
<xsd:extension base="com:LegalEntityType"> <xsd:sequence>
|
<xsd:element ref="com:CommentText" minOccurs="0"> </xsd:element> |
|
<xsd:element ref="com:Version" minOccurs="0"> </xsd:element> |
|
<xsd:choice maxOccurs="unbounded"> <xsd:element ref="com:Contact"/> <xsd:element ref="com:PartyIdentifier"/> </xsd:choice> |
</xsd:sequence> <xsd:attribute ref="com:operationCategory"/> <xsd:attribute ref="com:sequenceNumber"/> </xsd:extension> |
</xsd:complexContent> </xsd:complexType> |