Documentation for obj_object_profiled_data_schema

Simple Type: OTDRReason

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < OTDRReason (by restriction)
Sub-types: None
Name OTDRReason
Used by (from the same schema document) Complex Type cs_dtsOtdr
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'pre-installation'|'post-installation'|'DTS run'|'other'|'unknown'}
Documentation The reason an Optical Time Domain Reflectometry (OTDR) test was run within a Distributed Temperature Survey (DTS). The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="OTDRReason">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="pre-installation"/>
<xsd:enumeration value="post-installation"/>
<xsd:enumeration value="DTS run"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>