<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://www.deegree.org/datasource/tile/merge" elementFormDefault="qualified" xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb"
  jaxb:version="3.0">
  <annotation>
    <appinfo>
      <jaxb:schemaBindings>
        <jaxb:package name="org.deegree.tile.persistence.merge.jaxb" />
      </jaxb:schemaBindings>
    </appinfo>
  </annotation>
  <element name="MergingTileStore">
    <complexType>
      <sequence>
        <element name="TileMatrixSetId" type="string" />
        <element name="TileStoreId" maxOccurs="unbounded" type="string" />
      </sequence>
      <attribute name="configVersion" type="string" use="optional"/>
    </complexType>
  </element>
</schema>
