| namespace | https://mmixm.aero/base/4 | ||||||||
| type | restriction of xs:string | ||||||||
| properties |
|
||||||||
| used by |
|
||||||||
| facets |
|
||||||||
| annotation |
|
||||||||
| source | <xs:simpleType name="UomPercentage"> <xs:annotation> <xs:documentation>A unit of measure for a ratio, expressed as a fraction of 100</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="PCT"> <xs:annotation> <xs:documentation>Percent</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |