Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:LinearAccelerationUom
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 cm/s2
centimetre per square second
enumeration ft/s2
foot per second squared
enumeration Gal
galileo
enumeration gn
gravity
enumeration in/s2
inch per second squared
enumeration m/s2
metre per second squared
enumeration mGal
milligalileo
enumeration mgn
thousandth of gravity
Used by
Source
<xs:simpleType name="LinearAccelerationUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="cm/s2">
      <xs:annotation>
        <xs:documentation>centimetre per square second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ft/s2">
      <xs:annotation>
        <xs:documentation>foot per second squared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Gal">
      <xs:annotation>
        <xs:documentation>galileo</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="gn">
      <xs:annotation>
        <xs:documentation>gravity</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="in/s2">
      <xs:annotation>
        <xs:documentation>inch per second squared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m/s2">
      <xs:annotation>
        <xs:documentation>metre per second squared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mGal">
      <xs:annotation>
        <xs:documentation>milligalileo</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mgn">
      <xs:annotation>
        <xs:documentation>thousandth of gravity</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>