<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:crs="http://www.deegree.org/crs/proj4" xmlns:str="http://www.deegree.org/crs/store"
	xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.deegree.org/crs/stores/proj4"
	elementFormDefault="qualified" xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb"
	jaxb:version="3.0">
	<import namespace="http://www.deegree.org/crs/store"
		schemaLocation="../store.xsd" />
	<annotation>
		<appinfo>
			<jaxb:schemaBindings>
				<jaxb:package name="org.deegree.cs.persistence.proj4.jaxb" />
			</jaxb:schemaBindings>
		</appinfo>
	</annotation>
	<element name="PROJ4CRSStore">
		<annotation>
			<documentation>
				CRSStore handling the CRS in the proj4 format.
			</documentation>
			<appinfo>
				<jaxb:class name="PROJ4CRSStoreConfig" />
			</appinfo>
		</annotation>
		<complexType>
			<complexContent>
				<extension base="str:_AbstractStore">
					<sequence>
						<element name="File" type="string" />
					</sequence>
				</extension>
			</complexContent>
		</complexType>
	</element>
</schema>
