diagram |
 |
version |
0.3 |
namespace |
https://www.wipo.int/standards/XMLSchema/Common/0 |
children |
com:Name com:PostalAddressBag com:FaxNumberBag com:EmailAddressBag com:WebAddressBag com:PhoneNumberBag com:OtherElectronicAddressBag |
used by |
|
attributes |
Name |
| Type |
| Use |
| Default |
| Fixed |
| annotation |
languageCode |
| com:ExtendedISOLanguageCodeType |
|
|
|
|
|
|
|
|
|
source |
<xsd:complexType name="ContactType"> <xsd:sequence>
| <xsd:element ref="com:Name"> </xsd:element> |
| <xsd:element ref="com:PostalAddressBag" minOccurs="0"> </xsd:element> |
| <xsd:element ref="com:FaxNumberBag" minOccurs="0"> </xsd:element> |
| <xsd:element ref="com:EmailAddressBag" minOccurs="0"> </xsd:element> |
| <xsd:element ref="com:WebAddressBag" minOccurs="0"> </xsd:element> |
| <xsd:element ref="com:PhoneNumberBag" minOccurs="0"> </xsd:element> |
| <xsd:element ref="com:OtherElectronicAddressBag" minOccurs="0"> </xsd:element> |
</xsd:sequence> <xsd:attribute ref="com:languageCode"/> </xsd:complexType> |