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

Revision 16, 3.0 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="attgrp_uid.xsd"/>
17        <!--                                                         -->
18        <xsd:complexType name="cs_pumpLogRow">
19                <xsd:annotation>
20                        <xsd:documentation>The pump log row are elements defined in the sequence below.</xsd:documentation>
21                </xsd:annotation>
22                <xsd:sequence>
23                        <xsd:element name="cableSpeed" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">
24                                <xsd:annotation>
25                                        <xsd:documentation>The speed of the cable.</xsd:documentation>
26                                </xsd:annotation>
27                        </xsd:element>
28                        <xsd:element name="fiberPumpedLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
29                                <xsd:annotation>
30                                        <xsd:documentation>The length of fiber pumped into the wellbore.</xsd:documentation>
31                                </xsd:annotation>
32                        </xsd:element>
33                        <xsd:element name="pumpPressure" type="witsml:pressureMeasure"  minOccurs="0" maxOccurs="1">
34                                <xsd:annotation>
35                                        <xsd:documentation>The operating pressure of the pump.</xsd:documentation>
36                                </xsd:annotation>
37                        </xsd:element>
38                        <xsd:element name="pumpFluid" type="witsml:kindString" minOccurs="0" maxOccurs="1">
39                                <xsd:annotation>
40                                        <xsd:documentation>The fluid used in the pumping operation.</xsd:documentation>
41                                </xsd:annotation>
42                        </xsd:element>
43                        <xsd:element name="temperatureIn" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
44                                <xsd:annotation>
45                                        <xsd:documentation>The temperature going into the wellbore.</xsd:documentation>
46                                </xsd:annotation>
47                        </xsd:element>
48                        <xsd:element name="temperatureOut" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
49                                <xsd:annotation>
50                                        <xsd:documentation>The temperature at the end of the operation</xsd:documentation>
51                                </xsd:annotation>
52                        </xsd:element>
53                        <xsd:element name="remarks" type="witsml:commentString" minOccurs="0" maxOccurs="1">
54                                <xsd:annotation>
55                                        <xsd:documentation>Any general remarks about the pumping operation.</xsd:documentation>
56                                </xsd:annotation>
57                        </xsd:element>
58                </xsd:sequence>
59                <xsd:attributeGroup ref="witsml:attgrp_uid">
60                        <xsd:annotation>
61                                <xsd:documentation>Unique identifier for the row.  </xsd:documentation>
62                        </xsd:annotation>
63                </xsd:attributeGroup>
64        </xsd:complexType>
65        <!--                                                         -->
66</xsd:schema>
Note: See TracBrowser for help on using the browser.