Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:TimePerTimeUom
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 %
percent
enumeration Euc
euclid
enumeration ms/s
millisecond per second
enumeration s/s
second per second
Used by
Source
<xs:simpleType name="TimePerTimeUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="%">
      <xs:annotation>
        <xs:documentation>percent</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Euc">
      <xs:annotation>
        <xs:documentation>euclid</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ms/s">
      <xs:annotation>
        <xs:documentation>millisecond per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="s/s">
      <xs:annotation>
        <xs:documentation>second per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>