Definition Type: ComplexType
Name: GeneralAddress_type
Namespace: http://niem.gov/niem/external/urisa-street-address/draft-0.2.0/dhs-gmo/1.0.0
Containing Schema: StreetAddressDataStandard.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AddressAttributes in schema streetaddressdatastandard_xsd Drilldown into NationName in schema streetaddressdatastandard_xsd Drilldown into PlaceStateZip in schema streetaddressdatastandard_xsd Drilldown into CompleteFeatureAddress in schema streetaddressdatastandard_xsd Drilldown into action in schema streetaddressdatastandard_xsdXSD Diagram of GeneralAddress_type in schema streetaddressdatastandard_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="GeneralAddress_type">
    <xsd:sequence>
        <xsd:element name="CompleteFeatureAddress" type="addr:CompleteFeatureAddress_type" minOccurs="1" maxOccurs="1" />
        <xsd:element name="PlaceStateZip" type="addr:PlaceStateZip_type" minOccurs="1" maxOccurs="1" />
        <xsd:element name="NationName" type="addr:NationName_type" minOccurs="0" maxOccurs="1" />
        <xsd:element name="AddressAttributes" type="addr:AddressAttributes_type" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="action" type="addr:Action_type" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CompleteFeatureAddress addr:CompleteFeatureAddress 1 1
PlaceStateZip addr:PlaceStateZip 1 1
NationName addr:NationName 0 1
AddressAttributes addr:AddressAttributes 0 1
Collapse Child Attributes:
Name Type Default Value Use
action addr:action Optional
Collapse Derivation Tree:
Collapse References:
addr:GeneralAddress, addr:GeneralAddress