<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:remotewfs="http://www.deegree.org/datasource/feature/remotewfs"
  xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.deegree.org/datasource/feature/remotewfs"
  elementFormDefault="qualified" xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb" jaxb:version="3.0">
  <annotation>
    <appinfo>
      <jaxb:schemaBindings>
        <jaxb:package name="org.deegree.feature.persistence.remotewfs.jaxb" />
      </jaxb:schemaBindings>
    </appinfo>
  </annotation>
  <element name="RemoteWFSFeatureStore">
    <annotation>
      <documentation>FeatureStore that accesses a WFS instance via HTTP</documentation>
      <appinfo>
        <jaxb:class name="RemoteWFSFeatureStoreConfig" />
      </appinfo>
    </annotation>
    <complexType>
      <sequence>
        <element name="CapabilitiesURL" type="string" />
      </sequence>
      <attribute name="configVersion" type="string" use="optional"/>
    </complexType>
  </element>
</schema>