Documentation for obj_object_profiled_data_schema

Simple Type: InstalledFiberPoint

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < InstalledFiberPoint (by restriction)
Sub-types: None
Name InstalledFiberPoint
Used by (from the same schema document) Complex Type cs_dtsSingleInstalledPoint
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'splice'|'connector'|'end of fiber'|'base of fiber'|'turn around point'|'start of fiber'|'oven entry point'|'oven exit point'|'downhole gauge'|'DTS laser head'|'DTS reference oven'|'splice box'|'wellhead junction box'|'base tubing hanger flange'|'PBR wet connect'|'top ESP pump'|'base ESP pump'|'wellhead temperature gauge'|'top completion zone'|'base completion zone'|'unknown'}
Documentation The type of Distributed Temperature Survey (DTS) fiber point. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="InstalledFiberPoint">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="splice"/>
<xsd:enumeration value="connector"/>
<xsd:enumeration value="end of fiber"/>
<xsd:enumeration value="base of fiber"/>
<xsd:enumeration value="turn around point"/>
<xsd:enumeration value="start of fiber"/>
<xsd:enumeration value="oven entry point"/>
<xsd:enumeration value="oven exit point"/>
<xsd:enumeration value="downhole gauge"/>
<xsd:enumeration value="DTS laser head"/>
<xsd:enumeration value="DTS reference oven"/>
<xsd:enumeration value="splice box"/>
<xsd:enumeration value="wellhead junction box"/>
<xsd:enumeration value="base tubing hanger flange"/>
<xsd:enumeration value="PBR wet connect"/>
<xsd:enumeration value="top ESP pump"/>
<xsd:enumeration value="base ESP pump"/>
<xsd:enumeration value="wellhead temperature gauge"/>
<xsd:enumeration value="top completion zone"/>
<xsd:enumeration value="base completion zone"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>