Showing:

Annotations
Diagrams
Source
Used by
Simple Type eml:AbstractMeasure
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
The intended abstract supertype of all quantities that have a value with a unit of measure. The unit of measure is in the uom attribute of the subtypes. 
				
This type allows all quantities to be profiled to be a 'float' instead of a 'double'.
Diagram
Diagram
Type xs:double
Used by
Source
<xs:simpleType name="AbstractMeasure">
  <xs:annotation>
    <xs:documentation>The intended abstract supertype of all quantities that have a value with a unit of measure. The unit of measure is in the uom attribute of the subtypes. This type allows all quantities to be profiled to be a 'float' instead of a 'double'.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double"/>
</xs:simpleType>