Documentation for obj_object_profiled_data_schema

Simple Type: ValueStatus

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < ValueStatus (by restriction)
Sub-types: None
Name ValueStatus
Used by (from the same schema document) Complex Type generalQualifiedMeasure , Complex Type integerQualifiedCount , Complex Type kindQualifiedString , Complex Type volumeQualifiedMeasure , Complex Type volumeFlowRateQualifiedMeasure
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'bad calibration'|'range limit'|'questionable'|'device failure'|'sensor failure'|'comm failure'|'timeout'|'unknown'}
Documentation An indicator of the quality of a value. This is designed for a SCADA or OPC style of value stasus. The token in parentheses are OPC's status string for the condition. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="ValueStatus">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="bad calibration"/>
<xsd:enumeration value="range limit"/>
<xsd:enumeration value="questionable"/>
<xsd:enumeration value="device failure"/>
<xsd:enumeration value="sensor failure"/>
<xsd:enumeration value="comm failure"/>
<xsd:enumeration value="timeout"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>