complexType Position
diagram pscev_p603.png
children Latitude Longitude Altitude
used by
element BaseHotel/Position
annotation
documentation
Adopted from OTA 2007A Schema Recomendations: OTA Hotels Common Types. The
                Position element contains three attributes, Latitude, Longitude, and Altitude, used to indicate
                geographic location(s), 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.
           
documentation
Used to specify the geographic coordinates of a location.
source <xs:complexType name="Position">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Adopted from OTA 2007A Schema Recomendations: OTA Hotels Common Types. The
                Position element contains three attributes, Latitude, Longitude, and Altitude, used to indicate
                geographic location(s), 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:documentation xml:lang="en">Used to specify the geographic coordinates of a location.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Latitude" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">The measure of the angular distance on a meridian north or south of
                        the equator.
                   
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:double">
         
<xs:minInclusive value="-180"/>
         
<xs:maxInclusive value="180"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Longitude" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">The measure of the angular distance on a meridian east or west of
                        the prime meridian.
                   
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:double">
         
<xs:minInclusive value="-180"/>
         
<xs:maxInclusive value="180"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Altitude" type="Altitude" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Provides the unit of measure for the altitude (e.g., feet, meters,
                        miles, kilometers). Refer to OTA Code List Unit of Measure Code (UOM).
                   
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Position/Latitude
diagram pscev_p604.png
type restriction of xs:double
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minInclusive -180 
maxInclusive 180 
annotation
documentation
The measure of the angular distance on a meridian north or south of
                        the equator.
                   
source <xs:element name="Latitude" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The measure of the angular distance on a meridian north or south of
                        the equator.
                   
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="-180"/>
     
<xs:maxInclusive value="180"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Position/Longitude
diagram pscev_p605.png
type restriction of xs:double
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minInclusive -180 
maxInclusive 180 
annotation
documentation
The measure of the angular distance on a meridian east or west of
                        the prime meridian.
                   
source <xs:element name="Longitude" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The measure of the angular distance on a meridian east or west of
                        the prime meridian.
                   
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="-180"/>
     
<xs:maxInclusive value="180"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Position/Altitude
diagram pscev_p606.png
type Altitude
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
AltitudeUnitOfMeasureCodexs:string      
annotation
documentation
Provides the unit of measure for the altitude (e.g., feet, meters,
                        miles, kilometers). Refer to OTA Code List Unit of Measure Code (UOM).
                   
source <xs:element name="Altitude" type="Altitude" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Provides the unit of measure for the altitude (e.g., feet, meters,
                        miles, kilometers). Refer to OTA Code List Unit of Measure Code (UOM).
                   
</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy