Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type eml:GenericMeasure
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
A generic measure type.
This should not be used except in situations where the underlying class of data is 
captured elsewhere. For example, for a log curve.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureBaseTypes_xsd_Complex_Type_eml_GenericMeasure.tmp#GenericMeasure_uom
Type extension of eml:AbstractMeasure
Type hierarchy
Used by
Attributes
QName Type Use
uom eml:UomEnum required
Source
<xs:complexType name="GenericMeasure">
  <xs:annotation>
    <xs:documentation>A generic measure type. This should not be used except in situations where the underlying class of data is captured elsewhere. For example, for a log curve.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="eml:AbstractMeasure">
      <xs:attribute name="uom" use="required" type="eml:UomEnum"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Attribute eml:GenericMeasure / @uom
Namespace No namespace
Type eml:UomEnum
Type hierarchy
Properties
use required
Facets
maxLength 32
Used by
Complex Type eml:GenericMeasure
Source
<xs:attribute name="uom" use="required" type="eml:UomEnum"/>