diagram |
|
version |
V2_0 |
namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Common |
children |
com:Name com:PostalAddressBag com:FaxNumberBag com:EmailAddressBag com:WebAddressBag com:PhoneNumberBag com:OtherElectronicAddressBag com:ContactText |
used by |
|
attributes |
Name |
|
Type |
|
Use |
|
Default |
|
Fixed |
|
annotation |
com:languageCode |
|
com:ExtendedISOLanguageCodeType |
|
|
|
|
|
|
|
documentation Two-letter code given to language names in ISO 639-1 |
|
source |
<xsd:complexType name="ContactType"> <xsd:choice>
|
<xsd:sequence> <xsd:element ref="com:Name"/> <xsd:element ref="com:PostalAddressBag" minOccurs="0"/> <xsd:element ref="com:FaxNumberBag" minOccurs="0"/> <xsd:element ref="com:EmailAddressBag" minOccurs="0"/> <xsd:element ref="com:WebAddressBag" minOccurs="0"/> <xsd:element ref="com:PhoneNumberBag" minOccurs="0"/> <xsd:element ref="com:OtherElectronicAddressBag" minOccurs="0"/> </xsd:sequence> |
|
<xsd:element ref="com:ContactText"> </xsd:element> |
</xsd:choice> <xsd:attribute ref="com:languageCode"/> </xsd:complexType> |