Documentation for obj_object_profiled_data_schema

Complex Type: abstractMeasure

[Table of contents]

Super-types: xsd:double < abstractDouble (by restriction) < abstractMeasure (by extension)
Sub-types: None
Name abstractMeasure
Abstract no
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'.
XML Instance Representation
<...>
witsml:abstractDouble
</...>
Diagram
h544766520
Schema Component Representation
<xsd:complexType name="abstractMeasure">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractDouble "/>
</xsd:simpleContent>
</xsd:complexType>