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

Revision 16, 1.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_singleInstalledPoint.xsd"/>
17        <!--                                                         -->
18        <xsd:annotation>
19                <xsd:documentation>This records a table of values of the length along the fiber, the measured
20                depth, and type of point for important points along the wellbore. Typically, these values are
21                used to calculate a relationship of the length along the fiber vs measured depth.</xsd:documentation>
22        </xsd:annotation>
23        <!--                                                         -->
24        <xsd:complexType name="cs_fiberInstalledPoints">
25                <xsd:annotation>
26                        <xsd:documentation>A wrapper for multiple instances of the point in a well.</xsd:documentation>
27                </xsd:annotation>
28                <xsd:sequence>
29                        <xsd:element name="installedPoint" type="witsml:cs_singleInstalledPoint" minOccurs="1" maxOccurs="unbounded">
30                                <xsd:annotation>
31                                        <xsd:documentation>This carries the information about one point</xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                </xsd:sequence>
35        </xsd:complexType>
36        <!--                                                         -->
37</xsd:schema>
Note: See TracBrowser for help on using the browser.