Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ElectricalResistivityUom
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 kohm.m
kiloohm metre
enumeration nohm.mil2/ft
nanoohm square mil per foot
enumeration nohm.mm2/m
nanoohm square milimetre per metre
enumeration ohm.cm
ohm centimetre
enumeration ohm.m
ohm metre
enumeration ohm.m2/m
ohm square metre per metre
Used by
Source
<xs:simpleType name="ElectricalResistivityUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="kohm.m">
      <xs:annotation>
        <xs:documentation>kiloohm metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="nohm.mil2/ft">
      <xs:annotation>
        <xs:documentation>nanoohm square mil per foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="nohm.mm2/m">
      <xs:annotation>
        <xs:documentation>nanoohm square milimetre per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ohm.cm">
      <xs:annotation>
        <xs:documentation>ohm centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ohm.m">
      <xs:annotation>
        <xs:documentation>ohm metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ohm.m2/m">
      <xs:annotation>
        <xs:documentation>ohm square metre per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>