Documentation for obj_object_profiled_data_schema

Complex Type: cs_geographicContext

[Table of contents]

Super-types: None
Sub-types: None
Name cs_geographicContext
Used by (from the same schema document) Model Group grp_productionOperation , Model Group grp_productVolume , Complex Type obj_report
Abstract no
Documentation A geographic context of a report.
XML Instance Representation
<...>
<witsml:country> witsml:nameString </witsml:country> [0..1]

'The name of the country.'

<witsml:state> witsml:nameString </witsml:state> [0..1]

'The state of province within the country.'

<witsml:field> witsml:nameStruct </witsml:field> [0..1]

'The name of the field within whose context the report exists.'

<witsml:offshoreLocation> witsml:cs_offshoreLocation </witsml:offshoreLocation> [0..1]

'An offshore context.'

<witsml:comment> witsml:commentString </witsml:comment> [0..1]

'An general comment that further explains the offshore location.'

</...>
Diagram
h-269201247 h-269201247 h-269190043 h-90330723 h-793122037
Schema Component Representation
<xsd:complexType name="cs_geographicContext">
<xsd:sequence>
<xsd:element name="country" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="state" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="field" type=" witsml:nameStruct " minOccurs="0" maxOccurs="1"/>
<xsd:element name="offshoreLocation" type=" witsml:cs_offshoreLocation " minOccurs="0" maxOccurs="1"/>
<xsd:element name="comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>