CINXE.COM

<?xml version="1.0" encoding="UTF-8"?> <xs:schema targetNamespace="http://dd.eionet.europa.eu/namespace.jsp?ns_id=579" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dd585="http://dd.eionet.europa.eu/namespace.jsp?ns_id=585" 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:import namespace="http://dd.eionet.europa.eu/namespace.jsp?ns_id=585" schemaLocation="http://dd.eionet.europa.eu/GetContainerSchema?id=TBL9130"/> <xs:element name="DWD_AM"> <xs:annotation> <xs:documentation xml:lang="en"> <dd2:Name><![CDATA[01_AnnualMonitoring]]></dd2:Name> <dd2:Definition><![CDATA[Information on the WSZ, year and monitored parameters in each of the WSZ]]></dd2:Definition> <dd3:ShortDescription><![CDATA[Information on the WSZ, year and monitored parameters in each of the WSZ]]></dd3:ShortDescription> <dd3:Methodology><![CDATA[Combination of CountryCode, WSZ_ID, Year and Parameter columns has to create a unique record]]></dd3:Methodology> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Row" minOccurs="1" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element ref="dd585:CountryCode" minOccurs="1" maxOccurs="1"/> <xs:element ref="dd585:WSZ_ID" minOccurs="1" maxOccurs="1"/> <xs:element ref="dd585:Parameter" minOccurs="1" maxOccurs="1"/> <xs:element ref="dd585:DWD_Year" minOccurs="1" maxOccurs="1"/> </xs:sequence> <xs:attribute name="status" type="xs:string" use="optional"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:key name="PK_Row_ID"> <xs:selector xpath=".//Row" /> <xs:field xpath="dd585:CountryCode" /> <xs:field xpath="dd585:WSZ_ID" /> <xs:field xpath="dd585:Parameter" /> <xs:field xpath="dd585:DWD_Year" /> </xs:key> </xs:element> </xs:schema>