<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:bd="http://bfr-wasserversorgung.de/bestand" xmlns:hd="http://bfr-wasserversorgung.de/hydraulik" xmlns:ds="http://bfr-wasserversorgung.de/datenaustausch" targetNamespace="http://bfr-wasserversorgung.de/datenaustausch" elementFormDefault="qualified" version="1.0">
	<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
	<import namespace="http://bfr-wasserversorgung.de/bestand" schemaLocation="https://www.bfr-wasserversorgung.de/assets/1.0.0/Bestand_1.0.0.xsd"/>
	<import namespace="http://bfr-wasserversorgung.de/hydraulik" schemaLocation="https://www.bfr-wasserversorgung.de/assets/1.0.0/Hydraulik_1.0.0.xsd"/>
	<element name="Wasserversorgungsdatensatz" substitutionGroup="gml:AbstractObject">
		<complexType>
			<sequence>
				<element ref="bd:Bestand" minOccurs="0"/>
				<element ref="hd:Hydraulik" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
</schema>
