mo:FrequencyUnitTemporalCodeSimpleType

simpleType FrequencyUnitTemporalCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/5.0/

Definition

A data type for a unit of measure for a temporal frequency value in accordance with NIST SP-330.

Diagram

Enumerations

ValueDefinition
GHzgigahertz (one billion cycles per second)
Hzhertz (one cycle per second)
kHzkilohertz (one thousand cycles per second)
mHzmillihertz (one thousandth of a cycle per second)
MHzmegahertz (one million cycles per second)

XML Schema

<xs:simpleType name="FrequencyUnitTemporalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a unit of measure for a temporal frequency value in accordance with NIST SP-330.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="GHz">
<xs:annotation>
<xs:documentation>
gigahertz (one billion cycles per second)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hz">
<xs:annotation>
<xs:documentation>
hertz (one cycle per second)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kHz">
<xs:annotation>
<xs:documentation>
kilohertz (one thousand cycles per second)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="mHz">
<xs:annotation>
<xs:documentation>
millihertz (one thousandth of a cycle per second)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MHz">
<xs:annotation>
<xs:documentation>
megahertz (one million cycles per second)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>