Documentation for obj_object_profiled_data_schema

Model Group: grp_wellTest

[Table of contents]

Name grp_wellTest
Used by (from the same schema document) Complex Type obj_wellTest
Documentation The non-contextual content of a WITSML Well Test object.
XML Instance Representation
<witsml:dTimMin> witsml:endpointQualifiedDateTime </witsml:dTimMin> [0..1]

'The minimum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid values in a \"get\" result. That is, all wellTest for a well in the specified period defined by the min/max. See the WITSML API Specification appendix on \"Special Handling\" of growing objects for a description of the behavior related to this parameter.'

<witsml:dTimMax> witsml:endpointQualifiedDateTime </witsml:dTimMax> [0..1]

'The maximum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid values in a \"get\" result. See the WITSML API Specification appendix on \"Special Handling\" of growing objects for a description of the behavior related to this parameter.'

<witsml:dTimCurrent> witsml:timestamp </witsml:dTimCurrent> [0..1]

'The definition of the \"current time\" index for this object. The current time index is a server query parameter which requests the selection of a single node from a recurring set (e.g., the data related to one point in a time series). That is, the \"most recent\" (at or before the specified time) wellTest for a well. See the WITSML API Specification appendix on \"Special Handling\" of growing objects for a description of the behavior related to this parameter.'

<witsml:wellContext> witsml:cs_wellContext </witsml:wellContext> [0..1]

'Contextual data about the well that was tested.'

<witsml:testDate> witsml:timestamp </witsml:testDate> [0..1]

'The date-time of well test.'

<witsml:previousTestDate> witsml:timestamp </witsml:previousTestDate> [0..1]

'The date-time of the previous well test.'

<witsml:lastValidTest> witsml:timestamp </witsml:lastValidTest> [0..1]

'The date-time of the last valid well test.'

<witsml:testReason> witsml:TestReason </witsml:testReason> [0..1]

'The reason for the well test: initial, periodic, revision.'

<witsml:testType> witsml:kindString </witsml:testType> [0..1]

'The type of well production test.'

<witsml:chokeOrificeSize> witsml:lengthMeasure </witsml:chokeOrificeSize> [0..1]

'DEPRECATED: use productionTest/wellheadData/chokeOrificeSize or injectionTest/chokeOrificeSize. The size of the opening in the flow choke at the wellhead.'

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

'A port on a Product Flow Unit that is represented by this test.'

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

'The Product Flow Unit represented by the port. This is defined within the Product Flow Model'

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

'The Product Flow Model that represents the above Product Flow Unit.'

<witsml:standardTempPres> witsml:StandardTempPress </witsml:standardTempPres> [0..1]

'Defines the standard temperature and pressure to which all standard volumes in this report have been corrected. This applies to all elements whose name is suffixed by StdTempPres.'

Start Choice [1]
<witsml:fluidLevelTest> witsml:cs_wellTestFluidLevelTest </witsml:fluidLevelTest> [0..1]

'Data from a fluid level test.'

<witsml:productionTest> witsml:cs_wellTestProductionTestData </witsml:productionTest> [0..*]

'Data from a production test. Multiple tests generally indicate that there are multiple components of a single overall test. For example, for multi-zoned wells.'

<witsml:injectionTest> witsml:cs_wellTestInjectionTestData </witsml:injectionTest> [0..*]

'Data from an injection test. Multiple tests generally indicate that there are multiple components of the overall test. For example, for multi-zoned wells.'

End Choice
Diagram
h1334835837 h1334835837 h-622169519 h-1491742889 h-622169519 h-622169519 h-622169519 h-138065989 h-399087894 h283461459 h65068842 h65068842 h65068842 h-2000873299 h766652950 h1380727999 h72477321
Schema Component Representation
<xsd:group name="grp_wellTest">
<xsd:sequence>
<xsd:element name="dTimMin" type=" witsml:endpointQualifiedDateTime " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dTimMax" type=" witsml:endpointQualifiedDateTime " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dTimCurrent" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="wellContext" type=" witsml:cs_wellContext " minOccurs="0" maxOccurs="1"/>
<xsd:element name="testDate" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="previousTestDate" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="lastValidTest" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="testReason" type=" witsml:TestReason " minOccurs="0" maxOccurs="1"/>
<xsd:element name="testType" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="chokeOrificeSize" type=" witsml:lengthMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="productFlowPort" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="productFlowUnit" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="productFlowModel" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="standardTempPres" type=" witsml:StandardTempPress " minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element name="fluidLevelTest" type=" witsml:cs_wellTestFluidLevelTest " minOccurs="0" maxOccurs="1"/>
<xsd:element name="productionTest" type=" witsml:cs_wellTestProductionTestData " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="injectionTest" type=" witsml:cs_wellTestInjectionTestData " minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:sequence>
</xsd:group>