Documentation for obj_object_profiled_data_schema

Complex Type: auditType

[Table of contents]

Super-types: None
Sub-types: None
Name auditType
Used by (from the same schema document) Complex Type cs_documentInfo
Abstract no
Documentation The audit records what happened to the data, to produce the data that is in this file. It consists of one or more events.
XML Instance Representation
<...>
<witsml:Event> witsml:eventType </witsml:Event> [1..*]
</...>
Diagram
h-645864913
Schema Component Representation
<xsd:complexType name="auditType">
<xsd:sequence>
<xsd:element name="Event" type=" witsml:eventType " minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>