Documentation for obj_object_profiled_data_schema

Simple Type: TestReason

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < TestReason (by restriction)
Sub-types: None
Name TestReason
Used by (from the same schema document) Model Group grp_wellTest
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'initial'|'periodic'|'revision'|'unknown'|'other'|'unknown'}
Documentation A reason for running a well test. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="TestReason">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="initial"/>
<xsd:enumeration value="periodic"/>
<xsd:enumeration value="revision"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>