Documentation for obj_object_profiled_data_schema

Complex Type: obj_fluidSample

[Table of contents]

Super-types: abstractSingularDataObject < obj_fluidSample (by extension)
Sub-types: None
Name obj_fluidSample
Used by (from the same schema document) Complex Type obj_fluidSamples
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 Sample.'

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

'xxxxxxxxxxxxxxxx'

<witsml:sampleType> witsml:FluidSampleKind </witsml:sampleType> [0..1]

'xxxxxxxxxxxxxxxx'

<witsml:facility> witsml:facilityIdentifierStruct </witsml:facility> [0..1]

'The name of the facility from which the sample was acquired. The name can be qualified by a naming system. This also defines the kind of facility. Common facilities are wells, wellbores within a well, completions within a well.'

<witsml:facilityParent1> witsml:facilityIdentifierStruct </witsml:facilityParent1> [0..1]

'For facilities whose name is unique within the context of another facility, the name of the parent facility. For example, if name represents a completion, then facilityParent1 would represent the name of the well within which name was unique. The name can be qualified by a naming system. This also defines the kind of facility.'

<witsml:facilityParent2> witsml:facilityIdentifierStruct </witsml:facilityParent2> [0..1]

'For facilities whose name is unique within the context of another facility, the name of the parent facility of parent1. The name can be qualified by a naming system. This also defines the kind of facility.'

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

'An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name (that is, within the context of a parent) should also be listed as an alias.'

<witsml:testKind> witsml:FluidSampleTestAcquisition </witsml:testKind> [0..1]

'The kind of test which acquired the sample.'

<witsml:testMD> witsml:measuredDepthCoord </witsml:testMD> [0..1]

'The measured depth of the test in a wellbore.'

<witsml:testId> witsml:kindString </witsml:testId> [0..1]

'The test identifier.'

<witsml:testRun> witsml:kindString </witsml:testRun> [0..1]

'The test run number (e.g., for an RFT)'

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

'The name of the company which ran the test.'

<witsml:reservoirFluidType> witsml:ReservoirFluidKind </witsml:reservoirFluidType> [0..1]

'xxxxxxxxxxxxxxxx'

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

'xxxxxxxxxxxxxxxx'

<witsml:acquisitionMD> witsml:measuredDepthCoord </witsml:acquisitionMD> [0..1]

'xxxxxxxxxxxxxxxx'

<witsml:acquisitionPressure> witsml:pressureMeasure </witsml:acquisitionPressure> [0..1]

'xxxxxxxxxxxxxxxx'

<witsml:acquisitionTemperature> witsml:thermodynamicTemperatureMeasure </witsml:acquisitionTemperature> [0..1]

'xxxxxxxxxxxxxxxx'

<witsml:acquisitionGORStd> witsml:standardVolumePerStandardVolumeMeasure </witsml:acquisitionGORStd> [0..1]

'xxxxxxxxxxxxxxxx'

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

'xxxxxxxxxxxxxxxx'

<witsml:representative> witsml:logicalBoolean </witsml:representative> [0..1]

'xxxxxxxxxxxxxxxx'

<witsml:comment> witsml:commentString </witsml:comment> [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_fluidSample">
<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_fluidSample "/>
<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>