Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:AnglePerLengthUom
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 0.01 dega/ft
angular degree per hundred foot
enumeration 1/30 dega/ft
angular degree per thirty foot
enumeration 1/30 dega/m
angular degree per thirty metre
enumeration dega/ft
angular degree per foot
enumeration dega/m
angular degree per metre
enumeration rad/ft
radian per foot
enumeration rad/m
radian per metre
enumeration rev/ft
revolution per foot
enumeration rev/m
revolution per metre
Used by
Source
<xs:simpleType name="AnglePerLengthUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="0.01 dega/ft">
      <xs:annotation>
        <xs:documentation>angular degree per hundred foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/30 dega/ft">
      <xs:annotation>
        <xs:documentation>angular degree per thirty foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/30 dega/m">
      <xs:annotation>
        <xs:documentation>angular degree per thirty metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dega/ft">
      <xs:annotation>
        <xs:documentation>angular degree per foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dega/m">
      <xs:annotation>
        <xs:documentation>angular degree per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="rad/ft">
      <xs:annotation>
        <xs:documentation>radian per foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="rad/m">
      <xs:annotation>
        <xs:documentation>radian per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="rev/ft">
      <xs:annotation>
        <xs:documentation>revolution per foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="rev/m">
      <xs:annotation>
        <xs:documentation>revolution per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>