Documentation for obj_object_profiled_data_schema

Complex Type: cs_refWellWellboreRig

[Table of contents]

Super-types: None
Sub-types: None
Name cs_refWellWellboreRig
Used by (from the same schema document) Complex Type cs_wellDatum
Abstract no
Documentation A reference to a rig within a wellbore. The wellbore may be defined within the context of another well. This value represents a foreign key from one node to another.
XML Instance Representation
<...>
<witsml:rigReference> witsml:refNameString </witsml:rigReference> [1]

'A pointer to the rig with which there is a relationship.'

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

'A pointer to the wellbore that contains the rigReference. This is not needed unless the referenced rig is outside the context of a common parent wellbore.'

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

'A pointer to the well that contains the wellboreParent. This is not needed unless the referenced wellbore is outside the context of a common parent well.'

</...>
Diagram
h65068842 h65068842 h65068842
Schema Component Representation
<xsd:complexType name="cs_refWellWellboreRig">
<xsd:sequence>
<xsd:element name="rigReference" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="wellboreParent" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="wellParent" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>