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

Revision 16, 6.6 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="cs_nameTag.xsd"/>
17        <xsd:include schemaLocation="typ_dataTypes.xsd"/>
18        <xsd:include schemaLocation="attgrp_uid.xsd"/>
19        <!--                                                         -->
20        <xsd:complexType name="cs_dayCost">
21                <xsd:annotation>
22                        <xsd:documentation> WITSML - Day Cost Component Schema </xsd:documentation>
23                </xsd:annotation>
24                <xsd:sequence>
25                        <xsd:element name="numAFE" type="witsml:str32" minOccurs="0" maxOccurs="1">
26                                <xsd:annotation>
27                                        <xsd:documentation>AFE number that this cost item applies to.  </xsd:documentation>
28                                </xsd:annotation>
29                        </xsd:element>
30                        <xsd:element name="costGroup" type="witsml:str16" minOccurs="0" maxOccurs="1">
31                                <xsd:annotation>
32                                        <xsd:documentation>Cost group code.  </xsd:documentation>
33                                </xsd:annotation>
34                        </xsd:element>
35                        <xsd:element name="costClass" type="witsml:str16" minOccurs="1" maxOccurs="1">
36                                <xsd:annotation>
37                                        <xsd:documentation>Cost class code.  </xsd:documentation>
38                                </xsd:annotation>
39                        </xsd:element>
40                        <xsd:element name="costCode" type="witsml:str16" minOccurs="1" maxOccurs="1">
41                                <xsd:annotation>
42                                        <xsd:documentation>Cost code.  </xsd:documentation>
43                                </xsd:annotation>
44                        </xsd:element>
45                        <xsd:element name="costSubCode" type="witsml:str16" minOccurs="0" maxOccurs="1">
46                                <xsd:annotation>
47                                        <xsd:documentation>Cost subcode.  </xsd:documentation>
48                                </xsd:annotation>
49                        </xsd:element>
50                        <xsd:element name="costItemDescription" type="witsml:shortDescriptionString" minOccurs="0" maxOccurs="1">
51                                <xsd:annotation>
52                                        <xsd:documentation>Description of cost item.  </xsd:documentation>
53                                </xsd:annotation>
54                        </xsd:element>
55                        <xsd:element name="costPerItem" type="witsml:cost" minOccurs="0" maxOccurs="1">
56                                <xsd:annotation>
57                                        <xsd:documentation>Cost per cost item, assume same currency.</xsd:documentation>
58                                </xsd:annotation>
59                        </xsd:element>
60                        <xsd:element name="itemKind" type="witsml:uomString" minOccurs="0" maxOccurs="1">
61                                <xsd:annotation>
62                                        <xsd:documentation>The kind of cost item specified (e.g., rig dayrate, joints casing).  </xsd:documentation>
63                                </xsd:annotation>
64                        </xsd:element>
65                        <xsd:element name="itemSize" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
66                                <xsd:annotation>
67                                        <xsd:documentation>Size of one cost item.  </xsd:documentation>
68                                </xsd:annotation>
69                        </xsd:element>
70                        <xsd:element name="qtyItem" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
71                                <xsd:annotation>
72                                        <xsd:documentation>Number of cost items used that day e.g. 1 rig dayrate, 30 joints casing.  </xsd:documentation>
73                                </xsd:annotation>
74                        </xsd:element>
75                        <xsd:element name="costAmount" type="witsml:cost" minOccurs="1" maxOccurs="1">
76                                <xsd:annotation>
77                                        <xsd:documentation>Cost for the item for this record.  </xsd:documentation>
78                                </xsd:annotation>
79                        </xsd:element>
80                        <xsd:element name="numInvoice" type="witsml:str32" minOccurs="0" maxOccurs="1">
81                                <xsd:annotation>
82                                        <xsd:documentation>Invoice number for cost item, bill sent to Operator.  </xsd:documentation>
83                                </xsd:annotation>
84                        </xsd:element>
85                        <xsd:element name="numPO" type="witsml:str32" minOccurs="0" maxOccurs="1">
86                                <xsd:annotation>
87                                        <xsd:documentation>Purchase order number, provided by Operator.  </xsd:documentation>
88                                </xsd:annotation>
89                        </xsd:element>
90                        <xsd:element name="numTicket" type="witsml:str32" minOccurs="0" maxOccurs="1">
91                                <xsd:annotation>
92                                        <xsd:documentation>Field Ticket number, issued by service company on location.  </xsd:documentation>
93                                </xsd:annotation>
94                        </xsd:element>
95                        <xsd:element name="isCarryOver" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
96                                <xsd:annotation>
97                                        <xsd:documentation>Is this item carried from day to day?
98                                        Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
99                                </xsd:annotation>
100                        </xsd:element>
101                        <xsd:element name="isRental" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
102                                <xsd:annotation>
103                                                <xsd:documentation>Is this item a rental?
104                                Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
105                                </xsd:annotation>
106                        </xsd:element>
107                        <xsd:element name="nameTag" type="witsml:cs_nameTag" minOccurs="0" maxOccurs="unbounded">
108                                <xsd:annotation>
109                                        <xsd:documentation>An identification tag for the item.
110                                        A serial number is a type of identification tag however
111                                        some tags contain many pieces of information.
112                                        This structure just identifies the tag and does not describe the contents.</xsd:documentation>
113                                </xsd:annotation>
114                        </xsd:element>
115                        <xsd:element name="numSerial" type="witsml:str32" minOccurs="0" maxOccurs="1">
116                                <xsd:annotation>
117                                        <xsd:documentation>Serial number.  </xsd:documentation>
118                                </xsd:annotation>
119                        </xsd:element>
120                        <xsd:element name="nameVendor" type="witsml:str32" minOccurs="0" maxOccurs="1">
121                                <xsd:annotation>
122                                        <xsd:documentation>Name of vendor.  </xsd:documentation>
123                                </xsd:annotation>
124                        </xsd:element>
125                        <xsd:element name="numVendor" type="witsml:str16" minOccurs="0" maxOccurs="1">
126                                <xsd:annotation>
127                                        <xsd:documentation>Vendor number.  </xsd:documentation>
128                                </xsd:annotation>
129                        </xsd:element>
130                        <xsd:element name="pool" type="witsml:nameString" minOccurs="0" maxOccurs="1">
131                                <xsd:annotation>
132                                        <xsd:documentation>Name of pool/reservoir that this cost item can be accounted to.  </xsd:documentation>
133                                </xsd:annotation>
134                        </xsd:element>
135                        <xsd:element name="estimated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
136                                <xsd:annotation>
137                                        <xsd:documentation>Is this an estimated cost?
138                                        Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
139                                </xsd:annotation>
140                        </xsd:element>
141                </xsd:sequence>
142                <xsd:attributeGroup ref="witsml:attgrp_uid">
143                        <xsd:annotation>
144                                <xsd:documentation>Unique identifier for the cost.  </xsd:documentation>
145                        </xsd:annotation>
146                </xsd:attributeGroup>
147        </xsd:complexType>
148</xsd:schema>
Note: See TracBrowser for help on using the browser.