| diagram |
 |
| version |
0.3 |
| namespace |
https://www.wipo.int/standards/XMLSchema/Common/0 |
| children |
com:AddressLineText com:CityName com:GeographicRegionName com:CountryCode com:PostalCode |
| used by |
|
| attributes |
|
| 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> |