Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:DiggsRelativeRateUomEnumBaseType
Namespace http://diggsml.org/schemas/3
Annotations
This enumerated list is a DIGGS extension to the Energistics Unit of Measurement Dictionary (and a new quantity class of relative rate) used to provide units for strain rates.
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration %/h
percent per hour
enumeration %/min
percent per minute
enumeration %/s
percent per second
enumeration %/d
percent per day
enumeration %/m
percent per month
enumeration %/y
percent per year
enumeration %/ky
percent per thousand years
Source
<simpleType name="DiggsRelativeRateUomEnumBaseType">
  <annotation>
    <documentation>This enumerated list is a DIGGS extension to the Energistics Unit of Measurement Dictionary (and a new quantity class of relative rate) used to provide units for strain rates.</documentation>
  </annotation>
  <restriction base="eml:UomEnum">
    <enumeration value="%/h">
      <annotation>
        <documentation>percent per hour</documentation>
      </annotation>
    </enumeration>
    <enumeration value="%/min">
      <annotation>
        <documentation>percent per minute</documentation>
      </annotation>
    </enumeration>
    <enumeration value="%/s">
      <annotation>
        <documentation>percent per second</documentation>
      </annotation>
    </enumeration>
    <enumeration value="%/d">
      <annotation>
        <documentation>percent per day</documentation>
      </annotation>
    </enumeration>
    <enumeration value="%/m">
      <annotation>
        <documentation>percent per month</documentation>
      </annotation>
    </enumeration>
    <enumeration value="%/y">
      <annotation>
        <documentation>percent per year</documentation>
      </annotation>
    </enumeration>
    <enumeration value="%/ky">
      <annotation>
        <documentation>percent per thousand years</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>