Documentation for obj_object_profiled_data_schema

Complex Type: cs_curveDefinition

[Table of contents]

Super-types: None
Sub-types: None
Name cs_curveDefinition
Used by (from the same schema document) Complex Type cs_productVolumeParameterSet
Abstract no
Documentation The definition of a curve.
XML Instance Representation
<...
uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:order> witsml:positiveCount </witsml:order> [1]

'The order of the value in the index or data tuple. If isIndex is true this is the order of the (independent) index element. If isIndex is false, this is the order of the (dependent) value element.'

<witsml:parameter> witsml:kindString </witsml:parameter> [1]

'The name of the variable in this curve.'

<witsml:isIndex> witsml:logicalBoolean </witsml:isIndex> [0..1]

'True (equal \"1\" or \"true\") indicates that this is an independent variable in this curve. At least one column column should be flagged as independent.'

<witsml:measureClass> witsml:MeasureClass </witsml:measureClass> [1]

'The measure class of the variable. This defines which units of measure are valid for the value.'

<witsml:unit> witsml:uomString </witsml:unit> [1]

'The unit of measure of the variable. The unit of measure must match a unit allowed by the measure class.'

</...>
Diagram
h-939241903 h-399087894 h2055323524 h200276927 h-1077149633 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_curveDefinition">
<xsd:sequence>
<xsd:element name="order" type=" witsml:positiveCount " minOccurs="1" maxOccurs="1"/>
<xsd:element name="parameter" type=" witsml:kindString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="isIndex" type=" witsml:logicalBoolean " minOccurs="0" maxOccurs="1"/>
<xsd:element name="measureClass" type=" witsml:MeasureClass " minOccurs="1" maxOccurs="1"/>
<xsd:element name="unit" type=" witsml:uomString " minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>