Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:VolumePerTimePerAreaUom
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 ft3/(min.ft2)
cubic foot per minute square foot
enumeration ft3/(s.ft2)
cubic foot per second square foot
enumeration gal[UK]/(h.ft2)
UK gallon per hour square foot
enumeration gal[UK]/(h.in2)
UK gallon per hour square inch
enumeration gal[UK]/(min.ft2)
UK gallon per minute square foot
enumeration gal[US]/(h.ft2)
US gallon per hour square foot
enumeration gal[US]/(h.in2)
US gallon per hour square inch
enumeration gal[US]/(min.ft2)
US gallon per minute square foot
enumeration m3/(s.m2)
cubic metre per second square metre
Used by
Source
<xs:simpleType name="VolumePerTimePerAreaUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="ft3/(min.ft2)">
      <xs:annotation>
        <xs:documentation>cubic foot per minute square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ft3/(s.ft2)">
      <xs:annotation>
        <xs:documentation>cubic foot per second square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="gal[UK]/(h.ft2)">
      <xs:annotation>
        <xs:documentation>UK gallon per hour square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="gal[UK]/(h.in2)">
      <xs:annotation>
        <xs:documentation>UK gallon per hour square inch</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="gal[UK]/(min.ft2)">
      <xs:annotation>
        <xs:documentation>UK gallon per minute square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="gal[US]/(h.ft2)">
      <xs:annotation>
        <xs:documentation>US gallon per hour square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="gal[US]/(h.in2)">
      <xs:annotation>
        <xs:documentation>US gallon per hour square inch</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="gal[US]/(min.ft2)">
      <xs:annotation>
        <xs:documentation>US gallon per minute square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m3/(s.m2)">
      <xs:annotation>
        <xs:documentation>cubic metre per second square metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>