complexType SubordinateType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of com:ContactType
properties
base 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 documentation
Two-letter code given to language names in ISO 639-1
com:subordinateCategory com:SubordinateCategoryType documentation
Category of subordinate responsibility, e.g., editor, translator
source <xsd:complexType name="SubordinateType">
<xsd:complexContent>
<xsd:extension base="com:ContactType">
<xsd:attribute ref="com:subordinateCategory"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>