Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsFiberEndPoint

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsFiberEndPoint
Used by (from the same schema document) Model Group grp_dtsInstalledSystem
Abstract no
Documentation A fiber installed in a "U" configuration has two end points that a cable may hook to. When making a measurement, it is useful to be able to say which end was hooked to the input from the instrument box. In order to do this, the fiber ends must be identified. The identifier is a name, along with a description to further aid the interpreter in determining which end was used as the input
XML Instance Representation
<...
uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:name> witsml:nameString </witsml:name> [1]

'A name, unique within the context of the well, for an instrument box cable to hook to.'

<witsml:description> witsml:commentString </witsml:description> [0..1]

'Any description of the node that may be useful in identifying the hookup.'

</...>
Diagram
h-269201247 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_dtsFiberEndPoint">
<xsd:sequence>
<xsd:element name="name" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="description" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>