<?xml version = "1.0" encoding = "UTF-8"?>
<xsd:schema xmlns:com="http://www.wipo.int/standards/XMLSchema/ST96/Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" elementFormDefault="qualified" attributeFormDefault="qualified" version="V3_0">
<xsd:include schemaLocation = "PostalStructuredAddress.xsd" />
<xsd:include schemaLocation = "PostalAddressText.xsd" />
<xsd:complexType name="PostalAddressType">
		<xsd:choice>
<xsd:element ref="com:PostalStructuredAddress"/>
<xsd:element ref="com:PostalAddressText" maxOccurs="unbounded"/>
		</xsd:choice>
	</xsd:complexType>
</xsd:schema>
