namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
used by |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
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> |