Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsErrorReport

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsErrorReport
Used by (from the same schema document) Model Group grp_dtsMeasurement
Abstract no
Documentation A simple structure that allows an error report to be exchanged. The strucutre will allow for an error name, error id (generally a numerical code), and a description.
XML Instance Representation
<...
uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:name> witsml:nameString </witsml:name> [0..1]

'A name of the error.'

<witsml:id> witsml:kindString </witsml:id> [0..1]

'A code, or other id, for the error.'

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

'A description of the error.'

</...>
Diagram
h-269201247 h-399087894 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_dtsErrorReport">
<xsd:sequence>
<xsd:element name="name" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="id" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="description" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>