complexType SubordinateType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type extension of com:ContactType
children com:Name com:PostalAddressBag com:FaxNumberBag com:EmailAddressBag com:WebAddressBag com:PhoneNumberBag com:OtherElectronicAddressBag
used by
element com:Subordinate
attributes
Name Type Use Default Fixed annotation
languageCode com:ExtendedISOLanguageCodeType
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>