root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / cs_refWellWellboreRig.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="typ_dataTypes.xsd"/>
17        <!--                                                         -->
18        <!--                                                         -->
19        <xsd:complexType name="cs_refWellWellboreRig">
20                <xsd:annotation>
21                        <xsd:documentation>A reference to a rig within a wellbore.
22                        The wellbore may be defined within the context of another well.
23                        This value represents a foreign key from one node to another.</xsd:documentation>
24                </xsd:annotation>
25                <xsd:sequence>
26                        <xsd:element name="rigReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
27                                <xsd:annotation>
28                                        <xsd:documentation>A pointer to the rig with which there is a relationship.</xsd:documentation>
29                                </xsd:annotation>
30                        </xsd:element>
31                        <xsd:element name="wellboreParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
32                                <xsd:annotation>
33                                        <xsd:documentation>A pointer to the wellbore that contains the rigReference.
34                                        This is not needed unless the referenced rig is outside the
35                                        context of a common parent wellbore.</xsd:documentation>
36                                </xsd:annotation>
37                        </xsd:element>
38                        <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
39                                <xsd:annotation>
40                                        <xsd:documentation>A pointer to the well that contains the wellboreParent.
41                                        This is not needed unless the referenced wellbore is outside the
42                                        context of a common parent well.</xsd:documentation>
43                                </xsd:annotation>
44                        </xsd:element>
45                </xsd:sequence>
46        </xsd:complexType>
47        <!--                                                         -->
48</xsd:schema>
Note: See TracBrowser for help on using the browser.