Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:FrequencyUom
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration cHz
centihertz
enumeration dHz
decihertz
enumeration EHz
exahertz
enumeration fHz
femtohertz
enumeration GHz
gigahertz
enumeration Hz
hertz
enumeration kHz
kilohertz
enumeration mHz
millihertz
enumeration MHz
megahertz
enumeration nHz
nanohertz
enumeration pHz
picohertz
enumeration THz
terahertz
enumeration uHz
microhertz
Used by
Source
<xs:simpleType name="FrequencyUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="cHz">
      <xs:annotation>
        <xs:documentation>centihertz</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dHz">
      <xs:annotation>
        <xs:documentation>decihertz</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EHz">
      <xs:annotation>
        <xs:documentation>exahertz</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="fHz">
      <xs:annotation>
        <xs:documentation>femtohertz</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <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>millihertz</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MHz">
      <xs:annotation>
        <xs:documentation>megahertz</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="nHz">
      <xs:annotation>
        <xs:documentation>nanohertz</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="pHz">
      <xs:annotation>
        <xs:documentation>picohertz</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="THz">
      <xs:annotation>
        <xs:documentation>terahertz</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="uHz">
      <xs:annotation>
        <xs:documentation>microhertz</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>