<xsd:complexType name="AddressCollection_type">
<xsd:annotation>
<xsd:documentation>
The Single Choice Union of all Address Types
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="AddressScheme" type="addr:AddressScheme_type" />
<xsd:element name="SiteAddress" type="addr:SiteAddress_type" />
<xsd:element name="LandmarkSiteAddress" type="addr:LandmarkSiteAddress_type" />
<xsd:element name="IntersectionAddress" type="addr:IntersectionAddress_type" />
<xsd:element name="TwoNumberAddressRange" type="addr:TwoNumberAddressRange_type" />
<xsd:element name="FourNumberAddressRange" type="addr:FourNumberAddressRange_type" />
<xsd:element name="UnnumberedThoroughfareAddress" type="addr:UnnumberedThoroughfareAddress_type" />
<xsd:element name="SingleSiteLandmarkAddress" type="addr:SingleSiteLandmarkAddress_type" />
<xsd:element name="MultiSiteLandmarkAddress" type="addr:MultiSiteLandmarkAddress_type" />
<xsd:element name="CommunityAddress" type="addr:CommunityAddress_type" />
<xsd:element name="USPSPostalDeliveryBox" type="addr:USPSPostalDeliveryBox_type" />
<xsd:element name="USPSPostalDeliveryRoute" type="addr:USPSPostalDeliveryRoute_type" />
<xsd:element name="USPSGeneralDeliveryAddress" type="addr:USPSGeneralDeliveryAddress_type" />
<xsd:element name="GeneralAddress" type="addr:GeneralAddress_type" />
</xsd:choice>
</xsd:complexType>
|