Documentation for obj_object_profiled_data_schema

Complex Type: eventType

[Table of contents]

Super-types: None
Sub-types: None
Name eventType
Used by (from the same schema document) Complex Type auditType
Abstract no
Documentation An event type captures the basic information about an event that has affected the data.
XML Instance Representation
<...>
<witsml:EventDate> witsml:timestamp </witsml:EventDate> [1]

'The date on which the event took place.'

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

'The party responsible for the event.'

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

'A free form comment that can further define the event that occurred.'

</...>
Diagram
h-622169519 h-269201247 h-793122037
Schema Component Representation
<xsd:complexType name="eventType">
<xsd:sequence>
<xsd:element name="EventDate" type=" witsml:timestamp " minOccurs="1" maxOccurs="1"/>
<xsd:element name="ResponsibleParty" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="Comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>