complexType  ContactType  
diagram
version V3_2
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
element     pat:AuthorityContact com:BioDepositDepositary com:Contact 
complexType     com:SubordinateType 
attributes
Name   Type   Use   Default   Fixed   annotation
com:languageCode    com:ExtendedISOLanguageCodeType                
source <xsd:complexType  name="ContactType">
<xsd:choice>
<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:element  ref="com:ContactText">
</xsd:element>
</xsd:choice> <xsd:attribute  ref="com:languageCode">
</xsd:attribute>
</xsd:complexType>