Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ThermalDiffusivityUom
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 cm2/s
square centimetre per second
enumeration ft2/h
square foot per hour
enumeration ft2/s
square foot per second
enumeration in2/s
square inch per second
enumeration m2/h
square metre per hour
enumeration m2/s
square metre per second
enumeration mm2/s
square millimetre per second
Used by
Source
<xs:simpleType name="ThermalDiffusivityUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="cm2/s">
      <xs:annotation>
        <xs:documentation>square centimetre per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ft2/h">
      <xs:annotation>
        <xs:documentation>square foot per hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ft2/s">
      <xs:annotation>
        <xs:documentation>square foot per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="in2/s">
      <xs:annotation>
        <xs:documentation>square inch per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m2/h">
      <xs:annotation>
        <xs:documentation>square metre per hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m2/s">
      <xs:annotation>
        <xs:documentation>square metre per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mm2/s">
      <xs:annotation>
        <xs:documentation>square millimetre per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>