Definition Type: ComplexType
Name: LocationLongLat_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 Latitude in schema streetaddressdatastandard_xsd Drilldown into Longitude in schema streetaddressdatastandard_xsdXSD Diagram of LocationLongLat_type in schema streetaddressdatastandard_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="LocationLongLat_type">
    <xsd:sequence>
        <xsd:element name="Longitude" type="addr:AddressLongitude_type" minOccurs="1" maxOccurs="1" />
        <xsd:element name="Latitude" type="addr:AddressLatitude_type" minOccurs="1" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Longitude addr:Longitude 1 1
Latitude addr:Latitude 1 1
Collapse Derivation Tree:
Collapse References:
addr:LongLat