Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:LengthPerVolumeUom
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 ft/bbl
foot per barrel
enumeration ft/ft3
foot per cubic foot
enumeration ft/gal[US]
foot per US gallon
enumeration km/dm3
kilometre per cubic decimetre
enumeration km/L
kilometre per litre
enumeration m/m3
metre per cubic metre
enumeration mi/gal[UK]
mile per UK gallon
enumeration mi/gal[US]
mile per US gallon
Used by
Source
<xs:simpleType name="LengthPerVolumeUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="ft/bbl">
      <xs:annotation>
        <xs:documentation>foot per barrel</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ft/ft3">
      <xs:annotation>
        <xs:documentation>foot per cubic foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ft/gal[US]">
      <xs:annotation>
        <xs:documentation>foot per US gallon</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="km/dm3">
      <xs:annotation>
        <xs:documentation>kilometre per cubic decimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="km/L">
      <xs:annotation>
        <xs:documentation>kilometre per litre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m/m3">
      <xs:annotation>
        <xs:documentation>metre per cubic metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mi/gal[UK]">
      <xs:annotation>
        <xs:documentation>mile per UK gallon</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mi/gal[US]">
      <xs:annotation>
        <xs:documentation>mile per US gallon</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>