complexType PostalStructuredAddressType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:AddressLineText com:CityName com:GeographicRegionName com:CountryCode com:PostalCode
used by
element com:PostalStructuredAddress
attributes
Name Type Use Default Fixed annotation
com:languageCode com:ExtendedISOLanguageCodeType
com:postalAddressCategory com:PostalAddressCategoryType
source <xsd:complexType name="PostalStructuredAddressType">
<xsd:sequence>
<xsd:element ref="com:AddressLineText" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="com:CityName" minOccurs="0">
</xsd:element>
<xsd:element ref="com:GeographicRegionName" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="com:CountryCode">
</xsd:element>
<xsd:element ref="com:PostalCode" minOccurs="0">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="com:languageCode"/>
<xsd:attribute ref="com:postalAddressCategory"/>
</xsd:complexType>