Documentation for obj_object_profiled_data_schema

Simple Type: OperationKind

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < OperationKind (by restriction)
Sub-types: None
Name OperationKind
Used by (from the same schema document) Complex Type cs_productionOperationOperationalComment
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'production'|'well'|'deviations'|'maintenance'|'construction'|'power station failure'|'air traffic'|'other'}
Documentation The type of operation for which general comments can be defined.
Diagram
Schema Component Representation
<xsd:simpleType name="OperationKind">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="production"/>
<xsd:enumeration value="well"/>
<xsd:enumeration value="deviations"/>
<xsd:enumeration value="maintenance"/>
<xsd:enumeration value="construction"/>
<xsd:enumeration value="power station failure"/>
<xsd:enumeration value="air traffic"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>