root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / cs_fiberEndPoint.xsd @ 16

Revision 16, 2.2 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9        <!--                                                         -->
10        <!-- POSC License Agreement
11        This file is distributed under the POSC License Agreement at
12        http://www.posc.org/about/license.shtml.
13        Use of this file constitutes agreement with the POSC License Agreement.
14        -->
15        <!--                                                         -->
16        <xsd:include schemaLocation="attgrp_uid.xsd"/>
17        <!--                                                         -->
18        <xsd:complexType name="cs_fiberEndPoint">
19                <xsd:annotation>
20                        <xsd:documentation>A fiber installed in a "U" configuration has two end points that a
21                        cable may hook to. When making a measurement, it is useful to be able to say which end
22                        was hooked to the input from the instrument box. In order to do this, the fiber ends
23                        must be identified. The identifier is a name, along with a description to further aid
24                        the interpreter in determining which end was used as the input</xsd:documentation>
25                </xsd:annotation>
26                <xsd:sequence>
27                        <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
28                                <xsd:annotation>
29                                        <xsd:documentation>A name, unique within the context of the well, for an
30                                        instrument box cable to hook to.</xsd:documentation>
31                                </xsd:annotation>
32                        </xsd:element>
33                        <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
34                                <xsd:annotation>
35                                        <xsd:documentation>Any description of the node that may be useful in
36                                        identifying the hookup.</xsd:documentation>
37                                </xsd:annotation>
38                        </xsd:element>
39                </xsd:sequence>
40                <xsd:attributeGroup ref="witsml:attgrp_uid">
41                        <xsd:annotation>
42                                <xsd:documentation>Unique identifier for the end point.  </xsd:documentation>
43                        </xsd:annotation>
44                </xsd:attributeGroup>
45        </xsd:complexType>
46        <!--                                                         -->
47</xsd:schema>
Note: See TracBrowser for help on using the browser.