complexType SubordinateType
diagram
version V2_1
namespace https://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:extension>
</xsd:complexContent>
</xsd:complexType>