Documentation for obj_object_profiled_data_schema

Complex Type: obj_fluidAnalysis

[Table of contents]

Super-types: abstractSingularDataObject < obj_fluidAnalysis (by extension)
Sub-types: None
Name obj_fluidAnalysis
Used by (from the same schema document) Complex Type obj_fluidAnalysiss
Abstract no
XML Instance Representation
<...
uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:name> witsml:nameString </witsml:name> [1]

'The name of the Fluid Analysis.'

Start Choice [1]
<witsml:userAnalysisKind> witsml:FluidAnalysisKind </witsml:userAnalysisKind> [1]

'xxxxxxxxxxxxxxxx'

<witsml:laboratorybAnalysisKind> witsml:kindString </witsml:laboratorybAnalysisKind> [1]

'xxxxxxxxxxxxxxxx'

End Choice
<witsml:analysisdDate> witsml:date </witsml:analysisdDate> [0..1]

'xxxxxxxxxxxxxxxx'

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

'The name of the application that was run by the user.'

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

'The version of the application that was run by the user.'

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

'xxxxxxxxxxxxxxxx'

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

'The name of the analyst or user who is responsible for the results.'

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

'xxxxxxxxxxxxxxxx'

<witsml:reportDate> witsml:date </witsml:reportDate> [0..1]

'xxxxxxxxxxxxxxxx'

<witsml:reportLocation> witsml:descriptionString </witsml:reportLocation> [0..1]

'xxxxxxxxxxxxxxxx'

<witsml:commonData> witsml:cs_commonData </witsml:commonData> [0..1]

'A container element that contains elements that are common to all data objects.'

<witsml:customData> witsml:cs_customData </witsml:customData> [0..1]

'A container element that can contain custom or user defined data elements.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="obj_fluidAnalysis">
<xsd:complexContent>
<xsd:extension base=" witsml:abstractSingularDataObject ">
<xsd:sequence>
<xsd:element name="name" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:group ref=" witsml:grp_fluidAnalysis "/>
<xsd:element name="commonData" type=" witsml:cs_commonData " minOccurs="0" maxOccurs="1"/>
<xsd:element name="customData" type=" witsml:cs_customData " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>