<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://eop-cfi.esa.int/CFI" xmlns="http://eop-cfi.esa.int/CFI"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
            attributeFormDefault="unqualified" version="3.2">
  <xsd:include schemaLocation="EO_OPER_MPL_DEMRAS.HeaderTypes_0300.XSD"/>
  <xsd:include schemaLocation="EO_OPER_MPL_DEMRAS.DataBlockTypes_0301.XSD"/>
  <xsd:annotation>
    <xsd:documentation>Generic DEM Raster Configuration File</xsd:documentation>
  </xsd:annotation>

  <xsd:complexType name="DEM_Raster_Configuration_File_Type">
    <xsd:sequence>
      <xsd:element name="Earth_Observation_Header" type="DEM_Raster_Configuration_Header_Type"/> <!-- customization to allow non-standard name 'dem_raster_configuration' -->
      <xsd:element name="Data_Block" type="DEM_Raster_Configuration_Data_Block_Type"/>
    </xsd:sequence>
    <xsd:attribute name="schemaVersion" type="Decimal_Type" use="required"/>
  </xsd:complexType>

  <xsd:element name="Earth_Observation_File" type="DEM_Raster_Configuration_File_Type"/>
  <xsd:element name="Data_Block" type="DEM_Raster_Configuration_Data_Block_Type"/>
</xsd:schema>
