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_refWellboreTrajectoryStation" final="#all"> |
---|
20 | <xsd:annotation> |
---|
21 | <xsd:documentation>A reference to a trajectoryStation in a wellbore. |
---|
22 | The trajectoryStation may be defined within the context of another wellbore. |
---|
23 | This value represents a foreign key from one element to another.</xsd:documentation> |
---|
24 | </xsd:annotation> |
---|
25 | <xsd:sequence> |
---|
26 | <xsd:element name="stationReference" type="witsml:refString" minOccurs="1" maxOccurs="1"> |
---|
27 | <xsd:annotation> |
---|
28 | <xsd:documentation>A pointer to the trajectoryStation within the parent trajectory. |
---|
29 | This is a special case where we only use a uid for the pointer. |
---|
30 | The natural identity of a station is its physical characteristics (e.g., md).</xsd:documentation> |
---|
31 | </xsd:annotation> |
---|
32 | </xsd:element> |
---|
33 | <xsd:element name="trajectoryParent" type="witsml:refNameString" minOccurs="1" maxOccurs="1"> |
---|
34 | <xsd:annotation> |
---|
35 | <xsd:documentation>A pointer to the trajectory within the parent wellbore. |
---|
36 | This trajectory contains the trajectoryStation.</xsd:documentation> |
---|
37 | </xsd:annotation> |
---|
38 | </xsd:element> |
---|
39 | <xsd:element name="wellboreParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1"> |
---|
40 | <xsd:annotation> |
---|
41 | <xsd:documentation>A pointer to the wellbore that contains the trajectory. |
---|
42 | This is not needed unless the trajectory is outside the |
---|
43 | context of a common parent wellbore.</xsd:documentation> |
---|
44 | </xsd:annotation> |
---|
45 | </xsd:element> |
---|
46 | </xsd:sequence> |
---|
47 | </xsd:complexType> |
---|
48 | <!-- --> |
---|
49 | </xsd:schema> |
---|