Documentation for obj_object_profiled_data_schema

Complex Type: cs_productVolumeAlert

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productVolumeAlert
Used by (from the same schema document) Complex Type cs_productVolumeParameterValue , Complex Type cs_productVolumePeriod
Abstract no
Documentation WITSML - Alert Component Schema.
XML Instance Representation
<...>
<witsml:target> witsml:commentString </witsml:target> [0..1]

'An XPATH to the target value within the message containing this XPATH value.'

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

'The level of the alert.'

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

'The type of alert. For example \"off specification\".'

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

'A textual decription of the alert.'

</...>
Diagram
h-793122037 h-399087894 h-399087894 h-793122037
Schema Component Representation
<xsd:complexType name="cs_productVolumeAlert">
<xsd:sequence>
<xsd:element name="target" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="level" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="type" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="description" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>