Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:AngularVelocityUom
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 dega/h
angular degree per hour
enumeration dega/min
angular degree per minute
enumeration dega/s
angular degree per second
enumeration rad/s
radian per second
enumeration rev/s
revolution per second
enumeration rpm
revolution per minute
Used by
Source
<xs:simpleType name="AngularVelocityUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="dega/h">
      <xs:annotation>
        <xs:documentation>angular degree per hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dega/min">
      <xs:annotation>
        <xs:documentation>angular degree per minute</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dega/s">
      <xs:annotation>
        <xs:documentation>angular degree per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="rad/s">
      <xs:annotation>
        <xs:documentation>radian per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="rev/s">
      <xs:annotation>
        <xs:documentation>revolution per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="rpm">
      <xs:annotation>
        <xs:documentation>revolution per minute</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>