complexType  SubordinateType  
diagram
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of com:ContactType 
children   com: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>