Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ReciprocalTimeUom
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 1/a
per julian-year
enumeration 1/d
per day
enumeration 1/h
per hour
enumeration 1/min
per minute
enumeration 1/ms
per millisecond
enumeration 1/s
per second
enumeration 1/us
per microsecond
enumeration 1/wk
per week
Used by
Source
<xs:simpleType name="ReciprocalTimeUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="1/a">
      <xs:annotation>
        <xs:documentation>per julian-year</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/d">
      <xs:annotation>
        <xs:documentation>per day</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/h">
      <xs:annotation>
        <xs:documentation>per hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/min">
      <xs:annotation>
        <xs:documentation>per minute</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/ms">
      <xs:annotation>
        <xs:documentation>per millisecond</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/s">
      <xs:annotation>
        <xs:documentation>per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/us">
      <xs:annotation>
        <xs:documentation>per microsecond</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/wk">
      <xs:annotation>
        <xs:documentation>per week</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>