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_documentInfo.xsd"/> |
---|
17 | <xsd:include schemaLocation="grp_trajectoryStation.xsd"/> |
---|
18 | <xsd:include schemaLocation="cs_commonData.xsd"/> |
---|
19 | <xsd:include schemaLocation="cs_customData.xsd"/> |
---|
20 | <xsd:include schemaLocation="attgrp_uid.xsd"/> |
---|
21 | <!-- --> |
---|
22 | |
---|
23 | <xsd:annotation> |
---|
24 | <xsd:documentation> Trajectory station schema that supports the WITSML standard. </xsd:documentation> |
---|
25 | </xsd:annotation> |
---|
26 | <!-- --> |
---|
27 | <xsd:element name="trajectoryStations" type="witsml:obj_trajectoryStations"> |
---|
28 | <xsd:annotation> |
---|
29 | <xsd:documentation>The WITSML API mandated plural root element which allows |
---|
30 | multiple singular objects to be sent. The plural name is formed by adding |
---|
31 | an "s" to the singular name.</xsd:documentation> |
---|
32 | </xsd:annotation> |
---|
33 | </xsd:element> |
---|
34 | <!-- --> |
---|
35 | <xsd:complexType name="obj_trajectoryStations"> |
---|
36 | <xsd:sequence> |
---|
37 | <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1"> |
---|
38 | <xsd:annotation> |
---|
39 | <xsd:documentation>Information about the XML message instance. </xsd:documentation> |
---|
40 | </xsd:annotation> |
---|
41 | </xsd:element> |
---|
42 | <xsd:element name="trajectoryStation" type="witsml:obj_trajectoryStation" minOccurs="1" maxOccurs="unbounded"> |
---|
43 | <xsd:annotation> |
---|
44 | <xsd:documentation>A single trajectory station. </xsd:documentation> |
---|
45 | </xsd:annotation> |
---|
46 | </xsd:element> |
---|
47 | </xsd:sequence> |
---|
48 | <xsd:attribute name="version" type="witsml:schemaVersionString" use="required"> |
---|
49 | <xsd:annotation> |
---|
50 | <xsd:documentation>Data object schema version. The fourth level must match the |
---|
51 | version of the schema constraints (enumerations and XML loader files) that are assumed |
---|
52 | by the document instance.</xsd:documentation> |
---|
53 | </xsd:annotation> |
---|
54 | </xsd:attribute> |
---|
55 | </xsd:complexType> |
---|
56 | <!-- --> |
---|
57 | <xsd:complexType name="obj_trajectoryStation"> |
---|
58 | <xsd:sequence> |
---|
59 | <xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1"> |
---|
60 | <xsd:annotation> |
---|
61 | <xsd:documentation>Human recognizable context for the well that contains the wellbore.</xsd:documentation> |
---|
62 | </xsd:annotation> |
---|
63 | </xsd:element> |
---|
64 | <xsd:element name="nameWellbore" type="witsml:nameString" minOccurs="1" maxOccurs="1"> |
---|
65 | <xsd:annotation> |
---|
66 | <xsd:documentation>Human recognizable context for the wellbore that contains the trajectory.</xsd:documentation> |
---|
67 | </xsd:annotation> |
---|
68 | </xsd:element> |
---|
69 | <xsd:element name="nameTrajectory" type="witsml:nameString" minOccurs="0" maxOccurs="1"> |
---|
70 | <xsd:annotation> |
---|
71 | <xsd:documentation>Human recognizable context for the trajectory that contains the trajectory station.</xsd:documentation> |
---|
72 | </xsd:annotation> |
---|
73 | </xsd:element> |
---|
74 | <xsd:group ref="witsml:grp_trajectoryStation" minOccurs="0" maxOccurs="1"> |
---|
75 | <xsd:annotation> |
---|
76 | <xsd:documentation>The non-contextual elements for a trajectory station.</xsd:documentation> |
---|
77 | </xsd:annotation> |
---|
78 | </xsd:group> |
---|
79 | <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1"> |
---|
80 | <xsd:annotation> |
---|
81 | <xsd:documentation>A container element that contains elements that are common to all data |
---|
82 | objects. </xsd:documentation> |
---|
83 | </xsd:annotation> |
---|
84 | </xsd:element> |
---|
85 | <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1"> |
---|
86 | <xsd:annotation> |
---|
87 | <xsd:documentation>A container element that can contain custom or user defined |
---|
88 | data elements.</xsd:documentation> |
---|
89 | </xsd:annotation> |
---|
90 | </xsd:element> |
---|
91 | </xsd:sequence> |
---|
92 | <xsd:attribute name="uidWell" type="witsml:uidString" use="optional"> |
---|
93 | <xsd:annotation> |
---|
94 | <xsd:documentation>Unique identifier for the well. This uniquely represents |
---|
95 | the well referenced by the (possibly non-unique) nameWell. </xsd:documentation> |
---|
96 | </xsd:annotation> |
---|
97 | </xsd:attribute> |
---|
98 | <xsd:attribute name="uidWellbore" type="witsml:uidString" use="optional"> |
---|
99 | <xsd:annotation> |
---|
100 | <xsd:documentation>Unique identifier for the wellbore. This uniquely represents |
---|
101 | the wellbore referenced by the (possibly non-unique) nameWellbore. </xsd:documentation> |
---|
102 | </xsd:annotation> |
---|
103 | </xsd:attribute> |
---|
104 | <xsd:attribute name="uidTrajectory" type="witsml:uidString" use="optional"> |
---|
105 | <xsd:annotation> |
---|
106 | <xsd:documentation>Unique identifier for the trajectory. This uniquely represents |
---|
107 | the trajectory referenced by the (possibly non-unique) nameTraj. </xsd:documentation> |
---|
108 | </xsd:annotation> |
---|
109 | </xsd:attribute> |
---|
110 | <xsd:attributeGroup ref="witsml:attgrp_uid"> |
---|
111 | <xsd:annotation> |
---|
112 | <xsd:documentation>Unique identifier for the trajectory station. </xsd:documentation> |
---|
113 | </xsd:annotation> |
---|
114 | </xsd:attributeGroup> |
---|
115 | </xsd:complexType> |
---|
116 | </xsd:schema> |
---|