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

Revision 16, 7.1 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="typ_dataTypes.xsd"/>
17        <xsd:include schemaLocation="attgrp_uid.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_weather">
20                <xsd:annotation>
21                        <xsd:documentation>WITSML - Operations Weather 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="agency" type="witsml:str32" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>Name of company that supplied the data.  </xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="barometricPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>Atmospheric pressure.  </xsd:documentation>
37                                </xsd:annotation>
38                        </xsd:element>
39                        <xsd:element name="beaufortScaleNumber" type="witsml:beaufortScaleIntegerCode" minOccurs="0" maxOccurs="1">
40                                <xsd:annotation>
41                                        <xsd:documentation>The Beaufort wind scale is a system used to estimate and report wind speeds
42                                        when no measuring apparatus is available. It was invented in the early 19th Century by Admiral
43                                        Sir Francis Beaufort of the British Navy as a way to interpret winds from conditions.  </xsd:documentation>
44                                </xsd:annotation>
45                        </xsd:element>
46                        <xsd:element name="tempSurfaceMn" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
47                                <xsd:annotation>
48                                        <xsd:documentation>Minimum temperature above ground. Temperature of the atmosphere.  </xsd:documentation>
49                                </xsd:annotation>
50                        </xsd:element>
51                        <xsd:element name="tempSurfaceMx" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
52                                <xsd:annotation>
53                                        <xsd:documentation>Maximum temperature above ground.  </xsd:documentation>
54                                </xsd:annotation>
55                        </xsd:element>
56                        <xsd:element name="tempWindChill" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
57                                <xsd:annotation>
58                                        <xsd:documentation>A measure of the combined chilling effect of wind and low temperature on
59                                        living things, also named chill factor, e.g., according to US weather service table, an air
60                                        temperature of 30 degF with a 10 mi/h corresponds to a windchill of 22 degF.  </xsd:documentation>
61                                </xsd:annotation>
62                        </xsd:element>
63                        <xsd:element name="tempsea" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
64                                <xsd:annotation>
65                                        <xsd:documentation>Sea temperature.  </xsd:documentation>
66                                </xsd:annotation>
67                        </xsd:element>
68                        <xsd:element name="visibility" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
69                                <xsd:annotation>
70                                        <xsd:documentation>Horizontal visibility.  </xsd:documentation>
71                                </xsd:annotation>
72                        </xsd:element>
73                        <xsd:element name="aziWave" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
74                                <xsd:annotation>
75                                        <xsd:documentation>The direction from which the waves are coming, measured from true north.
76                                </xsd:documentation>
77                                </xsd:annotation>
78                        </xsd:element>
79                        <xsd:element name="htWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
80                                <xsd:annotation>
81                                        <xsd:documentation>Average height of the waves.  </xsd:documentation>
82                                </xsd:annotation>
83                        </xsd:element>
84                        <xsd:element name="significantWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
85                                <xsd:annotation>
86                                        <xsd:documentation>An average of the higher 1/3 of the wave heights passing during a 
87                                        sample period (typically 20 to 30 minutes). </xsd:documentation>
88                                </xsd:annotation>
89                        </xsd:element>
90                        <xsd:element name="maxWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
91                                <xsd:annotation>
92                                        <xsd:documentation>The maximum wave height.</xsd:documentation>
93                                </xsd:annotation>
94                        </xsd:element>
95                        <xsd:element name="periodWave" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
96                                <xsd:annotation>
97                                        <xsd:documentation>The elapsed time between the passing of two wave tops.  </xsd:documentation>
98                                </xsd:annotation>
99                        </xsd:element>
100                        <xsd:element name="aziWind" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
101                                <xsd:annotation>
102                                        <xsd:documentation>The direction from which the wind is blowing, measured from true north.
103                                        </xsd:documentation>
104                                </xsd:annotation>
105                        </xsd:element>
106                        <xsd:element name="velWind" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">
107                                <xsd:annotation>
108                                        <xsd:documentation>Wind speed.  </xsd:documentation>
109                                </xsd:annotation>
110                        </xsd:element>
111                        <xsd:element name="typePrecip" type="witsml:str32" minOccurs="0" maxOccurs="1">
112                                <xsd:annotation>
113                                        <xsd:documentation>Type of precipitation.  </xsd:documentation>
114                                </xsd:annotation>
115                        </xsd:element>
116                        <xsd:element name="amtPrecip" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
117                                <xsd:annotation>
118                                        <xsd:documentation>Amount of precipitation.  </xsd:documentation>
119                                </xsd:annotation>
120                        </xsd:element>
121                        <xsd:element name="coverCloud" type="witsml:str32" minOccurs="0" maxOccurs="1">
122                                <xsd:annotation>
123                                        <xsd:documentation>Description of cloud cover.  </xsd:documentation>
124                                </xsd:annotation>
125                        </xsd:element>
126                        <xsd:element name="ceilingCloud" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
127                                <xsd:annotation>
128                                        <xsd:documentation>Height of cloud cover.  </xsd:documentation>
129                                </xsd:annotation>
130                        </xsd:element>
131                        <xsd:element name="currentSea" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">
132                                <xsd:annotation>
133                                        <xsd:documentation>Current speed.  </xsd:documentation>
134                                </xsd:annotation>
135                        </xsd:element>
136                        <xsd:element name="aziCurrentSea" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
137                                <xsd:annotation>
138                                        <xsd:documentation>Azimuth of current.  </xsd:documentation>
139                                </xsd:annotation>
140                        </xsd:element>
141                        <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
142                                <xsd:annotation>
143                                        <xsd:documentation>Comments and remarks.  </xsd:documentation>
144                                </xsd:annotation>
145                        </xsd:element>
146                </xsd:sequence>
147                <xsd:attributeGroup ref="witsml:attgrp_uid">
148                        <xsd:annotation>
149                                <xsd:documentation>Unique identifier for the weataher.  </xsd:documentation>
150                        </xsd:annotation>
151                </xsd:attributeGroup>
152        </xsd:complexType>
153</xsd:schema>
Note: See TracBrowser for help on using the browser.