Definition Type: ComplexType
Name: AddressType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
Location of the responsible individual or organization.
Collapse XSD Schema Diagram:
Drilldown into ElectronicMailAddress in schema ows_xsd Drilldown into Country in schema ows_xsd Drilldown into PostalCode in schema ows_xsd Drilldown into AdministrativeArea in schema ows_xsd Drilldown into City in schema ows_xsd Drilldown into DeliveryPoint in schema ows_xsdXSD Diagram of AddressType in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="AddressType">
    <annotation>
        <documentation>Location of the responsible individual or organization. </documentation>
    </annotation>
    <sequence>
        <element name="DeliveryPoint" type="string" minOccurs="0" maxOccurs="unbounded">
            <annotation>
                <documentation>Address line for the location. </documentation>
            </annotation>
        </element>
        <element name="City" type="string" minOccurs="0">
            <annotation>
                <documentation>City of the location. </documentation>
            </annotation>
        </element>
        <element name="AdministrativeArea" type="string" minOccurs="0">
            <annotation>
                <documentation>State or province of the location. </documentation>
            </annotation>
        </element>
        <element name="PostalCode" type="string" minOccurs="0">
            <annotation>
                <documentation>ZIP or other postal code. </documentation>
            </annotation>
        </element>
        <element name="Country" type="string" minOccurs="0">
            <annotation>
                <documentation>Country of the physical address. </documentation>
            </annotation>
        </element>
        <element name="ElectronicMailAddress" type="string" minOccurs="0" maxOccurs="unbounded">
            <annotation>
                <documentation>Address of the electronic mailbox of the responsible organization or individual. </documentation>
            </annotation>
        </element>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeliveryPoint ows:DeliveryPoint 0 unbounded
City ows:City 0 (1)
AdministrativeArea ows:AdministrativeArea 0 (1)
PostalCode ows:PostalCode 0 (1)
Country ows:Country 0 (1)
ElectronicMailAddress ows:ElectronicMailAddress 0 unbounded
Collapse Derivation Tree:
Collapse References:
ows:Address