Documentation for obj_object_profiled_data_schema

Complex Type: kindQualifiedString

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < kindQualifiedString (by extension)
Sub-types: None
Name kindQualifiedString
Used by (from the same schema document) Complex Type cs_productVolumeParameterValue
Abstract no
Documentation A kind which may have a quality status. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no restrictions.
XML Instance Representation
<...
status=" witsml:ValueStatus [0..1]

'An indicator of the quality of the value.'

"
>
witsml:abstractTypeEnum
</...>
Diagram
Schema Component Representation
<xsd:complexType name="kindQualifiedString">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractTypeEnum ">
<xsd:attribute name="status" type=" witsml:ValueStatus " use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>