<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://dd.eionet.europa.eu/namespace.jsp?ns_id=203" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dd2="http://dd.eionet.europa.eu/namespace.jsp?ns_id=2" xmlns:dd3="http://dd.eionet.europa.eu/namespace.jsp?ns_id=3" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="Zone_code">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Zone code]]></dd2:Name>
			<dd2:Definition><![CDATA[A unique code assigned to a zone and refers to the code that is in use in the questionnaire for annual reporting on ambient air quality (2001/839/EC).]]></dd2:Definition>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="50"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="EoI_station_code">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[EoI station code]]></dd2:Name>
			<dd2:Definition><![CDATA[Code referring to the European wide unique station identifying code that is already in use for the exchange of data under the Exchange of Information Decision (97/101/EC).]]></dd2:Definition>
			<dd3:Methodology><![CDATA[For new stations leave blank.]]></dd3:Methodology>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="7"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Local_station_code">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Local station code]]></dd2:Name>
			<dd2:Definition><![CDATA[Code used within the Member State or region.]]></dd2:Definition>
			<dd3:Methodology><![CDATA[(Fill out for new stations only).]]></dd3:Methodology>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="10"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Station_name">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Station name]]></dd2:Name>
			<dd2:Definition><![CDATA[Full station name as used within the Member State or region.]]></dd2:Definition>
			<dd3:Methodology><![CDATA[(Fill out for new stations only).]]></dd3:Methodology>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="100"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Longitude_decimal">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Longitude (decimal degrees)]]></dd2:Name>
			<dd2:Definition><![CDATA[The location of the station should be given in geographical degrees longitude and latitude.]]></dd2:Definition>
			<dd3:Methodology><![CDATA[Decimal notation (with 3 decimal places, e.g  longitude = 52.267) is recommended. Eastern longitude is indicated by positive (+), western longitude by negative (-) numbers. (Fill out for new stations only).]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[undefined]]></dd3:PublicOrInternal>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="8"/>
			<xs:minInclusive value="-180"/>
			<xs:maxInclusive value="180"/>
			<xs:fractionDigits value="3"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Latitude_decimal">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Latitude (decimal degrees)]]></dd2:Name>
			<dd2:Definition><![CDATA[The location of the station should be given in geographical degrees longitude and latitude.]]></dd2:Definition>
			<dd3:Methodology><![CDATA[Decimal notation (with 3 decimal places, e.g  latitude = 40.718) is recommended. Northern latitude is indicated by positive (+), southern latitude by negative (-) numbers. (Fill out for new stations only).]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[undefined]]></dd3:PublicOrInternal>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="8"/>
			<xs:minInclusive value="-90"/>
			<xs:maxInclusive value="90"/>
			<xs:fractionDigits value="3"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Longitude_DDMMSS">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Longitude (degrees, minutes, seconds)]]></dd2:Name>
			<dd2:Definition><![CDATA[The location of the station should be given in geographical degrees longitude and latitude.
]]></dd2:Definition>
			<dd3:Methodology><![CDATA[Optionally, co-ordinates could be given in degrees, minutes, seconds and second decimals notation. Format: DDDMMSS.S, e.g longitude = -0525310.6. Eastern longitude is indicated by positive (+), western longitude by negative (-) numbers. (Fill out for new stations only).
]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[undefined]]></dd3:PublicOrInternal>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="10"/>
			<xs:minInclusive value="-180"/>
			<xs:maxInclusive value="180"/>
			<xs:fractionDigits value="1"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Latitude_DDMMSS">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Latitude (degrees, minutes, seconds)]]></dd2:Name>
			<dd2:Definition><![CDATA[The location of the station should be given in geographical degrees longitude and latitude. ]]></dd2:Definition>
			<dd3:Methodology><![CDATA[Optionally, co-ordinates could be given in degrees, minutes, seconds and second decimals notation. Format: DDMMSS.S, e.g longitude = +223110.6. Northern longitude is indicated by positive (+), southern longitude by negative (-) numbers. (Fill out for new stations only). ]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[undefined]]></dd3:PublicOrInternal>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="10"/>
			<xs:minInclusive value="-90"/>
			<xs:maxInclusive value="90"/>
			<xs:fractionDigits value="1"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Altitude">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Altitude]]></dd2:Name>
			<dd2:Definition><![CDATA[The altitude of the station should be given in meters above sea level.]]></dd2:Definition>
			<dd3:PublicOrInternal><![CDATA[undefined]]></dd3:PublicOrInternal>
			<dd3:Unit><![CDATA[m]]></dd3:Unit>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="5"/>
			<xs:minInclusive value="-999"/>
			<xs:maxInclusive value="10000"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Station_type_O3">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Type of station O3]]></dd2:Name>
			<dd2:Definition><![CDATA[Type of station O3 refers to the station classification as defined in Directive 2002/3/EC, Annex IV. The following codes should be used: U for urban, S for suburban, R for rural and RB for rural background.]]></dd2:Definition>
			<dd3:PublicOrInternal><![CDATA[undefined]]></dd3:PublicOrInternal>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:enumeration value="R"/>
			<xs:enumeration value="RB"/>
			<xs:enumeration value="S"/>
			<xs:enumeration value="U"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Station_type_EoI">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Type of station EoI]]></dd2:Name>
			<dd2:Definition><![CDATA[Type of station EoI refers to the station classification scheme of the Exchange of Information decision (97/101/EC &amp; 2001/752/EC). The type of station is defined in relation to the dominant emission sources influencing the concentration at the station. The following types of station have been defined: T for traffic, I for indurstrial, B for background.]]></dd2:Definition>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:enumeration value="B"/>
			<xs:enumeration value="I"/>
			<xs:enumeration value="T"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Area_type_EoI">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd2:Name><![CDATA[Type of area EoI]]></dd2:Name>
			<dd2:Definition><![CDATA[Type of area EoI refers to the station classification scheme of the Exchange of Information decision (97/101/EC &amp; 2001/752/EC). The type of area defines the wider surroundings of the station: U for urban, S for suburban, R for rural. Rural stations can be subdivided in: RNCA for near-city area, RREG for regional area, RREM for remote area.]]></dd2:Definition>
			<dd3:obligation><![CDATA[4031592]]></dd3:obligation>
			<dd2:Keyword><![CDATA[ozone]]></dd2:Keyword>
			<dd2:Keyword><![CDATA[air]]></dd2:Keyword>
			<dd3:Responsible><![CDATA[4051083]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:enumeration value="R"/>
			<xs:enumeration value="RNCA"/>
			<xs:enumeration value="RREG"/>
			<xs:enumeration value="RREM"/>
			<xs:enumeration value="S"/>
			<xs:enumeration value="U"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>

</xs:schema>