complexType  SubordinateType 
diagram
versionV3_1
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Common
typeextension of com:ContactType
childrencom:Name  com:PostalAddressBag  com:FaxNumberBag  com:EmailAddressBag  com:WebAddressBag  com:PhoneNumberBag  com:OtherElectronicAddressBag  com:ContactText
used by
element com:Subordinate
attributes
Name  Type Use Default Fixed annotation
com:languageCode com:ExtendedISOLanguageCodeType        
com:subordinateCategory com:SubordinateCategoryType        
source<xsd:complexType  name="SubordinateType">
<xsd:complexContent>
<xsd:extension  base="com:ContactType">
<xsd:attribute  ref="com:subordinateCategory">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>