Showing:

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