Documentation for obj_object_profiled_data_schema

Complex Type: fileCreationType

[Table of contents]

Super-types: None
Sub-types: None
Name fileCreationType
Used by (from the same schema document) Complex Type cs_documentInfo
Abstract no
Documentation A block of information about the creation of the XML file. This is different than the creation of the data that is included within the file.
XML Instance Representation
<...>
<witsml:FileCreationDate> witsml:timestamp </witsml:FileCreationDate> [1]

'The date and time that the file was created.'

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

'If appropriate, the software that created the file. This is a free form string, and may include whatever information is deemed relevant.'

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

'The person or business associate that created the file.'

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

'Any comment that would be useful to further explain the creation of this instance document.'

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