Showing:

Annotations
Diagrams
Source
Simple Type eml:UnitOfMeasureExt
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
A variant of UnitOfMeasure which has been extended to allow any user-defined unit of measure which follows an authority:unit pattern; the colon is mandatory.

This class is implemented in XML as a union between the list of valid units per the prevailing Energistics Units of Measure Specification and an XML pattern which mandates the central colon.
Diagram
DiagramCommonEnumerations_xsd_Simple_Type_eml_UnitOfMeasure.tmp#UnitOfMeasureBaseTypes_xsd_Simple_Type_eml_EnumExtensionPattern.tmp#EnumExtensionPattern
Type union of(eml:UnitOfMeasure, eml:EnumExtensionPattern)
Source
<xs:simpleType name="UnitOfMeasureExt">
  <xs:annotation>
    <xs:documentation>A variant of UnitOfMeasure which has been extended to allow any user-defined unit of measure which follows an authority:unit pattern; the colon is mandatory. This class is implemented in XML as a union between the list of valid units per the prevailing Energistics Units of Measure Specification and an XML pattern which mandates the central colon.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="eml:UnitOfMeasure eml:EnumExtensionPattern"/>
</xs:simpleType>