Documentation for obj_object_profiled_data_schema

Complex Type: cs_wellTestInterval

[Table of contents]

Super-types: None
Sub-types: None
Name cs_wellTestInterval
Used by (from the same schema document) Complex Type cs_wellTestInjectionTestData , Complex Type cs_wellTestProductionTestData
Abstract no
XML Instance Representation
<...>
<witsml:mdTop> witsml:measuredDepthCoord </witsml:mdTop> [1]

'The measured depth to the top of the interval.'

<witsml:mdBase> witsml:measuredDepthCoord </witsml:mdBase> [1]

'The measured depth to the bottom of the interval.'

<witsml:wellbore> witsml:refNameString </witsml:wellbore> [0..1]

'Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured depth value is deeper than the first kickoff point. It is recommended that it always be given.'

<witsml:testedFormation> witsml:kindString </witsml:testedFormation> [0..*]

'A formation that was tested.'

<witsml:valvePosition> witsml:lengthPerLengthMeasure </witsml:valvePosition> [1]

'The relative opening of the downhole control valve for the tested zone. This is for surface controllable valves.'

</...>
Diagram
h-327397763 h-327397763 h65068842 h-399087894 h418171686
Schema Component Representation
<xsd:complexType name="cs_wellTestInterval">
<xsd:sequence>
<xsd:element name="mdTop" type=" witsml:measuredDepthCoord " minOccurs="1" maxOccurs="1"/>
<xsd:element name="mdBase" type=" witsml:measuredDepthCoord " minOccurs="1" maxOccurs="1"/>
<xsd:element name="wellbore" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="testedFormation" type=" witsml:kindString " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="valvePosition" type=" witsml:lengthPerLengthMeasure " minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>