namespace | http://www.fixm.aero/base/4.2 | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
used by |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:simpleType name="UomAngleType"> <xs:annotation> <xs:documentation>The reference quantities used to express the value of angles. [ISO 19103, chapter 6.5.7.10]</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="DEG"> <xs:annotation> <xs:documentation>Degree.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |