Documentation for obj_object_profiled_data_schema

Complex Type: cs_wellContext

[Table of contents]

Super-types: None
Sub-types: None
Name cs_wellContext
Used by (from the same schema document) Model Group grp_dtsInstalledSystem , Model Group grp_dtsMeasurement , Model Group grp_wellTest
Abstract no
Documentation Within the context of a WITSML Server, this data should duplicate the equivalent information in the well object.
XML Instance Representation
<...>
<witsml:field> witsml:nameStruct </witsml:field> [0..1]

'Name of the field in which the well is located.'

<witsml:wellAlias> witsml:nameStruct </witsml:wellAlias> [0..*]

'An alias name associated with the well. If the wellName is associated with a naming system then it should be included in this list.'

<witsml:wellDatum> witsml:cs_wellDatum </witsml:wellDatum> [0..*]

'A datum to which elevations and depths are referenced.'

</...>
Diagram
h-269190043 h-269190043 h-1833440233
Schema Component Representation
<xsd:complexType name="cs_wellContext">
<xsd:sequence>
<xsd:element name="field" type=" witsml:nameStruct " minOccurs="0" maxOccurs="1"/>
<xsd:element name="wellAlias" type=" witsml:nameStruct " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="wellDatum" type=" witsml:cs_wellDatum " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>