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: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>