Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:PotentialDifferencePerPowerDropUom
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 V/B
volt per bel
enumeration V/dB
volt per decibel
Used by
Source
<xs:simpleType name="PotentialDifferencePerPowerDropUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="V/B">
      <xs:annotation>
        <xs:documentation>volt per bel</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="V/dB">
      <xs:annotation>
        <xs:documentation>volt per decibel</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>