Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsCalibrationParameter

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractNameString (by restriction) < cs_dtsCalibrationParameter (by extension)
Sub-types: None
Name cs_dtsCalibrationParameter
Used by (from the same schema document) Complex Type cs_dtsCalibration , Complex Type cs_dtsInstrumentBoxCalibration
Abstract no
Documentation Parameters are given by name/ value pairs, with optional uom. The parameter name and uom are attributes, and the value is the value of the element.
XML Instance Representation
<...
uom=" witsml:uomString [0..1]

'The unit of measure of the parameter value.'

"

name=" witsml:nameString [1]

'The name of the parameter.'

"
>
witsml:abstractNameString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="cs_dtsCalibrationParameter">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractNameString ">
<xsd:attribute name="uom" type=" witsml:uomString " use="optional"/>
<xsd:attribute name="name" type=" witsml:nameString " use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>