Showing:

Diagrams
Facets
Source
Simple Type eml:CapacitanceUom
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration cF
centifarad
enumeration dF
decifarad
enumeration EF
exafarad
enumeration F
farad
enumeration fF
femtofarad
enumeration GF
gigafarad
enumeration kF
kilofarad
enumeration mF
millifarad
enumeration MF
megafarad
enumeration nF
nanofarad
enumeration pF
picofarad
enumeration TF
terafarad
enumeration uF
microfarad
Source
<xs:simpleType name="CapacitanceUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="cF">
      <xs:annotation>
        <xs:documentation>centifarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dF">
      <xs:annotation>
        <xs:documentation>decifarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EF">
      <xs:annotation>
        <xs:documentation>exafarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="F">
      <xs:annotation>
        <xs:documentation>farad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="fF">
      <xs:annotation>
        <xs:documentation>femtofarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GF">
      <xs:annotation>
        <xs:documentation>gigafarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kF">
      <xs:annotation>
        <xs:documentation>kilofarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mF">
      <xs:annotation>
        <xs:documentation>millifarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MF">
      <xs:annotation>
        <xs:documentation>megafarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="nF">
      <xs:annotation>
        <xs:documentation>nanofarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="pF">
      <xs:annotation>
        <xs:documentation>picofarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TF">
      <xs:annotation>
        <xs:documentation>terafarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="uF">
      <xs:annotation>
        <xs:documentation>microfarad</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>