Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:DataTransferSpeedUom
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 bit/s
bit per second
enumeration byte/s
byte per second
Used by
Source
<xs:simpleType name="DataTransferSpeedUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="bit/s">
      <xs:annotation>
        <xs:documentation>bit per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="byte/s">
      <xs:annotation>
        <xs:documentation>byte per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>