Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ElectricChargePerMassUom
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.s/kg
ampere second per kilogram
enumeration C/g
coulomb per gram
enumeration C/kg
coulomb per kilogram
Used by
Source
<xs:simpleType name="ElectricChargePerMassUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="A.s/kg">
      <xs:annotation>
        <xs:documentation>ampere second per kilogram</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="C/g">
      <xs:annotation>
        <xs:documentation>coulomb per gram</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="C/kg">
      <xs:annotation>
        <xs:documentation>coulomb per kilogram</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>