Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:AreaPerAreaUom
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 %
percent
enumeration %[area]
percent [area basis]
enumeration cEuc
centieuclid
enumeration Euc
euclid
enumeration in2/ft2
square inch per square foot
enumeration in2/in2
square inch per square inch
enumeration m2/m2
square metre per square metre
enumeration mm2/mm2
square millimetre per square millimetre
Used by
Source
<xs:simpleType name="AreaPerAreaUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="%">
      <xs:annotation>
        <xs:documentation>percent</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="%[area]">
      <xs:annotation>
        <xs:documentation>percent [area basis]</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cEuc">
      <xs:annotation>
        <xs:documentation>centieuclid</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Euc">
      <xs:annotation>
        <xs:documentation>euclid</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="in2/ft2">
      <xs:annotation>
        <xs:documentation>square inch per square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="in2/in2">
      <xs:annotation>
        <xs:documentation>square inch per square inch</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m2/m2">
      <xs:annotation>
        <xs:documentation>square metre per square metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mm2/mm2">
      <xs:annotation>
        <xs:documentation>square millimetre per square millimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>