Definition Type: ComplexType
Name: Location_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 ZValue in schema streetaddressdatastandard_xsd Drilldown into XYCoordinate in schema streetaddressdatastandard_xsd Drilldown into LongLat in schema streetaddressdatastandard_xsd Drilldown into USNGCoordinate in schema streetaddressdatastandard_xsdXSD Diagram of Location_type in schema streetaddressdatastandard_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="Location_type">
    <xsd:sequence>
        <xsd:element name="USNGCoordinate" type="addr:LocationUSNG_type" minOccurs="0" maxOccurs="1" />
        <xsd:element name="LongLat" type="addr:LocationLongLat_type" minOccurs="0" maxOccurs="1" />
        <xsd:element name="XYCoordinate" type="addr:LocationXY_type" minOccurs="0" maxOccurs="1" />
        <xsd:element name="ZValue" type="addr:AddressZValue_type" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
USNGCoordinate addr:USNGCoordinate 0 1
LongLat addr:LongLat 0 1
XYCoordinate addr:XYCoordinate 0 1
ZValue addr:ZValue 0 1
Collapse Derivation Tree:
Collapse References:
addr:Location