Documentation for obj_object_profiled_data_schema

Complex Type: obj_report

[Table of contents]

Super-types: abstractContextualObject < obj_report (by extension)
Sub-types: None
Name obj_report
Abstract no
XML Instance Representation
<...>
<witsml:kind> witsml:kindString </witsml:kind> [0..1]

'The type of report.'

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

'The tile of the report if different from the name of the report.'

<witsml:date> witsml:date </witsml:date> [0..1]

'The date that the report represents.'

<witsml:dateEnd> witsml:date </witsml:dateEnd> [0..1]

'The ending date that the report represents if it represents an interval.'

<witsml:month> witsml:month </witsml:month> [0..1]

'The month that the report represents (i.e., not a date or date range).'

<witsml:year> witsml:year </witsml:year> [0..1]

'The year that the report represents (i.e., not a month, date or date range).'

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

'A textual comment about the report.'

<witsml:installation> witsml:facilityIdentifierStruct </witsml:installation> [0..1]

'The name of the facility which is represented by this report. The name can be qualified by a naming system. This also defines the kind of facility.'

<witsml:contextFacility> witsml:facilityIdentifierStruct </witsml:contextFacility> [0..*]

'The name and type of a facility whose context is relevant to the represented installation.'

<witsml:operator> witsml:cs_businessAssociate </witsml:operator> [0..1]

'The operator of the facilities in the report.'

<witsml:geographicContext> witsml:cs_geographicContext </witsml:geographicContext> [0..1]

'The geographic context of the report.'

<witsml:issueDate> witsml:date </witsml:issueDate> [0..1]

'The date that the report was issued.'

<witsml:issuedBy> witsml:cs_businessAssociate </witsml:issuedBy> [0..1]

'The person or company that issued the report. This may contain the role of the person or company within the context of the report.'

<witsml:approvalDate> witsml:date </witsml:approvalDate> [0..1]

'The date that the report was approved.'

<witsml:approver> witsml:cs_businessAssociate </witsml:approver> [0..1]

'The person or company that approved the report. This may contain the role of the person or company within the context of the report.'

<witsml:customData> witsml:cs_customData </witsml:customData> [0..1]

'A container element that can contain custom or user defined data elements.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="obj_report">
<xsd:complexContent>
<xsd:extension base=" witsml:abstractContextualObject ">
<xsd:sequence>
<xsd:element name="kind" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="title" type=" witsml:nameStruct " minOccurs="0" maxOccurs="1"/>
<xsd:element name="date" type=" witsml:date " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dateEnd" type=" witsml:date " minOccurs="0" maxOccurs="1"/>
<xsd:element name="month" type=" witsml:month " minOccurs="0" maxOccurs="1"/>
<xsd:element name="year" type=" witsml:year " minOccurs="0" maxOccurs="1"/>
<xsd:element name="comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="installation" type=" witsml:facilityIdentifierStruct " minOccurs="0" maxOccurs="1"/>
<xsd:element name="contextFacility" type=" witsml:facilityIdentifierStruct " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="operator" type=" witsml:cs_businessAssociate " minOccurs="0" maxOccurs="1"/>
<xsd:element name="geographicContext" type=" witsml:cs_geographicContext " minOccurs="0" maxOccurs="1"/>
<xsd:element name="issueDate" type=" witsml:date " minOccurs="0" maxOccurs="1"/>
<xsd:element name="issuedBy" type=" witsml:cs_businessAssociate " minOccurs="0" maxOccurs="1"/>
<xsd:element name="approvalDate" type=" witsml:date " minOccurs="0" maxOccurs="1"/>
<xsd:element name="approver" type=" witsml:cs_businessAssociate " minOccurs="0" maxOccurs="1"/>
<xsd:element name="customData" type=" witsml:cs_customData " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>