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 | <xsd:include schemaLocation="attgrp_uid.xsd"/> |
---|
18 | <!-- --> |
---|
19 | <xsd:complexType name="cs_scr"> |
---|
20 | <xsd:annotation> |
---|
21 | <xsd:documentation>WITSML - Operations Slow Circulation Rates (SCR) Component Schema</xsd:documentation> |
---|
22 | </xsd:annotation> |
---|
23 | <xsd:sequence> |
---|
24 | <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1"> |
---|
25 | <xsd:annotation> |
---|
26 | <xsd:documentation>Date and time the information is related to. </xsd:documentation> |
---|
27 | </xsd:annotation> |
---|
28 | </xsd:element> |
---|
29 | <xsd:element name="pump" type="witsml:refPositiveCount" minOccurs="1" maxOccurs="1"> |
---|
30 | <xsd:annotation> |
---|
31 | <xsd:documentation>This is a pointer to the corresponding pump on the rig.</xsd:documentation> |
---|
32 | </xsd:annotation> |
---|
33 | </xsd:element> |
---|
34 | <xsd:element name="typeScr" type="witsml:ScrType" minOccurs="1" maxOccurs="1"> |
---|
35 | <xsd:annotation> |
---|
36 | <xsd:documentation>Type of slow circulation rate. </xsd:documentation> |
---|
37 | </xsd:annotation> |
---|
38 | </xsd:element> |
---|
39 | <xsd:element name="rateStroke" type="witsml:anglePerTimeMeasure" minOccurs="1" maxOccurs="1"> |
---|
40 | <xsd:annotation> |
---|
41 | <xsd:documentation>Pump stroke rate. </xsd:documentation> |
---|
42 | </xsd:annotation> |
---|
43 | </xsd:element> |
---|
44 | <xsd:element name="presRecorded" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1"> |
---|
45 | <xsd:annotation> |
---|
46 | <xsd:documentation>Recorded pump pressure for the stroke rate. </xsd:documentation> |
---|
47 | </xsd:annotation> |
---|
48 | </xsd:element> |
---|
49 | <xsd:element name="mdBit" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> |
---|
50 | <xsd:annotation> |
---|
51 | <xsd:documentation>Along hole measured depth of measurement from the drill datum. </xsd:documentation> |
---|
52 | </xsd:annotation> |
---|
53 | </xsd:element> |
---|
54 | </xsd:sequence> |
---|
55 | <xsd:attributeGroup ref="witsml:attgrp_uid"> |
---|
56 | <xsd:annotation> |
---|
57 | <xsd:documentation>Unique identifier for the scr. </xsd:documentation> |
---|
58 | </xsd:annotation> |
---|
59 | </xsd:attributeGroup> |
---|
60 | </xsd:complexType> |
---|
61 | </xsd:schema> |
---|