simpleType UomAngle
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
attribute Angle/@uom
facets
Kind Value Annotation
enumeration DEG
documentation
Degrees
annotation
documentation
Unit of measure for angle
source <xs:simpleType name="UomAngle">
 
<xs:annotation>
   
<xs:documentation>Unit of measure for angle</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DEG">
     
<xs:annotation>
       
<xs:documentation>Degrees</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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