Documentation for obj_object_profiled_data_schema

Simple Type: ItemState

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < ItemState (by restriction)
Sub-types: None
Name ItemState
Used by (from the same schema document) Complex Type cs_commonData
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'actual'|'model'|'plan'|'unknown'}
Documentation These values represent the state of a WITSML object.
Diagram
Schema Component Representation
<xsd:simpleType name="ItemState">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="actual"/>
<xsd:enumeration value="model"/>
<xsd:enumeration value="plan"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>