Definition Type: ComplexType
Name: GeographicalCoordinateType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The purpose of the Geographical Coordinate component is to determine the latitude and longitude of a place, by which its relative situation on the globe is known.
Collapse XSD Schema Diagram:
Drilldown into GeographicalCoordinateSystemID in schema components_xsd Drilldown into LatitudeDirectionIndicator in schema components_xsd Drilldown into LongitudeDirectionIndicator in schema components_xsd Drilldown into LongitudeMeasure in schema components_xsd Drilldown into LatitudeMeasure in schema components_xsd Drilldown into AltitudeMeasure in schema components_xsdXSD Diagram of GeographicalCoordinateType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="GeographicalCoordinateType">
    <xsd:annotation>
        <xsd:documentation>The purpose of the Geographical Coordinate component is to determine
                the latitude and longitude of a place, by which its relative situation on the globe
                is known.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="AltitudeMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation>The measure of the altitude that reflects the vertical elevation of
                an object above a surface for this geographical coordinate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LatitudeMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation>The angular distance north or south from the equator of a point on
                the earth's surface, measured on the meridian of the point.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LongitudeMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation>Angular distance on the earth's surface, measured east or west from
                the prime meridian at Greenwich, England, to the meridian passing through a
                position, expressed in degrees (or hours), minutes, and seconds.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LongitudeDirectionIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>The indication of whether the latitude compass direction from the
                Equator meridian to the meridian of a specific place is North (1) or South
            (0).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LatitudeDirectionIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>The indication of whether the longitude as a compass direction from
                the Greenwich meridian to the meridian of a specific place is East (0) or West (1)
                for this geographical coordinate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="GeographicalCoordinateSystemID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>A unique identifier of the system used for measuring a geographical
                coordinate other than Global Positioning System.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AltitudeMeasure star:AltitudeMeasure 0 1
LatitudeMeasure star:LatitudeMeasure 0 1
LongitudeMeasure star:LongitudeMeasure 0 1
LongitudeDirectionIndicator star:LongitudeDirectionIndicator 0 1
LatitudeDirectionIndicator star:LatitudeDirectionIndicator 0 1
GeographicalCoordinateSystemID star:GeographicalCoordinateSystemID 0 1
Collapse Derivation Tree:
Collapse References:
star:GeographicalCoordinate