namespace | https://mmixm.aero/base/2.1.0 | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
used by |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
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> |