Documentation for obj_object_profiled_data_schema

Complex Type: measuredDepthCoord

[Table of contents]

Super-types: xsd:double < abstractDouble (by restriction) < abstractMeasure (by extension) < measuredDepthCoord (by extension)
Sub-types: None
Name measuredDepthCoord
Used by (from the same schema document) Complex Type cs_dtsSingleInstalledPoint , Complex Type cs_wellDatum , Complex Type cs_wellTestBottomholeData , Complex Type cs_wellTestInterval , Complex Type cs_wellTestInterval , Complex Type cs_wellTestPointData , Model Group grp_fluidSample , Model Group grp_fluidSample
Abstract no
Documentation A measured depth coordinate in a wellbore. Positive moving from the reference datum toward the bottomhole. All coordinates with the same datum (and same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.
XML Instance Representation
<...
uom=" witsml:MeasuredDepthUom [1]

'The unit of measure of the quantity value.'

"

datum=" witsml:refWellDatum [0..1]

'A pointer to the reference datum for this coordinate value as defined in WellDatum. This value is assumed to match the uid value in a WellDatum. If not given then the default WellDatum must be assumed.'

"
>
witsml:abstractMeasure
</...>
Diagram
Schema Component Representation
<xsd:complexType name="measuredDepthCoord">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractMeasure ">
<xsd:attribute name="uom" type=" witsml:MeasuredDepthUom " use="required"/>
<xsd:attribute name="datum" type=" witsml:refWellDatum " use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>