<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://dd.eionet.europa.eu/namespace.jsp?ns_id=11" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dd874="http://dd.eionet.europa.eu/namespace.jsp?ns_id=874" 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=874" schemaLocation="http://dd.eionet.europa.eu/GetContainerSchema?id=TBL11023"/>
	<xs:element name="LinkedDataset">
		<xs:annotation>
			<xs:documentation xml:lang="en">
				<dd2:Keyword><![CDATA[Biodiversity]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Conservation]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Designation]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Fauna]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Flora]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Landscape]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Nature]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Protection]]></dd2:Keyword>
				<dd2:Name><![CDATA[Linked dataset]]></dd2:Name>
				<dd2:Definition><![CDATA[The LinkedDataset table provides metadata about one or many external files the CDDA Designated Area table is referencing to. The information is the name of one or more external GML files delivered in the same reporting envelope on CDR and, in addition, information to access relevant INSPIRE Download Service(s). 

The LinkedDataset acts as a bridging element between the records of the Designated Area table and the records of an external GML file or the INSPIRE Protected Site records which contain the corresponding spatial information.]]></dd2:Definition>
				<dd3:ShortDescription><![CDATA[The LinkedDataset table provides metadata about one or many external files the CDDA Designated Area table is referencing to.]]></dd3:ShortDescription>
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Row" minOccurs="1" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element ref="dd874:datasetId" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd874:gmlFileName" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd874:wfsEndpoint" minOccurs="0" maxOccurs="1"/>
							<xs:element ref="dd874:wfsVersion" minOccurs="0" maxOccurs="1"/>
							<xs:element ref="dd874:wfsStoredQuery" minOccurs="0" 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="dd874:datasetId" />
		</xs:key>
	</xs:element>
</xs:schema>