Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ElectricCurrentDensityUom
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/cm2
ampere per square centimetre
enumeration A/ft2
ampere per square foot
enumeration A/m2
ampere per square metre
enumeration A/mm2
ampere per square millimetre
enumeration mA/cm2
milliampere per square centimetre
enumeration mA/ft2
milliampere per square foot
enumeration uA/cm2
microampere per square centimetre
enumeration uA/in2
microampere per square inch
Used by
Source
<xs:simpleType name="ElectricCurrentDensityUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="A/cm2">
      <xs:annotation>
        <xs:documentation>ampere per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="A/ft2">
      <xs:annotation>
        <xs:documentation>ampere per square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="A/m2">
      <xs:annotation>
        <xs:documentation>ampere per square metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="A/mm2">
      <xs:annotation>
        <xs:documentation>ampere per square millimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mA/cm2">
      <xs:annotation>
        <xs:documentation>milliampere per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mA/ft2">
      <xs:annotation>
        <xs:documentation>milliampere per square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="uA/cm2">
      <xs:annotation>
        <xs:documentation>microampere per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="uA/in2">
      <xs:annotation>
        <xs:documentation>microampere per square inch</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>