Definition Type: ComplexType
Name: AddressCollection_type
Namespace: http://niem.gov/niem/external/urisa-street-address/draft-0.2.0/dhs-gmo/1.0.0
Containing Schema: StreetAddressDataStandard.xsd
Abstract
Documentation:
The Single Choice Union of all Address Types
Collapse XSD Schema Diagram:
Drilldown into GeneralAddress in schema streetaddressdatastandard_xsd Drilldown into USPSGeneralDeliveryAddress in schema streetaddressdatastandard_xsd Drilldown into USPSPostalDeliveryRoute in schema streetaddressdatastandard_xsd Drilldown into USPSPostalDeliveryBox in schema streetaddressdatastandard_xsd Drilldown into CommunityAddress in schema streetaddressdatastandard_xsd Drilldown into MultiSiteLandmarkAddress in schema streetaddressdatastandard_xsd Drilldown into SingleSiteLandmarkAddress in schema streetaddressdatastandard_xsd Drilldown into UnnumberedThoroughfareAddress in schema streetaddressdatastandard_xsd Drilldown into FourNumberAddressRange in schema streetaddressdatastandard_xsd Drilldown into TwoNumberAddressRange in schema streetaddressdatastandard_xsd Drilldown into IntersectionAddress in schema streetaddressdatastandard_xsd Drilldown into LandmarkSiteAddress in schema streetaddressdatastandard_xsd Drilldown into SiteAddress in schema streetaddressdatastandard_xsd Drilldown into AddressScheme in schema streetaddressdatastandard_xsdXSD Diagram of AddressCollection_type in schema streetaddressdatastandard_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressScheme addr:AddressScheme (1) (1)
SiteAddress addr:SiteAddress (1) (1)
LandmarkSiteAddress addr:LandmarkSiteAddress (1) (1)
IntersectionAddress addr:IntersectionAddress (1) (1)
TwoNumberAddressRange addr:TwoNumberAddressRange (1) (1)
FourNumberAddressRange addr:FourNumberAddressRange (1) (1)
UnnumberedThoroughfareAddress addr:UnnumberedThoroughfareAddress (1) (1)
SingleSiteLandmarkAddress addr:SingleSiteLandmarkAddress (1) (1)
MultiSiteLandmarkAddress addr:MultiSiteLandmarkAddress (1) (1)
CommunityAddress addr:CommunityAddress (1) (1)
USPSPostalDeliveryBox addr:USPSPostalDeliveryBox (1) (1)
USPSPostalDeliveryRoute addr:USPSPostalDeliveryRoute (1) (1)
USPSGeneralDeliveryAddress addr:USPSGeneralDeliveryAddress (1) (1)
GeneralAddress addr:GeneralAddress (1) (1)