complexType GroundSpeedType
diagram FficeMessage_diagrams/FficeMessage_p176.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:RestrictedGroundSpeedType
properties
base fb:RestrictedGroundSpeedType
used by
element TrajectoryPoint4DType/predictedGroundspeed
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomGroundSpeedType  required      
documentation
Unit of measure
annotation
documentation
The speed of an aircraft relative to the surface of the earth. [ICAO Doc 9426]
source <xs:complexType name="GroundSpeedType">
 
<xs:annotation>
   
<xs:documentation>The speed of an aircraft relative to the surface of the earth. [ICAO Doc 9426]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:RestrictedGroundSpeedType">
     
<xs:attribute name="uom" type="fb:UomGroundSpeedType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute GroundSpeedType/@uom
type fb:UomGroundSpeedType
properties
use required
facets
Kind Value Annotation
enumeration KM_H
documentation
Kilometres per hour.
enumeration KT
documentation
Knots.
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomGroundSpeedType" use="required">
 
<xs:annotation>
   
<xs:documentation>Unit of measure</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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