| type | restriction of xsd:string | |||||||||||||||
| properties |
|
|||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| 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> |