Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:InductanceUom
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 cH
centihenry
enumeration dH
decihenry
enumeration EH
exahenry
enumeration fH
femtohenry
enumeration GH
gigahenry
enumeration H
henry
enumeration kH
kilohenry
enumeration MH
megahenry
enumeration mH
millihenry
enumeration nH
nanohenry
enumeration TH
terahenry
enumeration uH
microhenry
Used by
Source
<xs:simpleType name="InductanceUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="cH">
      <xs:annotation>
        <xs:documentation>centihenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dH">
      <xs:annotation>
        <xs:documentation>decihenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EH">
      <xs:annotation>
        <xs:documentation>exahenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="fH">
      <xs:annotation>
        <xs:documentation>femtohenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GH">
      <xs:annotation>
        <xs:documentation>gigahenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="H">
      <xs:annotation>
        <xs:documentation>henry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kH">
      <xs:annotation>
        <xs:documentation>kilohenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MH">
      <xs:annotation>
        <xs:documentation>megahenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mH">
      <xs:annotation>
        <xs:documentation>millihenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="nH">
      <xs:annotation>
        <xs:documentation>nanohenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TH">
      <xs:annotation>
        <xs:documentation>terahenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="uH">
      <xs:annotation>
        <xs:documentation>microhenry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>