<?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:wfs="http://www.opengis.net/wfs/2.0"
        xmlns:xplan="http://www.xplanung.de/xplangml/6/1"
        elementFormDefault="qualified"
        targetNamespace="http://www.xplanung.de/xplangml/6/1"
        version="6.1"><!--Created by ShapeChange on 20241216 from application schema version 6.1 - http://shapechange.net/-->
   <include schemaLocation="XPlanGML.xsd" />
   <import namespace="http://www.opengis.net/gml/3.2"
           schemaLocation="GmlProfile/gmlProfilexplan.xsd"/>
   <import namespace="http://www.opengis.net/wfs/2.0"/>
   <element name="XPlanAuszug"
            substitutionGroup="gml:AbstractFeatureCollection"
            type="xplan:XPlanAuszugType">
      <annotation>
         <documentation>Container für XPlanGML-Objekte</documentation>
      </annotation>
   </element>
   <complexType name="XPlanAuszugType">
      <complexContent>
         <extension base="gml:AbstractFeatureCollectionType">
            <sequence/>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="XPlanAuszugPropertyType">
      <sequence minOccurs="0">
         <element ref="xplan:XPlanAuszug"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
</schema>
