diff --git a/xsd/westep.xsd b/xsd/westep.xsd index e95c74c..82b16a8 100644 --- a/xsd/westep.xsd +++ b/xsd/westep.xsd @@ -1,54 +1,69 @@ + xmlns:westep="http://www.westep.org/2010/westep" elementFormDefault="qualified" + version="1.0"> - Defines XML messages for WESTEP, the weather - station event protocol. - + +

Defines XML messages for WESTEP, the weather + station event + protocol.

+
- Base type for all events. + +

Base type for all events.

+
- Identifies the station producing this - event; This may be useful when events from - several stations are gathered; Consumers MAY - ignore this information. - + +

Identifies the station producing this + event; + This may be useful when events from + several + stations are gathered; Consumers MAY + ignore + this information.

+
- Identifies the sensor when the - station has several sensors for the same type of - event. + +

Identifies the sensor when the + station has + several sensors for the same type of + event.

+
- + - Type for all events holding a single decimal - value. - + +

Abstract type for events holding a decimal + value.

+
- The value provided by this - event. + +

The value provided by this + event.

+
@@ -56,11 +71,29 @@
+ + + +

Concrete type for events holding a single decimal + value.

+
+
+ + + + + + + +
+ - Event reporting atmospheric pressure in - [hPa]. - + +

Event reporting atmospheric pressure in + [hPa].

+
@@ -68,159 +101,215 @@ - Specifies if the pressure is - corrected or not. If absent, RAW is - assumed. + +

Specifies if the pressure is + corrected or not. If absent, RAW is + assumed.

+
- +
+ + + +

+ RAW: Absolute pressure measured by the sensor, + default +
+ QFE: Station pressure, sensor Pressure adjusted for + any + difference between sensor elevation and official + station + elevation +
+ QNH: Station pressure adjusted for elevation + (assumes + standard atmosphere) +
+ QFF: Station pressure adjusted for elevation, + temperature and humidity. +

+
+
+ + + + + + +
+ - Event reporting rain. + +

Event reporting rain.

+
- Rain rate at the time of - event in [mm/h]. + +

Rain rate at the time of + event in + [mm/h].

+
- Total rain in [mm] measured - by the sensor; Consumer assumes that - when this value is reset, an event with - total=0 will be emitted in order to keep - a consistent track using deltas. + +

Total rain in [mm] measured + by the + sensor; Consumer assumes that + when + this value is reset, an event with + total=0 will be emitted in order to + keep + a consistent track using deltas.

+
- - - Denotes a measure of wind speed and - direction. - - - - - Wind speed in [m/s]. - - - - - Direction from where the wind comes - in degrees from geographical north. - - - - - - - Event reporting wind. + +

Event reporting wind.

+
- Mean wind during the sample - period. + +

Mean wind during the sample + period.

+
- Maximum wind gust during the - sampling period. + +

Maximum wind gust during the + sampling + period.

+
+
+ + + +

Denotes a measure of wind speed and + direction.

+
+
+ + + + +

Wind speed in [m/s].

+
+
+
+ + + +

Direction from where the wind comes + in degrees + from geographical north.

+
+
+
+ +
+
- - - Reports temperature in [°C] - - - + - Reports humidity in [%]. + +

Reports temperature in [°C]

+
- + + -

Reports atmospheric pressure in [hPa]; The - code specifies if a correction was applied; If no code - is provided, the pressure reported is the raw pressure - measured by the sensor, without altitude correction.

+ +

Reports humidity in [%].

- + + - Reports rain. + +

Reports atmospheric pressure in [hPa]; The + code + specifies if a correction was applied; If no code + is + provided, the pressure reported is the raw pressure + measured by the sensor, without altitude correction.

+
- + + - Reports wind and gusts + +

Reports rain.

+
- + + - Reports the UV index. + +

Reports wind and gusts.

+
- - + - Reports the solar radiation in [W/m²] + +

Reports the UV index.

- + + - RAW: Absolute pressure measured by the sensor, default -
- QFE: Station pressure, sensor Pressure adjusted for any - difference between sensor elevation and official station - elevation -
- QNH: Station pressure adjusted for elevation (assumes - standard atmosphere) -
- QFF: Station pressure adjusted for elevation, - temperature and humidity. +

Reports the solar radiation in [W/m²]

- - - - - - -
+
+
\ No newline at end of file