Documentation for obj_object_profiled_data_schema

Complex Type: queryParam

[Table of contents]

Super-types: None
Sub-types: None
Name queryParam
Used by (from the same schema document) Complex Type cs_documentInfo
Abstract no
Documentation A structure for WITSML query parameters. The intent is to allow a query for all objects within an index range (whether or not the object is growing). These would typically be something like a daily report.
XML Instance Representation
<...>
<witsml:dTimMin> witsml:endpointQualifiedDateTime </witsml:dTimMin> [0..1]

'The minimum start time for an object. This only applies to objects with a root level date and/or dateTime element(s). The objects may or not be growing objects but the See the API specification for behavior related to this query parameter.'

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

'The maximum start time for an object. This only applies to objects with a root level date and/or dateTime element(s). See the API specification for behavior related to this query parameter.'

</...>
Diagram
h1334835837 h1334835837
Schema Component Representation
<xsd:complexType name="queryParam">
<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:sequence>
</xsd:complexType>