Documentation for obj_object_profiled_data_schema

Complex Type: integerQualifiedCount

[Table of contents]

Super-types: xsd:int < abstractInt (by restriction) < integerQualifiedCount (by extension)
Sub-types: None
Name integerQualifiedCount
Used by (from the same schema document) Complex Type cs_productVolumeParameterValue
Abstract no
Documentation An integer 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:abstractInt
</...>
Diagram
Schema Component Representation
<xsd:complexType name="integerQualifiedCount">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractInt ">
<xsd:attribute name="status" type=" witsml:ValueStatus " use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>