complexType  PublicationContactType  
diagram
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
children   com:Name com:CityName com:GeographicRegionName com:CountryCode com:PostalCode 
used by
element     com:PublicationContact 
attributes
Name   Type   Use   Default   Fixed   annotation
com:languageCode    com:ExtendedISOLanguageCodeType                
source <xsd:complexType  name="PublicationContactType">
<xsd:sequence>
<xsd:element  ref="com:Name">
</xsd:element> <xsd:element  ref="com:CityName"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:GeographicRegionName"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:CountryCode"  minOccurs="0">
</xsd:element> <xsd:element  ref="com:PostalCode"  minOccurs="0">
</xsd:element>
</xsd:sequence> <xsd:attribute  ref="com:languageCode">
</xsd:attribute>
</xsd:complexType>