complexType PartyIdentifierType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of xsd:token
used by
element com:PartyIdentifier
attributes
Name Type Use Default Fixed annotation
com:officeCode com:ExtendedWIPOST3CodeType
com:partyIdentifierCategory com:PartyIdentifierCategoryType
source <xsd:complexType name="PartyIdentifierType">
<xsd:simpleContent>
<xsd:extension base="xsd:token">
<xsd:attribute ref="com:officeCode">
</xsd:attribute> <xsd:attribute ref="com:partyIdentifierCategory">
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>