complexType atis:SpaceVector
diagram
namespace http://www.ATIS-Draft-03-00-79
children lat long heading speed vertical techType quality
used by
element atis:RoadSideAlert/spaceVector
annotation
documentation
      
            this element fits in exactly 15 bytes
        
source <xs:complexType name="SpaceVector">
 
<xs:annotation>
   
<xs:documentation>      
            this element fits in exactly 15 bytes
        
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="lat" type="lrms:Latitude"/>
   
<!-- a 4 byte value -->
   
<xs:element name="long" type="lrms:Longitude"/>
   
<!-- a 4 byte value -->
   
<xs:element name="heading" type="Heading"/>
   
<!-- a 1 byte value from geoids north -->
   
<xs:element name="speed" type="Speed"/>
   
<!-- a 2 byte field in units
         of 0.01 meters per second --
>
   
<xs:element name="vertical" type="Elevation"/>
   
<!-- 3 byte field -->
   
<xs:element name="techType" type="Location-tech"/>
   
<!-- how the position was obtained,  acts
         as a relative measure of merit
         from [SAE-J2313::Location-tech] --
>
   
<xs:element name="quality" type="Location-quality"/>
   
<!-- estimate of accuracy for this location
         from [SAE-J2313::Location-quality]
         above two items form one 8 bit field --
>
 
</xs:sequence>
</xs:complexType>

element atis:SpaceVector/lat
diagram
type lrms:Latitude
properties
isRef 0
content simple
facets
minInclusive -90000000
maxInclusive +90000000
source <xs:element name="lat" type="lrms:Latitude"/>

element atis:SpaceVector/long
diagram
type lrms:Longitude
properties
isRef 0
content simple
facets
minInclusive -180000000
maxInclusive +180000000
source <xs:element name="long" type="lrms:Longitude"/>

element atis:SpaceVector/heading
diagram
type atis:Heading
properties
isRef 0
content simple
source <xs:element name="heading" type="Heading"/>

element atis:SpaceVector/speed
diagram
type atis:Speed
properties
isRef 0
content simple
facets
maxInclusive 100
source <xs:element name="speed" type="Speed"/>

element atis:SpaceVector/vertical
diagram
type atis:Elevation
properties
isRef 0
content simple
facets
maxInclusive 100
source <xs:element name="vertical" type="Elevation"/>

element atis:SpaceVector/techType
diagram
type atis:Location-tech
properties
isRef 0
content simple
source <xs:element name="techType" type="Location-tech"/>

element atis:SpaceVector/quality
diagram
type atis:Location-quality
properties
isRef 0
content simple
source <xs:element name="quality" type="Location-quality"/>


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