complexType WindSpeedType
diagram Fixm_diagrams/Fixm_p146.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:RestrictedWindSpeedType
properties
base fb:RestrictedWindSpeedType
used by
element MeteorologicalDataType/windSpeed
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomWindSpeedType  required      
documentation
Unit of measure
annotation
documentation
The speed of wind. [FIXM]
source <xs:complexType name="WindSpeedType">
 
<xs:annotation>
   
<xs:documentation>The speed of wind. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:RestrictedWindSpeedType">
     
<xs:attribute name="uom" type="fb:UomWindSpeedType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute WindSpeedType/@uom
type fb:UomWindSpeedType
properties
use required
facets
Kind Value Annotation
enumeration KM_H
documentation
Kilometres per hour.
enumeration KT
documentation
Knots.
enumeration M_SEC
documentation
Metres per second
enumeration MPH
documentation
Miles per hour.
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomWindSpeedType" 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