Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ElectricChargeUom
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 A.h
ampere hour
enumeration A.s
ampere second
enumeration C
coulomb
enumeration cC
centicoulomb
enumeration dC
decicoulomb
enumeration EC
exacoulomb
enumeration fC
femtocoulomb
enumeration GC
gigacoulomb
enumeration kC
kilocoulomb
enumeration MC
megacoulomb
enumeration mC
millicoulomb
enumeration nC
nanocoulomb
enumeration pC
picocoulomb
enumeration TC
teracoulomb
enumeration uC
microcoulomb
Used by
Source
<xs:simpleType name="ElectricChargeUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="A.h">
      <xs:annotation>
        <xs:documentation>ampere hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="A.s">
      <xs:annotation>
        <xs:documentation>ampere second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="C">
      <xs:annotation>
        <xs:documentation>coulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cC">
      <xs:annotation>
        <xs:documentation>centicoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dC">
      <xs:annotation>
        <xs:documentation>decicoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EC">
      <xs:annotation>
        <xs:documentation>exacoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="fC">
      <xs:annotation>
        <xs:documentation>femtocoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GC">
      <xs:annotation>
        <xs:documentation>gigacoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kC">
      <xs:annotation>
        <xs:documentation>kilocoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MC">
      <xs:annotation>
        <xs:documentation>megacoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mC">
      <xs:annotation>
        <xs:documentation>millicoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="nC">
      <xs:annotation>
        <xs:documentation>nanocoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="pC">
      <xs:annotation>
        <xs:documentation>picocoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TC">
      <xs:annotation>
        <xs:documentation>teracoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="uC">
      <xs:annotation>
        <xs:documentation>microcoulomb</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>