Documentation for obj_object_profiled_data_schema

Complex Type: cs_refWellWellbore

[Table of contents]

Super-types: None
Sub-types: None
Name cs_refWellWellbore
Used by (from the same schema document) Complex Type cs_wellDatum
Abstract no
Documentation Data that represents a foreign key to a wellbore. The wellbore may be defined within the context of another well.
XML Instance Representation
<...>
<witsml:wellboreReference> witsml:refNameString </witsml:wellboreReference> [1]

'A pointer the wellbore with which there is a relationship.'

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

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

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