Documentation for obj_object_profiled_data_schema

Simple Type: FiberMode

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < FiberMode (by restriction)
Sub-types: None
Name FiberMode
Used by (from the same schema document) Complex Type cs_dtsFiber
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'singlemode'|'multimode'|'other'|'unknown'}
Documentation The mode of a Distributed Temperature Survey (DTS) fiber. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="FiberMode">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="singlemode"/>
<xsd:enumeration value="multimode"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>