simpleType UomAccelerationType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
attribute AccelerationType/@uom
facets
Kind Value Annotation
enumeration M_SEC_SQUARED
documentation
Meters per second squared.
annotation
documentation
Unit of measure for acceleration.
source <xs:simpleType name="UomAccelerationType">
 
<xs:annotation>
   
<xs:documentation>Unit of measure for acceleration.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="M_SEC_SQUARED">
     
<xs:annotation>
       
<xs:documentation>Meters per second squared.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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