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

Revision 16, 1.8 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="grp_trajectoryStation.xsd"/>
17        <xsd:include schemaLocation="cs_commonData.xsd"/>
18        <xsd:include schemaLocation="attgrp_uid.xsd"/>
19        <!--                                                         -->
20        <xsd:complexType name="cs_trajectoryStation">
21                <xsd:annotation>
22                        <xsd:documentation>WITSML - Trajectory Station Component Schema</xsd:documentation>
23                </xsd:annotation>
24                <xsd:sequence>
25                        <xsd:group ref="witsml:grp_trajectoryStation" minOccurs="0" maxOccurs="1">
26                                <xsd:annotation>
27                                        <xsd:documentation>The non-contextual elements for a trajectory station.</xsd:documentation>
28                                </xsd:annotation>
29                        </xsd:group>
30                        <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
31                                <xsd:annotation>
32                                        <xsd:documentation>A container element that contains elements that are common to all data
33                                        objects.  </xsd:documentation>
34                                </xsd:annotation>
35                        </xsd:element>
36                </xsd:sequence>
37                <xsd:attributeGroup ref="witsml:attgrp_uid">
38                        <xsd:annotation>
39                                <xsd:documentation>Unique identifier for the trajectory station.  </xsd:documentation>
40                        </xsd:annotation>
41                </xsd:attributeGroup>
42        </xsd:complexType>
43</xsd:schema>
Note: See TracBrowser for help on using the browser.