cs_cargoShipOperation.xsd
5.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0"?>
<xsd:schema
elementFormDefault="qualified"
attributeFormDefault="unqualified"
targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
version="1.3.1">
<!-- -->
<!--POSC License Agreement
This file is distributed under the POSC License Agreement at
http://www.posc.org/about/license.shtml.
Use of this file constitutes agreement with the POSC License Agreement.
-->
<!-- -->
<xsd:include schemaLocation="typ_dataTypes.xsd"/>
<xsd:include schemaLocation="cs_datedComment.xsd"/>
<xsd:include schemaLocation="attgrp_uid.xsd"/>
<!-- -->
<xsd:complexType name="cs_cargoShipOperation">
<xsd:annotation>
<xsd:documentation>Infomation about a cargo ship operation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="vesselName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Name of the cargo vessel for the installation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The date and time that the vessel arrived.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The date and time that the vessel left.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="captain" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Name of the captain of the vessel.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cargo" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Description of cargo on the vessel.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oilGrossStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Gross oil loaded to the ship during the report period.
Gross oil includes BS and W.
This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oilGrossTotalStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Gross oil loaded to the ship in total during the operation.
Gross oil includes BS and W.
This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oilNetStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Net oil loaded to the ship during the report period.
Net oil excludes BS and W, fuel, spill and leaks.
This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oilNetMonthToDateStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Net oil loaded to the ship from the beginning of the
month to the end of the reporting period.
Net oil excludes BS and W, fuel, spill and leaks.
This volume has been corrected to standard conditions of temperature and pressur.e</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="densityStdTempPres" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Density of the liquid loaded to the tanker.
This density has been corrected to standard conditions of temperature and pressure</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Density of the liquid loaded to the tanker.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Reid vapor pressure of the liquid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bsw" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Basic sediment and water is measured from a liquid sample
of the production stream. It includes free water, sediment and emulsion and
is measured as a volume percentage of the liquid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="salt" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Salt content. The product formed by neutralization of an acid
and a base. The term is more specifically applied to sodium chloride.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A commnet about the operation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
</xsd:schema>