<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2008 sp2 (http://www.altova.com) by Advanced Computer Systems -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:csn="http://www.emsa.europa.eu/csndc" xmlns:gml="http://www.opengis.net/gml" xmlns:ows="http://www.opengis.net/ows/1.1" targetNamespace="http://www.emsa.europa.eu/csndc" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.1">
	<xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/feature.xsd"/>
	<xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gmlBase.xsd"/>
	<xs:import namespace="http://www.opengis.net/ows/1.1" schemaLocation="http://schemas.opengis.net/ows/1.1.0/owsServiceProvider.xsd"/>
	<xs:element name="QualityReport" type="csn:QualityReportType">
		<xs:annotation>
			<xs:documentation>Quality Report</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="QualityReportType">
		<xs:annotation>
			<xs:documentation>Quality Report information for the acquired satellite image</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="id" type="xs:string">
				<xs:annotation>
					<xs:documentation>The unique identifier of this QR</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="productIdentifier" type="csn:ProductType">
				<xs:annotation>
					<xs:documentation>The unique identifier of the original EO image to which the QR refers to</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="coverageCompliance" type="xs:double">
				<xs:annotation>
					<xs:documentation>Percentage of planned track length that has been correctly acquired and processed to SAR Native 1 format.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="usableArea" type="xs:double">
				<xs:annotation>
					<xs:documentation>Percentage of the part of the image for which the along track length is in compliance with the planning.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="qualityIndicators" type="csn:QualityIndicatorsType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>TBD</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<!-- ===================================================================== -->
	<!-- Product -->
	<!-- ===================================================================== -->
	<xs:complexType name="ProductType">
		<xs:annotation>
			<xs:documentation>EO Product identifier</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="xs:string"/>
		</xs:simpleContent>
	</xs:complexType>
	<!-- ===================================================================== -->
	<!-- Quality Indicators -->
	<!-- ===================================================================== -->
	<xs:complexType name="QualityIndicatorsType">
		<xs:annotation>
			<xs:documentation>TBD</xs:documentation>
		</xs:annotation>
	</xs:complexType>
</xs:schema>
