simpleType frequencyUnitType
type restriction of xsd:string
properties
base xsd:string
used by
attributes frequencyRangeElementType/@units frequencyRecordElementType/@units
facets
Kind Value Annotation
enumeration Hz
enumeration KHz
enumeration MHz
enumeration GHz
annotation
documentation
Available units for specifying frequencies.
source <xsd:simpleType name="frequencyUnitType">
 
<xsd:annotation>
   
<xsd:documentation>Available units for specifying frequencies.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="Hz"/>
   
<xsd:enumeration value="KHz"/>
   
<xsd:enumeration value="MHz"/>
   
<xsd:enumeration value="GHz"/>
 
</xsd:restriction>
</xsd:simpleType>


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