Documentation for obj_object_profiled_data_schema

Complex Type: cs_documentInfo

[Table of contents]

Super-types: None
Sub-types: None
Name cs_documentInfo
Used by (from the same schema document) Complex Type obj_dtsInstalledSystems , Complex Type obj_dtsMeasurements , Complex Type obj_fluidAnalysiss , Complex Type obj_fluidAnalysisResults , Complex Type obj_fluidSamples , Complex Type obj_objects , Complex Type obj_productFlowModels , Complex Type obj_productionOperations , Complex Type obj_productVolumes , Complex Type obj_wellTests
Abstract no
Documentation A schema to capture a set of data that is relevant for many exchange documents. It includes information about the file that was created, and high-level information about the data that is being exchanged within the file.
XML Instance Representation
<...>
<witsml:DocumentName> witsml:nameStruct </witsml:DocumentName> [1]

'An identifier for the document. This is intended to be unique within the context of the NamingSystem.'

<witsml:DocumentAlias> witsml:nameStruct </witsml:DocumentAlias> [0..*]

'Zero or more alternate names for the document. These names do not need to be unique within the naming system.'

<witsml:DocumentDate> witsml:timestamp </witsml:DocumentDate> [0..1]

'The date of the creation of the document. This is not the same as the date that the file was created. For this date, the document is considered to be the set of information associated with this document information. For example, the document may be a seismic binset. This represents the date that the binset was created. The FileCreation information would capture the date that the XML file was created to send or exchange the binset.'

<witsml:documentClass> witsml:nameStruct </witsml:documentClass> [0..*]

'A document class. Examples of classes would be a metadata classification or a set of keywords.'

<witsml:FileCreationInformation> witsml:fileCreationType </witsml:FileCreationInformation> [0..1]

'The information about the creation of the exchange file. This is not about the creation of the data within the file, but the creation of the file itself.'

<witsml:SecurityInformation> witsml:securityInfoType </witsml:SecurityInformation> [0..5]

'Information about the security to be applied to this file. More than one classification can be given.'

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

'A free-form string that allows a disclaimer to accompany the information.'

<witsml:AuditTrail> witsml:auditType </witsml:AuditTrail> [0..1]

'A collection of events that can document the history of the data.'

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

'The owner of the data.'

<witsml:QueryParam> witsml:queryParam </witsml:QueryParam> [0..1]

'WITSML query parameters.'

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

'An optional comment about the document.'

</...>
Diagram
h-269190043 h-269190043 h-622169519 h-269190043 h782485690 h497871565 h-793122037 h-484474128 h-269201247 h296102602 h-793122037
Schema Component Representation
<xsd:complexType name="cs_documentInfo">
<xsd:sequence>
<xsd:element name="DocumentName" type=" witsml:nameStruct " minOccurs="1" maxOccurs="1"/>
<xsd:element name="DocumentAlias" type=" witsml:nameStruct " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="DocumentDate" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="documentClass" type=" witsml:nameStruct " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="FileCreationInformation" type=" witsml:fileCreationType " minOccurs="0" maxOccurs="1"/>
<xsd:element name="SecurityInformation" type=" witsml:securityInfoType " minOccurs="0" maxOccurs="5"/>
<xsd:element name="Disclaimer" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="AuditTrail" type=" witsml:auditType " minOccurs="0" maxOccurs="1"/>
<xsd:element name="Owner" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="QueryParam" type=" witsml:queryParam " minOccurs="0" maxOccurs="1"/>
<xsd:element name="Comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>