Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ElectricFieldStrengthUom
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 mV/ft
millivolt per foot
enumeration mV/m
millivolt per metre
enumeration uV/ft
microvolt per foot
enumeration uV/m
microvolt per metre
enumeration V/m
volt per metre
Used by
Source
<xs:simpleType name="ElectricFieldStrengthUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="mV/ft">
      <xs:annotation>
        <xs:documentation>millivolt per foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mV/m">
      <xs:annotation>
        <xs:documentation>millivolt per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="uV/ft">
      <xs:annotation>
        <xs:documentation>microvolt per foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="uV/m">
      <xs:annotation>
        <xs:documentation>microvolt per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="V/m">
      <xs:annotation>
        <xs:documentation>volt per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>