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

Revision 16, 2.5 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:annotation>
19                <xsd:documentation>This is a single installed point of a fiber in the DTS installation.
20                It is used in the fiberInstalledPoints.</xsd:documentation>
21        </xsd:annotation>
22        <!--                                                         -->
23        <xsd:complexType name="cs_singleInstalledPoint">
24                <xsd:annotation>
25                        <xsd:documentation>A set of points recorded during the installation process. The information
26                        can include the length along the fiber, the measured depth, and a type of point.</xsd:documentation>
27                </xsd:annotation>
28                <xsd:sequence>
29                        <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>The measured depth of the installed point of the fiber.
32                                        This is optional, because the sender may want to record points that are
33                                        outside the well.</xsd:documentation>
34                                </xsd:annotation>
35                        </xsd:element>
36                        <xsd:element name="lengthAlongFiber" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
37                                <xsd:annotation>
38                                        <xsd:documentation>The length along the fiber, from the zero point, for
39                                        this particular point.</xsd:documentation>
40                                </xsd:annotation>
41                        </xsd:element>
42                        <xsd:element name="type" type="witsml:InstalledFiberPoint" minOccurs="0" maxOccurs="1">
43                                <xsd:annotation>
44                                        <xsd:documentation>The type of point that is being recorded.</xsd:documentation>
45                                </xsd:annotation>
46                        </xsd:element>
47                </xsd:sequence>
48                <xsd:attributeGroup ref="witsml:attgrp_uid">
49                        <xsd:annotation>
50                                <xsd:documentation>Unique identifier for the point.  </xsd:documentation>
51                        </xsd:annotation>
52                </xsd:attributeGroup>
53        </xsd:complexType>
54        <!--                                                         -->
55</xsd:schema>
Note: See TracBrowser for help on using the browser.