Definition Type: Element
Name: Position
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The Position element contains three attributes, Latitude, Longitude, and Altitude, used to indicate the geographic location(s) requested by the search, expressed in notation specified by ISO standard 6709. It is likely that only the first two attributes, Latitude and Longitude, would be needed to define a geographic area.
Collapse XSD Schema Diagram:
Drilldown into AltitudeUnitOfMeasureCode in schema ota_commontypes_xsd1 Drilldown into Altitude in schema ota_commontypes_xsd1 Drilldown into Longitude in schema ota_commontypes_xsd1 Drilldown into Latitude in schema ota_commontypes_xsd1 Drilldown into PositionGroup in schema ota_commontypes_xsdXSD Diagram of Position in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Position" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">The Position element contains three attributes, Latitude, Longitude, and Altitude, used to indicate the geographic location(s) requested by the search, expressed in notation specified by ISO standard 6709.  It is likely that only the first two attributes, Latitude and Longitude, would be needed to define a geographic area.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="PositionGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">The geographic coordinates for the search.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Latitude Latitude Optional
Longitude Longitude Optional
Altitude Altitude Optional
AltitudeUnitOfMeasureCode AltitudeUnitOfMeasureCode Optional