simpleType UomFrequency
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
attribute Frequency/@uom
facets
Kind Value Annotation
enumeration GHZ
documentation
Gigahertz
enumeration HZ
documentation
Hertz
enumeration KHZ
documentation
Kilohertz
enumeration MHZ
documentation
Megahertz
annotation
documentation
A unit of measure for frequency
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>


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