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

Revision 16, 2.7 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="cs_fiber.xsd"/>
17        <!--                                                         -->
18        <xsd:annotation>
19                <xsd:documentation>DTS Fiber Information</xsd:documentation>
20        </xsd:annotation>
21        <!--                                                         -->
22        <xsd:complexType name="cs_fiberInformation">
23                <xsd:annotation>
24                        <xsd:documentation>The optical fiber used for distributed temperature surveys</xsd:documentation>
25                </xsd:annotation>
26                <xsd:sequence>
27                        <xsd:element name="installationDate" type="witsml:anyDate" minOccurs="0" maxOccurs="1">
28                                <xsd:annotation>
29                                        <xsd:documentation>The date the fiber is installed.</xsd:documentation>
30                                </xsd:annotation>
31                        </xsd:element>
32                        <xsd:element name="installationCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
33                                <xsd:annotation>
34                                        <xsd:documentation>The company that installed the fiber in the wellbore.</xsd:documentation>
35                                </xsd:annotation>
36                        </xsd:element>
37                        <xsd:element name="deInstallationDate" type="witsml:anyDate" minOccurs="0" maxOccurs="1">
38                                <xsd:annotation>
39                                        <xsd:documentation>The date the fiber was de-installed from the wellbore.</xsd:documentation>
40                                </xsd:annotation>
41                        </xsd:element>
42                        <xsd:element name="capillaryTubeDiameter" type="witsml:lengthMeasure"  minOccurs="0" maxOccurs="1">
43                                <xsd:annotation>
44                                        <xsd:documentation>The diameter of the capillary tube into which one or more fibers
45                                        will be installed. If the installation has fibers that go to different wellbores,
46                                        only those fibers installed in the parent wellbore should be included in this instance.</xsd:documentation>
47                                </xsd:annotation>
48                        </xsd:element>
49                        <xsd:element name="fiber" type="witsml:cs_fiber" minOccurs="0" maxOccurs="unbounded">
50                                <xsd:annotation>
51                                        <xsd:documentation>The properties of the fiber or fibers installed in the wellbore.</xsd:documentation>
52                                </xsd:annotation>
53                        </xsd:element>
54                </xsd:sequence>
55        </xsd:complexType>
56        <!--                                                         -->
57</xsd:schema>
Note: See TracBrowser for help on using the browser.