namespace | https://mmixm.aero/base/3 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="UomFrequency"> <xs:annotation> <xs:documentation>A unit of measure for frequency</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="GHZ"> <xs:annotation> <xs:documentation>Gigahertz</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HZ"> <xs:annotation> <xs:documentation>Hertz</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KHZ"> <xs:annotation> <xs:documentation>Kilohertz</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MHZ"> <xs:annotation> <xs:documentation>Megahertz</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |