Documentation for obj_object_profiled_data_schema

Complex Type: cs_curveData

[Table of contents]

Super-types: None
Sub-types: None
Name cs_curveData
Used by (from the same schema document) Complex Type cs_productVolumeParameterValue
Abstract no
XML Instance Representation
<...>
<witsml:index> witsml:unitlessQuantity </witsml:index> [1..*]

'The value of an independent (index) variable in a row of the curve table. The units of measure are specified in the curve definition. The first value corresponds to order=1 for colums where isIndex is true. The second to order=2. And so on. The number of index and data values must match the number of columns in the table.'

<witsml:value> witsml:unitlessQuantity </witsml:value> [1..*]

'The value of a dependent (data) variable in a row of the curve table. The units of measure are specified in the curve definition. The first value corresponds to order=1 for columns where isIndex is false. The second to order=2. And so on. The number of index and data values must match the number of columns in the table.'

</...>
Diagram
h526607149 h526607149
Schema Component Representation
<xsd:complexType name="cs_curveData">
<xsd:sequence>
<xsd:element name="index" type=" witsml:unitlessQuantity " minOccurs="1" maxOccurs="unbounded"/>
<xsd:element name="value" type=" witsml:unitlessQuantity " minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>