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_refractiveIndex.xsd"/> |
---|
17 | <xsd:include schemaLocation="cs_oneWayLoss.xsd"/> |
---|
18 | <xsd:include schemaLocation="cs_calibration.xsd"/> |
---|
19 | <xsd:include schemaLocation="attgrp_uid.xsd"/> |
---|
20 | <!-- --> |
---|
21 | <xsd:annotation> |
---|
22 | <xsd:documentation>DTS Fiber Object</xsd:documentation> |
---|
23 | </xsd:annotation> |
---|
24 | <!-- --> |
---|
25 | <xsd:complexType name="cs_fiber"> |
---|
26 | <xsd:annotation> |
---|
27 | <xsd:documentation>The optical fiber used for distributed temperature surveys</xsd:documentation> |
---|
28 | </xsd:annotation> |
---|
29 | <xsd:sequence> |
---|
30 | <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1"> |
---|
31 | <xsd:annotation> |
---|
32 | <xsd:documentation>A human understandable name for the fiber. This is used for |
---|
33 | identification of the instance.</xsd:documentation> |
---|
34 | </xsd:annotation> |
---|
35 | </xsd:element> |
---|
36 | <xsd:element name="mode" type="witsml:FiberMode" minOccurs="1" maxOccurs="1"> |
---|
37 | <xsd:annotation> |
---|
38 | <xsd:documentation>The mode of fiber.</xsd:documentation> |
---|
39 | </xsd:annotation> |
---|
40 | </xsd:element> |
---|
41 | <xsd:element name="type" type="witsml:typeOptionalClassString" minOccurs="0" maxOccurs="unbounded"> |
---|
42 | <xsd:annotation> |
---|
43 | <xsd:documentation>Zero or more instances that allow other classifications |
---|
44 | to be assigned to the fiber.</xsd:documentation> |
---|
45 | </xsd:annotation> |
---|
46 | </xsd:element> |
---|
47 | <xsd:element name="coating" type="witsml:kindString" minOccurs="0" maxOccurs="1"> |
---|
48 | <xsd:annotation> |
---|
49 | <xsd:documentation>The type of coating on the fiber.</xsd:documentation> |
---|
50 | </xsd:annotation> |
---|
51 | </xsd:element> |
---|
52 | <xsd:element name="jacket" type="witsml:kindString" minOccurs="0" maxOccurs="1"> |
---|
53 | <xsd:annotation> |
---|
54 | <xsd:documentation>The type of jacket covering the fiber.</xsd:documentation> |
---|
55 | </xsd:annotation> |
---|
56 | </xsd:element> |
---|
57 | <xsd:element name="coreDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"> |
---|
58 | <xsd:annotation> |
---|
59 | <xsd:documentation>The inner diameter of the core, generally measured in microns (um).</xsd:documentation> |
---|
60 | </xsd:annotation> |
---|
61 | </xsd:element> |
---|
62 | <xsd:element name="claddedDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"> |
---|
63 | <xsd:annotation> |
---|
64 | <xsd:documentation>The diameter of the core plus the cladding, generally measured in microns (um).</xsd:documentation> |
---|
65 | </xsd:annotation> |
---|
66 | </xsd:element> |
---|
67 | <xsd:element name="outsideDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"> |
---|
68 | <xsd:annotation> |
---|
69 | <xsd:documentation>The diameter of the cable and all its sheathing, generally |
---|
70 | measured in microns (um). This is intended to be the diameter of the cable on the spool.</xsd:documentation> |
---|
71 | </xsd:annotation> |
---|
72 | </xsd:element> |
---|
73 | <xsd:element name="refractiveIndex" type="witsml:cs_refractiveIndex" minOccurs="0" maxOccurs="unbounded"> |
---|
74 | <xsd:annotation> |
---|
75 | <xsd:documentation>The refractive index of the fiber. Also included is the frequency |
---|
76 | in Hz for which this refractive index is valid. There may be multiple instances of this element.</xsd:documentation> |
---|
77 | </xsd:annotation> |
---|
78 | </xsd:element> |
---|
79 | <xsd:element name="oneWayLoss" type="witsml:cs_oneWayLoss" minOccurs="0" maxOccurs="unbounded"> |
---|
80 | <xsd:annotation> |
---|
81 | <xsd:documentation>The power loss (usually in decibels) per unit of length of |
---|
82 | the fiber. Also included is the frequency for which this loss is measured. |
---|
83 | There ay be multiple instances of this element.</xsd:documentation> |
---|
84 | </xsd:annotation> |
---|
85 | </xsd:element> |
---|
86 | <xsd:element name="parameter" type="witsml:indexedObject" minOccurs="0" maxOccurs="unbounded"> |
---|
87 | <xsd:annotation> |
---|
88 | <xsd:documentation>Additional parameters to define the fiber as a material. |
---|
89 | These should not be parameters to define the installation of the fiber in a |
---|
90 | well, or other system. This element should be used only if an appropriate |
---|
91 | parameter is not available as an element, or in the calibration operation.</xsd:documentation> |
---|
92 | </xsd:annotation> |
---|
93 | </xsd:element> |
---|
94 | <xsd:element name="spoolNumberTag" type="witsml:kindString" minOccurs="0" maxOccurs="1"> |
---|
95 | <xsd:annotation> |
---|
96 | <xsd:documentation>The spool number located on the particular spool. |
---|
97 | The spool number may contain alphanumeric characters.</xsd:documentation> |
---|
98 | </xsd:annotation> |
---|
99 | </xsd:element> |
---|
100 | <xsd:element name="spoolLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"> |
---|
101 | <xsd:annotation> |
---|
102 | <xsd:documentation>The length of the fiber on the spool when purchased.</xsd:documentation> |
---|
103 | </xsd:annotation> |
---|
104 | </xsd:element> |
---|
105 | <xsd:element name="supplyDate" type="witsml:anyDate" minOccurs="0" maxOccurs="1"> |
---|
106 | <xsd:annotation> |
---|
107 | <xsd:documentation>A fiber may go through several manufacturers for its various |
---|
108 | parts. The supplier is the final company in the chain that supplies the fiber |
---|
109 | to the end user.</xsd:documentation> |
---|
110 | </xsd:annotation> |
---|
111 | </xsd:element> |
---|
112 | <xsd:element name="supplier" type="witsml:nameString" minOccurs="0" maxOccurs="1"> |
---|
113 | <xsd:annotation> |
---|
114 | <xsd:documentation>A fiber may go through several manufacturers for its various |
---|
115 | parts. The supplier is the final company in the chain that supplies the fiber |
---|
116 | to the end user.</xsd:documentation> |
---|
117 | </xsd:annotation> |
---|
118 | </xsd:element> |
---|
119 | <xsd:element name="supplierModelNumber" type="witsml:nameString" minOccurs="0" maxOccurs="1"> |
---|
120 | <xsd:annotation> |
---|
121 | <xsd:documentation>The model number (alphanumeric) that is used by the supplier |
---|
122 | to reference the type of fiber that is supplied to the user.</xsd:documentation> |
---|
123 | </xsd:annotation> |
---|
124 | </xsd:element> |
---|
125 | <xsd:element name="factoryCalibration" type="witsml:cs_calibration" minOccurs="0" maxOccurs="unbounded"> |
---|
126 | <xsd:annotation> |
---|
127 | <xsd:documentation>Information about calibrations and quality checks that were |
---|
128 | performed on the cable at the factory. This is not to include calibrations that |
---|
129 | are run at installation time and at measurement time.</xsd:documentation> |
---|
130 | </xsd:annotation> |
---|
131 | </xsd:element> |
---|
132 | <xsd:element name="installationHistory" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded"> |
---|
133 | <xsd:annotation> |
---|
134 | <xsd:documentation>A reference to a dtsInstalledSytem object that previously |
---|
135 | used the fiber.</xsd:documentation> |
---|
136 | </xsd:annotation> |
---|
137 | </xsd:element> |
---|
138 | </xsd:sequence> |
---|
139 | <xsd:attributeGroup ref="witsml:attgrp_uid"> |
---|
140 | <xsd:annotation> |
---|
141 | <xsd:documentation>Unique identifier for the fiber.</xsd:documentation> |
---|
142 | </xsd:annotation> |
---|
143 | </xsd:attributeGroup> |
---|
144 | </xsd:complexType> |
---|
145 | </xsd:schema> |
---|