Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:SecondMomentOfAreaUom
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 cm4
centimetre to the fourth power
enumeration in4
inch to the fourth power
enumeration m4
metre to the fourth power
Used by
Source
<xs:simpleType name="SecondMomentOfAreaUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="cm4">
      <xs:annotation>
        <xs:documentation>centimetre to the fourth power</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="in4">
      <xs:annotation>
        <xs:documentation>inch to the fourth power</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m4">
      <xs:annotation>
        <xs:documentation>metre to the fourth power</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>