simpleType UomAngularRate
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
attribute AngularRate/@uom
facets
Kind Value Annotation
enumeration DEG_SEC
documentation
Degrees per second
enumeration RPM
documentation
Revolutions per minute
annotation
documentation
Unit of measure for angular rate
source <xs:simpleType name="UomAngularRate">
 
<xs:annotation>
   
<xs:documentation>Unit of measure for angular rate</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DEG_SEC">
     
<xs:annotation>
       
<xs:documentation>Degrees per second</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="RPM">
     
<xs:annotation>
       
<xs:documentation>Revolutions per minute</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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