<schema xmlns:tms="http://www.deegree.org/datasource/tile/tilematrixset/gdal" xmlns="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://www.deegree.org/datasource/tile/tilematrixset/gdal" elementFormDefault="qualified"
  xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb" jaxb:version="3.0">

  <annotation>
    <appinfo>
      <jaxb:schemaBindings>
        <jaxb:package name="org.deegree.tile.tilematrixset.gdal.jaxb" />
      </jaxb:schemaBindings>
    </appinfo>
  </annotation>

  <element name="GDALTileMatrixSet">
    <annotation>
      <appinfo>
        <jaxb:class name="GdalTileMatrixSetConfig" />
      </appinfo>
    </annotation>
    <complexType>
      <sequence>
        <element name="StorageCRS" type="string" minOccurs="0" />
        <element name="File" type="string" />
      </sequence>
      <attribute name="configVersion" type="string" use="optional"/>
    </complexType>
  </element>

</schema>
