diagram | |||||||||||||||||||||||
version | V3_0 | ||||||||||||||||||||||
namespace | http://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 |
| ||||||||||||||||||||||
source | <xsd:complexType name="ContactType">
<xsd:choice> </xsd:complexType>
<xsd:sequence> </xsd:choice>
<xsd:attribute ref="com:languageCode"></xsd:attribute>
<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:element ref="com:ContactText"></xsd:element>
|