<xsd:complexType name="AddressAugmentationType">
<xsd:annotation>
<xsd:documentation>A data type for additional information about an address.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="AugmentationType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:AugmentationType">
<xsd:sequence>
<xsd:element ref="scr:AddressIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:AddressClassification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:INSLookoutIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CountryNameID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CountryNameBeginDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CountryNameEndDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CountrySubdivisionID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CountrySubdivisionNameID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CountrySubdivisionNameBeginDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CountrySubdivisionNameEndDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CountrySubdivisionName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CountrySubdivisionCategoryCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CountrySubdivisionCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:ElectronicAddress" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:LocationBlockGroupCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:LocationCarrierRouteCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:LocationTractCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:LocationBuildingUnitName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:LocationBuildingUnitNumberText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:LocationElement" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|