﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Erzeugt mit KIT (www.kit.edu) UmlToXmlTransformation-Software, Erstellungsdatum: 02.11.2022 15:52:37-->
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xplan="http://www.xplanung.de/xplangml/6/0" targetNamespace="http://www.xplanung.de/xplangml/6/0" xmlns:gml="http://www.opengis.net/gml/3.2" elementFormDefault="qualified" version="6.0.2">
  <include schemaLocation="XPlanGML_Basisschema.xsd" />
  <import namespace="http://www.opengis.net/gml/3.2" schemaLocation="GmlProfile/gmlProfilexplan.xsd" />
  <include schemaLocation="XPlanGML_LPlan_Kernmodell.xsd" />
  <!--=========================================================================================-->
  <!--RP_Art-->
  <!--=========================================================================================-->
  <simpleType name="RP_Art">
    <restriction base="string">
      <enumeration value="1000">
        <!--Regionalplan-->
        <annotation>
          <documentation>Regionalplan.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--SachlicherTeilplanRegionalebene-->
        <annotation>
          <documentation>Sachlicher Teilplan auf der räumlichen Ebene einer Region</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--SachlicherTeilplanLandesebene-->
        <annotation>
          <documentation>Sachlicher Teilplan auf räumlicher Ebene eines Bundeslandes</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Braunkohlenplan-->
        <annotation>
          <documentation>Braunkohlenplan.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--LandesweiterRaumordnungsplan-->
        <annotation>
          <documentation>Landesweiter Raumordnungsplan auf räumlicher Ebene eines Bundeslandes</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--StandortkonzeptBund-->
        <annotation>
          <documentation>Raumordnungsplan für das Bundesgebiet mit übergreifenden Standortkonzepten für Seehäfen, Binnenhäfen sowie Flughäfen gem. §17 Abs. 2 ROG.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5001">
        <!--AWZPlan-->
        <annotation>
          <documentation>Plan des Bundes für den Gesamtraum und die ausschließliche Wirtschaftszone (AWZ).</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--RaeumlicherTeilplan-->
        <annotation>
          <documentation>Räumlicher Teilplan auf regionaler Ebene</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--Sonstiges-->
        <annotation>
          <documentation>Sonstiges Planwerk der Raumordnung auf Bundesebene, Landesebene oder regionaler Ebene.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Bedeutsamkeit-->
  <!--=========================================================================================-->
  <simpleType name="RP_Bedeutsamkeit">
    <restriction base="string">
      <enumeration value="1000">
        <!--Regional-->
        <annotation>
          <documentation>Regional Bedeutsam.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Ueberregional-->
        <annotation>
          <documentation>Überregional Bedeutsam.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Grossraeumig-->
        <annotation>
          <documentation>Großräumig Bedeutsam.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Landesweit-->
        <annotation>
          <documentation>Landesweit Bedeutsam.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Bundesweit-->
        <annotation>
          <documentation>Bundesweit Bedeutsam.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Europaeisch-->
        <annotation>
          <documentation>Europäisch Bedeutsam.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--International-->
        <annotation>
          <documentation>International Bedeutsam.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--Flaechenerschliessend-->
        <annotation>
          <documentation>Flächenerschließend Bedeutsam.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9000">
        <!--Herausragend-->
        <annotation>
          <documentation>Herausragend Bedeutsam.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Bereich-->
  <!--=========================================================================================-->
  <element name="RP_Bereich" type="xplan:RP_BereichType" substitutionGroup="xplan:XP_Bereich" />
  <complexType name="RP_BereichType">
    <annotation>
      <documentation>Die Klasse RP_Bereich modelliert einen Bereich eines Raumordnungsplans. Bereiche strukturieren Pläne räumlich und inhaltlich.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:XP_BereichType">
        <sequence>
          <element name="versionBROG" minOccurs="0" type="date">
            <annotation>
              <documentation>Bekanntmachungs-Datum der zugrunde liegenden Version des ROG.</documentation>
            </annotation>
          </element>
          <element name="versionBROGText" minOccurs="0" type="string">
            <annotation>
              <documentation>Titel der zugrunde liegenden Version des Bundesraumordnungsgesetzes.</documentation>
            </annotation>
          </element>
          <element name="versionLPLG" minOccurs="0" type="date">
            <annotation>
              <documentation>Bekanntmachungs-Datum des zugrunde liegenden Landesplanungsgesetzes.</documentation>
            </annotation>
          </element>
          <element name="versionLPLGText" minOccurs="0" type="string">
            <annotation>
              <documentation>Titel des zugrunde liegenden Landesplanungsgesetzes.</documentation>
            </annotation>
          </element>
          <element name="geltungsmassstab" minOccurs="0" type="int">
            <annotation>
              <documentation>(Rechtlicher) Geltungsmaßstab des Bereichs.</documentation>
            </annotation>
          </element>
          <element name="gehoertZuPlan" type="gml:ReferenceType">
            <annotation>
              <appinfo>
                <gml:targetElement>xplan:RP_Plan</gml:targetElement>
                <gml:reversePropertyName>xplan:bereich</gml:reversePropertyName>
              </appinfo>
              <documentation>Relation auf den zugehörigen Plan</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Bereich" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Bereich" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_GebietsTyp-->
  <!--=========================================================================================-->
  <simpleType name="RP_GebietsTyp">
    <annotation>
      <documentation>Typen von Gebieten</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Vorranggebiet-->
        <annotation>
          <documentation>Vorranggebiete sind für bestimmte raumbedeutsame Funktionen oder Nutzungen vorgesehen. In ihnen sind andere raumbedeutsame Nutzungen ausgeschlossen, soweit diese mit den vorrangigen Funktionen, Nutzungen oder Zielen der Raumordnung nicht vereinbar sind.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Vorrangstandort-->
        <annotation>
          <documentation>Vorrangstandort.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--Vorbehaltsgebiet-->
        <annotation>
          <documentation>Vorbehaltsgebiete sind Gebiete, in denen bestimmten raumbedeutsamen Funktionen oder Nutzungen bei der Abwägung mit konkurrierenden raumbedeutsamen Nutzungen besonderes Gewicht begemessen werden soll. Vorbehaltsgebiete besitzen den Charakter von Grundsätzen der Raumordnung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1101">
        <!--Vorbehaltsstandort-->
        <annotation>
          <documentation>Vorbehaltsstandort.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1200">
        <!--Eignungsgebiet-->
        <annotation>
          <documentation>Eignungsgebiete steuern raumbedeutsame Maßnahmen im bauplanungsrechtlichen Außenbereich. Diese Maßnahmen sind außerhalb dieser Gebiete regelmäßig ausgeschlossen, z.B. die Planung und Einrichtung von Windkraftanlagen. 
Eignungsgebiete haben den Charakter von Zielen der Raumordnung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1300">
        <!--VorrangUndEignungsgebiet-->
        <annotation>
          <documentation>Vorrang und Eignungsgebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1400">
        <!--Ausschlussgebiet-->
        <annotation>
          <documentation>Ausschlussgebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--Vorsorgegebiet-->
        <annotation>
          <documentation>Vorsorgegebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1501">
        <!--Vorsorgestandort-->
        <annotation>
          <documentation>Vorsorgestandort.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1600">
        <!--Vorzugsraum-->
        <annotation>
          <documentation>Vorzugsraum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1700">
        <!--Potenzialgebiet-->
        <annotation>
          <documentation>Potenzialgebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1800">
        <!--Schwerpunktraum-->
        <annotation>
          <documentation>Schwerpunktraum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigesGebiet-->
        <annotation>
          <documentation>Sonstiges Gebiet.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Geometrieobjekt-->
  <!--=========================================================================================-->
  <element abstract="true" name="RP_Geometrieobjekt" type="xplan:RP_GeometrieobjektType" substitutionGroup="xplan:RP_Objekt" />
  <complexType abstract="true" name="RP_GeometrieobjektType">
    <annotation>
      <documentation>Basisklasse für alle Objekte eines Raumordnungsplans mit variablem Raumbezug. Ein konkretes Objekt muss entweder punktförmigen, linienförmigen oder flächenhaften Raumbezug haben, gemischte Geometrie ist nicht zugelassen. RP_Geometrieobjekt selbst ist abstrakt.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_ObjektType">
        <sequence>
          <element name="position" type="gml:GeometryPropertyType">
            <annotation>
              <documentation>Variabler Raumbezug.</documentation>
            </annotation>
          </element>
          <element name="flaechenschluss" minOccurs="0" default="false" type="boolean">
            <annotation>
              <documentation>Zeigt an, ob für das Objekt Flächenschluss vorliegt.</documentation>
            </annotation>
          </element>
          <element name="flussrichtung" minOccurs="0" type="boolean">
            <annotation>
              <documentation>Das Attribut ist nur relevant, wenn ein Geometrieobjekt einen linienhaften Raumbezug hat. Ist es mit dem Wert &lt;i&gt;true &lt;/i&gt;belegt, wird damit ausgedrückt, dass der Linie eine &lt;b&gt;Flussrichtung &lt;/b&gt; &lt;b&gt;in Digitalisierungsrichtung&lt;/b&gt; zugeordnet ist. In diesem Fall darf bei Im- und Export die Digitalisierungsreihenfolge der Stützpunkte nicht geändert werden. Wie eine definierte Flussrichtung  zu interpretieren oder bei einer Plandarstellung zu visualisieren ist, bleibt der Implementierung überlassen.
Ist der Attributwert &lt;i&gt;false &lt;/i&gt;oder das Attribut nicht belegt, ist die Digitalisierungsreihenfolge der Stützpunkte &lt;b&gt;irrelevant&lt;/b&gt;.</documentation>
            </annotation>
          </element>
          <element name="nordwinkel" minOccurs="0" type="gml:AngleType">
            <annotation>
              <documentation>Orientierung des Objektes bei punktförmigem Raumbezug als Winkel gegen die Nordrichtung. Zählweise im geographischen Sinn (von Nord über Ost nach Süd und West).</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Geometrieobjekt" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Geometrieobjekt" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Objekt-->
  <!--=========================================================================================-->
  <element abstract="true" name="RP_Objekt" type="xplan:RP_ObjektType" substitutionGroup="xplan:XP_Objekt" />
  <complexType abstract="true" name="RP_ObjektType">
    <annotation>
      <documentation>RP_Objekt ist die Basisklasse für alle spezifischen Festlegungen eines Raumordnungsplans. Sie selbst ist abstrakt, d.h. sie wird selbst nicht als eigenes Objekt verwendet, sondern vererbt nur ihre Attribute an spezielle Klassen.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:XP_ObjektType">
        <sequence>
          <element name="konkretisierung" minOccurs="0" type="string">
            <annotation>
              <documentation>Konkretisierung des Rechtscharakters.</documentation>
            </annotation>
          </element>
          <element name="gebietsTyp" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_GebietsTyp">
            <annotation>
              <documentation>Gebietstyp eines Objekts.</documentation>
            </annotation>
          </element>
          <element name="kuestenmeer" minOccurs="0" default="false" type="boolean">
            <annotation>
              <documentation>Zeigt an, ob das Objekt im Küstenmeer liegt.</documentation>
            </annotation>
          </element>
          <element name="bedeutsamkeit" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_Bedeutsamkeit">
            <annotation>
              <documentation>Bedeutsamkeit eines Objekts.</documentation>
            </annotation>
          </element>
          <element name="istZweckbindung" minOccurs="0" default="false" type="boolean">
            <annotation>
              <documentation>Zeigt an, ob es sich bei diesem Objekt um eine Zweckbindung handelt.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Objekt" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Objekt" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Plan-->
  <!--=========================================================================================-->
  <element name="RP_Plan" type="xplan:RP_PlanType" substitutionGroup="xplan:XP_Plan" />
  <complexType name="RP_PlanType">
    <annotation>
      <documentation>Die Klasse RP_Plan modelliert einen Raumordnungsplan.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:XP_PlanType">
        <sequence>
          <element name="bundesland" maxOccurs="unbounded" type="xplan:XP_Bundeslaender">
            <annotation>
              <documentation>Zuständige Bundesländer für den Plan.</documentation>
            </annotation>
          </element>
          <element name="planArt" type="xplan:RP_Art">
            <annotation>
              <documentation>Art des Raumordnungsplans.</documentation>
            </annotation>
          </element>
          <element name="sonstPlanArt" minOccurs="0" type="gml:CodeType">
            <annotation>
              <appinfo>
                <referenzierteCodelist>xplan:RP_SonstPlanArt</referenzierteCodelist>
              </appinfo>
              <documentation>Spezifikation einer weiteren Planart (CodeList) bei planArt == 9999.</documentation>
            </annotation>
          </element>
          <element name="planungsregion" minOccurs="0" type="int">
            <annotation>
              <documentation>Kennziffer der Planungsregion.</documentation>
            </annotation>
          </element>
          <element name="teilabschnitt" minOccurs="0" type="int">
            <annotation>
              <documentation>Kennziffer des Teilabschnittes.</documentation>
            </annotation>
          </element>
          <element name="rechtsstand" minOccurs="0" type="xplan:RP_Rechtsstand">
            <annotation>
              <documentation>Rechtsstand des Plans.</documentation>
            </annotation>
          </element>
          <element name="status" minOccurs="0" type="gml:CodeType">
            <annotation>
              <appinfo>
                <referenzierteCodelist>xplan:RP_Status</referenzierteCodelist>
              </appinfo>
              <documentation>Status des Plans, definiert über eine CodeList.</documentation>
            </annotation>
          </element>
          <element name="aufstellungsbeschlussDatum" minOccurs="0" type="date">
            <annotation>
              <documentation>Datum des Aufstellungsbeschlusses.</documentation>
            </annotation>
          </element>
          <element name="auslegungStartDatum" minOccurs="0" maxOccurs="unbounded" type="date">
            <annotation>
              <documentation>Start-Datum der öffentlichen Auslegung. Bei mehrfacher öffentlicher Auslegung können mehrere Datumsangaben spezifiziert werden.</documentation>
            </annotation>
          </element>
          <element name="auslegungEndDatum" minOccurs="0" maxOccurs="unbounded" type="date">
            <annotation>
              <documentation>End-Datum der öffentlichen Auslegung. Bei mehrfacher öffentlicher Auslegung können mehrere Datumsangaben spezifiziert werden.</documentation>
            </annotation>
          </element>
          <element name="traegerbeteiligungsStartDatum" minOccurs="0" maxOccurs="unbounded" type="date">
            <annotation>
              <documentation>Start-Datum der Trägerbeteiligung. Bei mehrfacher Trägerbeteiligung können mehrere Datumsangaben spezifiziert werden.</documentation>
            </annotation>
          </element>
          <element name="traegerbeteiligungsEndDatum" minOccurs="0" maxOccurs="unbounded" type="date">
            <annotation>
              <documentation>End-Datum der Trägerbeteiligung. Bei mehrfacher Trägerbeteiligung können mehrere Datumsangaben spezifiziert werden.</documentation>
            </annotation>
          </element>
          <element name="aenderungenBisDatum" minOccurs="0" type="date">
            <annotation>
              <documentation>Datum, bis zu dem Planänderungen berücksichtigt wurden.</documentation>
            </annotation>
          </element>
          <element name="entwurfsbeschlussDatum" minOccurs="0" type="date">
            <annotation>
              <documentation>Datum des Entwurfsbeschlusses</documentation>
            </annotation>
          </element>
          <element name="planbeschlussDatum" minOccurs="0" type="date">
            <annotation>
              <documentation>Datum des Planbeschlusses.</documentation>
            </annotation>
          </element>
          <element name="datumDesInkrafttretens" minOccurs="0" type="date">
            <annotation>
              <documentation>Datum des Inkrafttretens des Plans.</documentation>
            </annotation>
          </element>
          <element name="verfahren" minOccurs="0" type="xplan:RP_Verfahren">
            <annotation>
              <documentation>Verfahrensstatus des Plans.</documentation>
            </annotation>
          </element>
          <element name="amtlicherSchluessel" minOccurs="0" type="string">
            <annotation>
              <documentation>Amtlicher Schlüssel eines Plans auf Basis des  AGS-Schlüssels (Amtlicher Gemeindeschlüssel).</documentation>
            </annotation>
          </element>
          <element name="genehmigungsbehoerde" minOccurs="0" type="string">
            <annotation>
              <documentation>Zuständige Genehmigungsbehörde</documentation>
            </annotation>
          </element>
          <element name="bereich" minOccurs="0" maxOccurs="unbounded" type="gml:ReferenceType">
            <annotation>
              <appinfo>
                <gml:targetElement>xplan:RP_Bereich</gml:targetElement>
                <gml:reversePropertyName>xplan:gehoertZuPlan</gml:reversePropertyName>
              </appinfo>
              <documentation>Relation auf einen Bereich</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Plan" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Plan" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Rechtsstand-->
  <!--=========================================================================================-->
  <simpleType name="RP_Rechtsstand">
    <restriction base="string">
      <enumeration value="1000">
        <!--Aufstellungsbeschluss-->
        <annotation>
          <documentation>Aufstellungsbeschluss.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Entwurf-->
        <annotation>
          <documentation>Entwurf.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--EntwurfGenehmigt-->
        <annotation>
          <documentation>Entwurf genehmigt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2002">
        <!--EntwurfGeaendert-->
        <annotation>
          <documentation>Entwurf geändert.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2003">
        <!--EntwurfAufgegeben-->
        <annotation>
          <documentation>Entwurf aufgegeben.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2004">
        <!--EntwurfRuht-->
        <annotation>
          <documentation>Entwurf ruht.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Plan-->
        <annotation>
          <documentation>Plan.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Inkraftgetreten-->
        <annotation>
          <documentation>Inkraftgetreten.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--AllgemeinePlanungsabsicht-->
        <annotation>
          <documentation>Allgemeine Planungsabsicht.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5500">
        <!--TeilweiseAusserKraft-->
        <annotation>
          <documentation>Der Plan ist teilweise außer Kraft getreten</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--AusserKraft-->
        <annotation>
          <documentation>Außer Kraft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--PlanUngueltig-->
        <annotation>
          <documentation>Plan ungültig.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Verfahren-->
  <!--=========================================================================================-->
  <simpleType name="RP_Verfahren">
    <restriction base="string">
      <enumeration value="1000">
        <!--Aenderung-->
        <annotation>
          <documentation>Änderung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Teilfortschreibung-->
        <annotation>
          <documentation>Teilfortschreibung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Neuaufstellung-->
        <annotation>
          <documentation>Neuaufstellung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Gesamtfortschreibung-->
        <annotation>
          <documentation>Gesamtfortschreibung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Aktualisierung-->
        <annotation>
          <documentation>Aktualisierung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Neubekanntmachung-->
        <annotation>
          <documentation>Mit der Neubekanntmachung wird eine authentische amtliche Gesamtfassung des geltenden Plans veröffentlicht, in der alle vorherigen, förmlich beschlossenen und verkündeten Änderungen inhaltlich unverändert einbezogen sind. Nur offensichtliche Unrichtigkeiten wie Schreibfehler dürfen berichtigt werden. Es handelt sich nicht um eine neue Planung oder neue Normsetzung. </documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Bodenschutz-->
  <!--=========================================================================================-->
  <element name="RP_Bodenschutz" type="xplan:RP_BodenschutzType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_BodenschutzType">
    <annotation>
      <documentation>Maßnahmen, die zum Schutz von Böden und Bodenfunktionen (auch vorsorglich) unter dem Aspekt des Natur- und Umweltschutzes getroffen werden.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" type="xplan:RP_BodenschutzTypen">
            <annotation>
              <documentation>Klassifikation von Bodenschutztypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Bodenschutz" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Bodenschutz" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Erholung-->
  <!--=========================================================================================-->
  <element name="RP_Erholung" type="xplan:RP_ErholungType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_ErholungType">
    <annotation>
      <documentation>Freizeit, Erholung und Tourismus.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typErholung" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_ErholungTypen">
            <annotation>
              <documentation>Klassifikation von Erholungstypen.</documentation>
            </annotation>
          </element>
          <element name="typTourismus" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_TourismusTypen">
            <annotation>
              <documentation>Klassifikation von Tourismustypen.</documentation>
            </annotation>
          </element>
          <element name="besondererTyp" minOccurs="0" type="xplan:RP_BesondereTourismusErholungTypen">
            <annotation>
              <documentation>Klassifikation von besonderen Typen für Tourismus und/oder Erholung.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Erholung" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Erholung" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_ErneuerbareEnergie-->
  <!--=========================================================================================-->
  <element name="RP_ErneuerbareEnergie" type="xplan:RP_ErneuerbareEnergieType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_ErneuerbareEnergieType">
    <annotation>
      <documentation>Erneuerbare Energie inklusive Windenergienutzung.
Erneuerbare Energien sind Energiequellen, die keine endlichen Rohstoffe verbrauchen, sondern natürliche, sich erneuernde Kreisläufe anzapfen (Sonne, Wind, Wasserkraft, Bioenergie). Meist werden auch Gezeiten, die Meeresströmung und die Erdwärme dazugezählt.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" type="xplan:RP_ErneuerbareEnergieTypen">
            <annotation>
              <documentation>Klassifikation von Typen Erneuerbarer Energie.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_ErneuerbareEnergie" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_ErneuerbareEnergie" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Forstwirtschaft-->
  <!--=========================================================================================-->
  <element name="RP_Forstwirtschaft" type="xplan:RP_ForstwirtschaftType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_ForstwirtschaftType">
    <annotation>
      <documentation>Forstwirtschaft ist die zielgerichtete Bewirtschaftung von Wäldern.
Die natürlichen Abläufe in den Waldökosystemen werden dabei so gestaltet und gesteuert, dass sie einen möglichst großen Beitrag zur Erfüllung von Leistungen erbringen, die von den Waldeigentümern und der Gesellschaft gewünscht werden.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" type="xplan:RP_ForstwirtschaftTypen">
            <annotation>
              <documentation>Klassifikation von Forstwirtschaftstypen und Wäldern.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Forstwirtschaft" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Forstwirtschaft" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Freiraum-->
  <!--=========================================================================================-->
  <element name="RP_Freiraum" type="xplan:RP_FreiraumType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_FreiraumType">
    <annotation>
      <documentation>Allgemeines Freiraumobjekt.
Freiräume sind naturnahem Zustand, oder beinhalten Nutzungsformen, die mit seinen ökologischen Grundfunktionen überwiegend verträglich sind (z.B. Land- oder Forstwirtschaft). Freiraum ist somit ein Gegenbegriff zur Siedlungsstruktur.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="istAusgleichsgebiet" minOccurs="0" default="false" type="boolean">
            <annotation>
              <documentation>Zeigt an, ob das Objekt ein Ausgleichsgebiet ist.</documentation>
            </annotation>
          </element>
          <element name="imVerbund" minOccurs="0" default="false" type="boolean">
            <annotation>
              <documentation>Zeigt an, ob das Objekt in einem (Freiraum-)Verbund liegt.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Freiraum" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Freiraum" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Gewaesser-->
  <!--=========================================================================================-->
  <element name="RP_Gewaesser" type="xplan:RP_GewaesserType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_GewaesserType">
    <annotation>
      <documentation>Gewässer, die nicht andersweitig erfasst werden, zum Beispiel Flüsse oder Seen.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="gewaesserTyp" minOccurs="0" type="string">
            <annotation>
              <documentation>Spezifiziert den Typ des Gewässers.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Gewaesser" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Gewaesser" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_GruenzugGruenzaesur-->
  <!--=========================================================================================-->
  <element name="RP_GruenzugGruenzaesur" type="xplan:RP_GruenzugGruenzaesurType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_GruenzugGruenzaesurType">
    <annotation>
      <documentation>Grünzüge und kleinräumigere Grünzäsuren sind Ordnungsinstrumente zur Freiraumsicherung. Teilweise werden Grünzüge auch Trenngrün genannt.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_ZaesurTypen">
            <annotation>
              <documentation>Klassifikation von Zäsurtypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_GruenzugGruenzaesur" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_GruenzugGruenzaesur" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Hochwasserschutz-->
  <!--=========================================================================================-->
  <element name="RP_Hochwasserschutz" type="xplan:RP_HochwasserschutzType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_HochwasserschutzType">
    <annotation>
      <documentation>Die Klasse RP_Hochwasserschutz enthält Hochwasserschutz und vorbeugenden Hochwasserschutz.
Hochwasserschutz und vorbeugender Hochwasserschutz beinhaltet den Schutz von Siedlungen, Nutz- und Verkehrsflächen vor Überschwemmungen. Im Binnenland besteht der Hochwasserschutz vor allem in der Sicherung und Rückgewinnung von Auen, Wasserrückhalteflächen (Retentionsflächen) und überschwemmungsgefährdeten Bereichen. An der Nord- und Ostsee erfolgt der Schutz vor Sturmfluten hauptsächlich durch Deiche und Siele (Küstenschutz).</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_HochwasserschutzTypen">
            <annotation>
              <documentation>Klassifikation von Hochwasserschutztypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Hochwasserschutz" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Hochwasserschutz" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Klimaschutz-->
  <!--=========================================================================================-->
  <element name="RP_Klimaschutz" type="xplan:RP_KlimaschutzType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_KlimaschutzType">
    <annotation>
      <documentation>(Siedlungs-) Klimaschutz. Beinhaltet zum Beispiel auch Kalt- und Frischluftschneisen.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_KlimaschutzTypen">
            <annotation>
              <documentation>Klassifikation von Lufttypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Klimaschutz" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Klimaschutz" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Kulturlandschaft-->
  <!--=========================================================================================-->
  <element name="RP_Kulturlandschaft" type="xplan:RP_KulturlandschaftType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_KulturlandschaftType">
    <annotation>
      <documentation>Landschaftsbereich mit überwiegend anthropogenen Ökosystemen (historisch geprägt und gewachsen). Sie sind nach §2, Nr. 5 des ROG mit ihren Kultur- und Naturdenkmälern zu erhalten und zu entwickeln. 
Beinhaltet unter anderem die Begriffe Kulturlandschaft, kulturelle Sachgüter und Welterbestätten.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" type="xplan:RP_KulturlandschaftTypen">
            <annotation>
              <documentation>Klassifikation von Kulturlandschaftstypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Kulturlandschaft" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Kulturlandschaft" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Landwirtschaft-->
  <!--=========================================================================================-->
  <element name="RP_Landwirtschaft" type="xplan:RP_LandwirtschaftType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_LandwirtschaftType">
    <annotation>
      <documentation>Landwirtschaft, hauptsächlich im ländlichen Raum angesiedelt, erfüllt für die Gesellschaft wichtige Funktionen in der Produktion- und Versorgung mit Lebensmitteln, für Freizeit und Freiraum oder zur Biodiversität.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" type="xplan:RP_LandwirtschaftTypen">
            <annotation>
              <documentation>Klassifikation von Landwirtschaftstypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Landwirtschaft" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Landwirtschaft" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_NaturLandschaft-->
  <!--=========================================================================================-->
  <element name="RP_NaturLandschaft" type="xplan:RP_NaturLandschaftType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_NaturLandschaftType">
    <annotation>
      <documentation>Naturlandschaften sind von umitellbaren menschlichen Aktivitäten weitestgehend unbeeinflusst gebliebene Landschaft.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_NaturLandschaftTypen">
            <annotation>
              <documentation>Klassifikation von Naturschutz, Landschaftsschutz und Naturlandschafttypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_NaturLandschaft" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_NaturLandschaft" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_NaturschutzrechtlichesSchutzgebiet-->
  <!--=========================================================================================-->
  <element name="RP_NaturschutzrechtlichesSchutzgebiet" type="xplan:RP_NaturschutzrechtlichesSchutzgebietType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_NaturschutzrechtlichesSchutzgebietType">
    <annotation>
      <documentation>Schutzgebiet nach Bundes-Naturschutzgesetz.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:LP_KlassifizierungNaturschutzrecht">
            <annotation>
              <documentation>Klassifikation des Naturschutzgebietes.</documentation>
            </annotation>
          </element>
          <element name="istKernzone" minOccurs="0" default="false" type="boolean">
            <annotation>
              <documentation>Gibt an, ob es sich um eine Kernzone handelt.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_NaturschutzrechtlichesSchutzgebiet" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_NaturschutzrechtlichesSchutzgebiet" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_RadwegWanderweg-->
  <!--=========================================================================================-->
  <element name="RP_RadwegWanderweg" type="xplan:RP_RadwegWanderwegType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_RadwegWanderwegType">
    <annotation>
      <documentation>Radwege und Wanderwege. Straßenbegleitend oder selbstständig geführt.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_RadwegWanderwegTypen">
            <annotation>
              <documentation>Klassifikation von Radwegen und Wanderwegen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_RadwegWanderweg" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_RadwegWanderweg" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Rohstoff-->
  <!--=========================================================================================-->
  <element name="RP_Rohstoff" type="xplan:RP_RohstoffType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_RohstoffType">
    <annotation>
      <documentation>Rohstoff, inklusive Rohstoffprospektion, Rohstoffsicherung, Rohstoffabbau, Bergbau und Bergbaufolgelandschaft.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="rohstoffTyp" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_RohstoffTypen">
            <annotation>
              <documentation>Abgebauter Rohstoff.</documentation>
            </annotation>
          </element>
          <element name="detaillierterRohstoffTyp" minOccurs="0" maxOccurs="unbounded" type="string">
            <annotation>
              <documentation>Abgebauer Rohstoff in Textform</documentation>
            </annotation>
          </element>
          <element name="folgenutzung" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_BergbauFolgenutzung">
            <annotation>
              <documentation>Klassifikation von Folgenutzungen bestimmter bergbaulicher Maßnahmen.</documentation>
            </annotation>
          </element>
          <element name="folgenutzungText" minOccurs="0" type="string">
            <annotation>
              <documentation>Textliche Festlegungen und Spezifizierungen zur Folgenutzung einer Bergbauplanung.</documentation>
            </annotation>
          </element>
          <element name="zeitstufe" minOccurs="0" type="xplan:RP_Zeitstufen">
            <annotation>
              <documentation>Zeitstufe des Rohstoffabbaus.</documentation>
            </annotation>
          </element>
          <element name="zeitstufeText" minOccurs="0" type="string">
            <annotation>
              <documentation>Textliche Spezifizierung einer Rohstoffzeitstufe, zum Beispiel kurzfristiger Abbau (Zeitstufe I) und langfristige Sicherung für mindestens 25-30 Jahre (Zeitstufe II).</documentation>
            </annotation>
          </element>
          <element name="tiefe" minOccurs="0" type="xplan:RP_BodenschatzTiefen">
            <annotation>
              <documentation>Tiefe eines Rohstoffes</documentation>
            </annotation>
          </element>
          <element name="bergbauplanungTyp" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_BergbauplanungTypen">
            <annotation>
              <documentation>Klassifikation von Bergbauplanungstypen.</documentation>
            </annotation>
          </element>
          <element name="istAufschuettungAblagerung" minOccurs="0" default="false" type="boolean">
            <annotation>
              <documentation>Gibt an, ob der Rohstoff aus einer Aufschüttung oder Ablagerung gewonnen wird</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Rohstoff" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Rohstoff" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_SonstigerFreiraumschutz-->
  <!--=========================================================================================-->
  <element name="RP_SonstigerFreiraumschutz" type="xplan:RP_SonstigerFreiraumschutzType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_SonstigerFreiraumschutzType">
    <annotation>
      <documentation>Sonstiger Freiraumschutz. Nicht anderweitig zuzuordnende Freiraumstrukturen.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element ref="xplan:_GenericApplicationPropertyOfRP_SonstigerFreiraumschutz" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_SonstigerFreiraumschutz" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Sportanlage-->
  <!--=========================================================================================-->
  <element name="RP_Sportanlage" type="xplan:RP_SportanlageType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_SportanlageType">
    <annotation>
      <documentation>Sportanlagen und -bereiche.
Sportanlagen sind ortsfeste Einrichtungen, die zur Sportausübung bestimmt sind. Zur Sportanlage zählen auch Einrichtungen, die mit der Sportanlage in einem engen räumlichen und betrieblichen Zusammenhang stehen (nach BImSchV 18 §1).</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" type="xplan:RP_SportanlageTypen">
            <annotation>
              <documentation>Klassifikation von Sportanlagen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Sportanlage" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Sportanlage" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Wasserschutz-->
  <!--=========================================================================================-->
  <element name="RP_Wasserschutz" type="xplan:RP_WasserschutzType" substitutionGroup="xplan:RP_Freiraum" />
  <complexType name="RP_WasserschutzType">
    <annotation>
      <documentation>Grund-, Trink- und Oberflächenwasserschutz.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_FreiraumType">
        <sequence>
          <element name="typ" minOccurs="0" type="xplan:RP_WasserschutzTypen">
            <annotation>
              <documentation>Klassifikation des Wasserschutztyps.</documentation>
            </annotation>
          </element>
          <element name="zone" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_WasserschutzZonen">
            <annotation>
              <documentation>Wasserschutzzone</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Wasserschutz" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Wasserschutz" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_BergbauFolgenutzung-->
  <!--=========================================================================================-->
  <simpleType name="RP_BergbauFolgenutzung">
    <annotation>
      <documentation>Bergbaufolgenutzung.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Landwirtschaft-->
        <annotation>
          <documentation>Folgenutzung Landwirtschaft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Forstwirtschaft-->
        <annotation>
          <documentation>Folgenutzung Forstwirtschaft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Gruenlandbewirtschaftung-->
        <annotation>
          <documentation>Folgenutzung Grünlandbewirtschaftung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--NaturLandschaft-->
        <annotation>
          <documentation>Folgenutzung NaturLandschaft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Naturschutz-->
        <annotation>
          <documentation>Folgenutzung Naturschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Erholung-->
        <annotation>
          <documentation>Folgenutzung Erholung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Gewaesser-->
        <annotation>
          <documentation>Folgenutzung Gewässer.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--Verkehr-->
        <annotation>
          <documentation>Folgenutzung Verkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9000">
        <!--Altbergbau-->
        <annotation>
          <documentation>Folgenutzung Altbergbau.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeNutzung-->
        <annotation>
          <documentation>Sonstige Folgenutzung.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_BergbauplanungTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_BergbauplanungTypen">
    <annotation>
      <documentation>Typen der Bergbauplanung.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Lagerstaette-->
        <annotation>
          <documentation>Lagerstätte.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--Sicherung-->
        <annotation>
          <documentation>Sicherung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1200">
        <!--Gewinnung-->
        <annotation>
          <documentation>Gewinnung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1300">
        <!--Abbau-->
        <annotation>
          <documentation>Abbaubereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1400">
        <!--Sicherheitszone-->
        <annotation>
          <documentation>Sicherheitszone.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--AnlageEinrichtungBergbau-->
        <annotation>
          <documentation>Anlage und/oder Einrichtung des Bergbaus.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1600">
        <!--Halde-->
        <annotation>
          <documentation>Halde, Aufschüttung und/oder Ablagerung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1700">
        <!--Sanierungsflaeche-->
        <annotation>
          <documentation>Sanierungsfläche.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1800">
        <!--AnsiedlungUmsiedlung-->
        <annotation>
          <documentation>Ansiedlung und/oder Umsiedlung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1900">
        <!--Bergbaufolgelandschaft-->
        <annotation>
          <documentation>Bergbaufolgelandschaft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeBergbauplanung-->
        <annotation>
          <documentation>Sonstige Bergbauplanung.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_BesondereTourismusErholungTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_BesondereTourismusErholungTypen">
    <annotation>
      <documentation>Typen und Spezifierungen von besonderem Tourismus beziehungsweise besonderer Erholung.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Entwicklungsgebiet-->
        <annotation>
          <documentation>Entwicklungsgebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Kernbereich-->
        <annotation>
          <documentation>Kernbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--BesondereEntwicklungsaufgabe-->
        <annotation>
          <documentation>Besondere Entwicklungsaufgabe von Tourismus und/oder Erholung.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_BodenschatzTiefen-->
  <!--=========================================================================================-->
  <simpleType name="RP_BodenschatzTiefen">
    <annotation>
      <documentation>Tiefe von Bodenschätzen und/oder Abbau.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Oberflaechennah-->
        <annotation>
          <documentation>Oberflächennaher Bodenschatz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Tiefliegend-->
        <annotation>
          <documentation>Tiefliegender Bodenschatz.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_BodenschutzTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_BodenschutzTypen">
    <annotation>
      <documentation>Typen von Bodenschutz.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--BeseitigungErheblicherBodenbelastung-->
        <annotation>
          <documentation>Beseitigung von erheblicher Bodenbelastung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--SicherungSanierungAltlasten-->
        <annotation>
          <documentation>Sicherung und/oder Sanierung von Altlasten.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Erosionsschutz-->
        <annotation>
          <documentation>Erosionsschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Torferhalt-->
        <annotation>
          <documentation>Bodenschutz zum Torferhalt dient dem Erhalt von vorhandenen Torfkörpern als natürlichen Speicher von Kohlenstoffen, als Beitrag zum Klimaschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerBodenschutz-->
        <annotation>
          <documentation>Sonstiger Bodenschutz.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_ErholungTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_ErholungTypen">
    <annotation>
      <documentation>Typen von Erholung.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Erholung-->
        <annotation>
          <documentation>Erholung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--RuhigeErholungInNaturUndLandschaft-->
        <annotation>
          <documentation>Ruhige Erholung in Natur und Landschaft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--LandschaftsbezogeneErholung-->
        <annotation>
          <documentation>Landschaftsbezogene Erholung</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--ErholungMitStarkerInanspruchnahmeDurchBevoelkerung-->
        <annotation>
          <documentation>Erholung mit starker Inanspruchnahme durch die Bevölkerung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3001">
        <!--InfrastrukturelleErholung-->
        <annotation>
          <documentation>Infrastrukturelle Erholung</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Erholungswald-->
        <annotation>
          <documentation>Erholungswald sind Waldgebiete, oft im Umfeld von Ballungszentren, die hauptsächlich der Erholung der Bevölkerung dienen (gegenüber forstwirtschaftlicher Nutzung oder Naturschutz). Nach § 13 Bundeswaldgesetz (1) kann Wald "zu Erholungswald erklärt werden, wenn es das Wohl der Allgemeinheit erfordert, Waldflächen für Zwecke der Erholung zu schützen, zu pflegen oder zu gestalten".</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Freizeitanlage-->
        <annotation>
          <documentation>Freizeitanlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5001">
        <!--Ferieneinrichtung-->
        <annotation>
          <documentation>Ferieneinrichtung</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--ErholungslandschaftAlpen-->
        <annotation>
          <documentation>Erholungslandschaft in den Alpen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Kureinrichtung-->
        <annotation>
          <documentation>Kureinrichtung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeErholung-->
        <annotation>
          <documentation>Sonstige Erholung.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_ErneuerbareEnergieTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_ErneuerbareEnergieTypen">
    <annotation>
      <documentation>Typen von Erneuerbarer Energie.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Windenergie-->
        <annotation>
          <documentation>Windenergie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Solarenergie-->
        <annotation>
          <documentation>Solarenergie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Geothermie-->
        <annotation>
          <documentation>Geothermie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Biomasse-->
        <annotation>
          <documentation>Biomasse.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Wasserkraft-->
        <annotation>
          <documentation>Wasserkraft</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeErneuerbareEnergie-->
        <annotation>
          <documentation>Sonstige Erneuerbare Energie.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_ForstwirtschaftTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_ForstwirtschaftTypen">
    <annotation>
      <documentation>Typen von Forstwirtschaft.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Wald-->
        <annotation>
          <documentation>Wald.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Bannwald-->
        <annotation>
          <documentation>Bannwald.
Nach §32 (2) Baden-Württemberg "ein sich selbst überlassenes Waldreservat. Pflegemaßnahmen sind nicht erlaubt; anfallendes Holz darf nicht entnommen werden. [...] Fußwege sind zulässig."
Nach $11 (1) BayWaldG Bayern " Wald, der auf Grund seiner Lage und seiner flächenmäßigen Ausdehnung vor allem in Verdichtungsräumen und waldarmen Bereichen unersetzlich ist, und deshalb in seiner Flächensubstanz erhalten werden muss und welchem eine außergewöhnliche Bedeutung für das Klima, den Wasserhaushalt oder die Luftreinigung zukommt.
Nach §13 (2) ForstG Hessen ein Wald, der "in seiner Flächensubstanz in besonderem Maße schützenswert ist".
In anderen Ländern ist ein Bannwald ggf. abweichend definiert.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1002">
        <!--Schonwald-->
        <annotation>
          <documentation>Schonwald.
Nach §32 (3) Baden-Württemberg "ein Waldreservat, in dem eine bestimmte Waldgesellschaft mit ihren Tier- und Pflanzenarten, ein bestimmter Bestandsaufbau oder ein bestimmter Waldbiotop zu erhalten, zu entwickeln oder zu erneuern ist. Die Forstbehörde legt PFlegemaßnahmen mti Zustimmung des Waldbesitzers fest." In anderen Ländern ist ein Schonwald ggf. abweichend definiert.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--Forstwirtschaft-->
        <annotation>
          <documentation>Forstwirtschaft</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Waldmehrung-->
        <annotation>
          <documentation>Waldmehrung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--WaldmehrungErholung-->
        <annotation>
          <documentation>Waldmehrung für Erholung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2002">
        <!--VergroesserungDesWaldanteils-->
        <annotation>
          <documentation>Vergrößerung des Waldanteils.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Waldschutz-->
        <annotation>
          <documentation>Waldschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3001">
        <!--BesondereSchutzfunktionDesWaldes-->
        <annotation>
          <documentation>Besondere Schutzfunktion des Waldes.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--VonAufforstungFreizuhalten-->
        <annotation>
          <documentation>Von Aufforstung freizuhaltendes Gebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeForstwirtschaft-->
        <annotation>
          <documentation>Sonstige Forstwirtschaft.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_HochwasserschutzTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_HochwasserschutzTypen">
    <annotation>
      <documentation>Typen von Hochwasserschutz.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Hochwasserschutz-->
        <annotation>
          <documentation>Hochwasserschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--TechnischerHochwasserschutz-->
        <annotation>
          <documentation>Technischer Hochwasserschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--Hochwasserrueckhaltebecken-->
        <annotation>
          <documentation>Hochwasserrückhaltebecken.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1101">
        <!--HochwasserrueckhaltebeckenPolder-->
        <annotation>
          <documentation>Hochwasserrückhaltebecken: Polder.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1102">
        <!--HochwasserrueckhaltebeckenBauwerk-->
        <annotation>
          <documentation>Hochwasserrückhaltebecken: Bauwerk.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1200">
        <!--RisikobereichHochwasser-->
        <annotation>
          <documentation>Risikobereich Hochwasser.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1300">
        <!--Kuestenhochwasserschutz-->
        <annotation>
          <documentation>Küstenhochwasserschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1301">
        <!--Deich-->
        <annotation>
          <documentation>Deich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1302">
        <!--Deichrueckverlegung-->
        <annotation>
          <documentation>Deichrückverlegung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1303">
        <!--DeichgeschuetztesGebiet-->
        <annotation>
          <documentation>Deichgeschütztes Gebiet</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1400">
        <!--Sperrwerk-->
        <annotation>
          <documentation>Sperrwerk.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--HochwGefaehrdeteKuestenniederung-->
        <annotation>
          <documentation>Hochwassergefährdete Küstenniederung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1600">
        <!--Ueberschwemmungsgebiet-->
        <annotation>
          <documentation>Überschwemmungsgebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1700">
        <!--UeberschwemmungsgefaehrdeterBereich-->
        <annotation>
          <documentation>Überschwemmungsgefährdeter Bereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1800">
        <!--Retentionsraum-->
        <annotation>
          <documentation>Retentionsraum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1801">
        <!--PotenziellerRetentionsraum-->
        <annotation>
          <documentation>Potenzieller Retentionsraum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerHochwasserschutz-->
        <annotation>
          <documentation>Sonstiger Hochwasserschutz.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_KulturlandschaftTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_KulturlandschaftTypen">
    <annotation>
      <documentation>Typen von Kulturlandschaften.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--KulturellesSachgut-->
        <annotation>
          <documentation>Kulturelles Sachgut.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Welterbe-->
        <annotation>
          <documentation>Welterbe. Von der UNESCO verliehener Titel an Stätten mit außergewöhnlichem, universellem Wert, die als "Teile des Kultur- und Naturerbes von außergewöhnlicher Bedeutung sind und daher als Bestandteil des Welterbes der ganzen Menschheit erhalten werden müssen" (Präambel der Welterbekonvention von 1972)</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--KulturerbeLandschaft-->
        <annotation>
          <documentation>Landschaftliches Kulturerbe.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--KulturDenkmalpflege-->
        <annotation>
          <documentation>Pflege von Kulturdenkmälern</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeKulturlandschaftTypen-->
        <annotation>
          <documentation>Sonstige Kulturlandschafttypen.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_LandwirtschaftTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_LandwirtschaftTypen">
    <annotation>
      <documentation>Typen von Landwirtschaft.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--LandwirtschaftlicheNutzung-->
        <annotation>
          <documentation>Allgemeine Landwirtschaftliche Nutzung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--KernzoneLandwirtschaft-->
        <annotation>
          <documentation>Kernzone Landwirtschaft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--IntensivLandwirtschaft-->
        <annotation>
          <documentation>Intensive Landwirtschaft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Fischerei-->
        <annotation>
          <documentation>Fischerei.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Weinbau-->
        <annotation>
          <documentation>Weinbau.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--AufGrundHohenErtragspotenzials-->
        <annotation>
          <documentation>Landwirtschaft auf Grund hohen Ertragspotenzials.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--AufGrundBesondererFunktionen-->
        <annotation>
          <documentation>Landwirtschaft auf Grund besonderer Funktionen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Gruenlandbewirtschaftung-->
        <annotation>
          <documentation>Grünlandbewirtschaftung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--Sonderkultur-->
        <annotation>
          <documentation>Sonderkuluren</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeLandwirtschaft-->
        <annotation>
          <documentation>Sonstige Landwirtschaft</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_KlimaschutzTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_KlimaschutzTypen">
    <annotation>
      <documentation>Lufttypen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Kaltluft-->
        <annotation>
          <documentation>Kaltluft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Frischluft-->
        <annotation>
          <documentation>Frischluft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--BesondereKlimaschutzfunktion-->
        <annotation>
          <documentation>Besondere Klimaschutzfunktion</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeLufttypen-->
        <annotation>
          <documentation>Sonstige Lufttypen.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_NaturLandschaftTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_NaturLandschaftTypen">
    <annotation>
      <documentation>Typen von Natur und Landschaft.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--NaturLandschaft-->
        <annotation>
          <documentation>NaturLandschaft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--NaturschutzLandschaftspflege-->
        <annotation>
          <documentation>Naturschutz und Landschaftspflege.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1101">
        <!--NaturschutzLandschaftspflegeAufGewaessern-->
        <annotation>
          <documentation>Naturschutz und Landschaftspflege auf Gewässern.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1200">
        <!--Flurdurchgruenung-->
        <annotation>
          <documentation>Flurdurchgrünung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1300">
        <!--UnzerschnitteneRaeume-->
        <annotation>
          <documentation>Unzerschnittene Räume.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1301">
        <!--UnzerschnitteneVerkehrsarmeRaeume-->
        <annotation>
          <documentation>Unzerschnittene verkehrsarme Räume.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1400">
        <!--Feuchtgebiet-->
        <annotation>
          <documentation>Feuchtgebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--OekologischesVerbundssystem-->
        <annotation>
          <documentation>Ökologisches Verbundssystem.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1501">
        <!--OekologischerRaum-->
        <annotation>
          <documentation>Ökologischer Raum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1600">
        <!--VerbesserungLandschaftsstrukturNaturhaushalt-->
        <annotation>
          <documentation>Verbesserung der Landschaftsstruktur und des Naturhaushalts.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1700">
        <!--Biotop-->
        <annotation>
          <documentation>Biotop.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1701">
        <!--Biotopverbund-->
        <annotation>
          <documentation>Biotopverbund.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1702">
        <!--Biotopverbundachse-->
        <annotation>
          <documentation>Biotopverbundsachse.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1703">
        <!--ArtenBiotopschutz-->
        <annotation>
          <documentation>Arten- und/oder Biotopschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1704">
        <!--Regionalpark-->
        <annotation>
          <documentation>Regionalpark.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1705">
        <!--Waldlebensraum-->
        <annotation>
          <documentation>Teil eines Biotop(verbund)s von Waldlebensräumen </documentation>
        </annotation>
      </enumeration>
      <enumeration value="1706">
        <!--Feuchtlebensraum-->
        <annotation>
          <documentation>Teil eines Biotop(verbund)s von Feuchtlebensräumen (insbesondere Auen) mit dem angrenzenden Bereich des Grünlandes </documentation>
        </annotation>
      </enumeration>
      <enumeration value="1707">
        <!--Trockenlebensraum-->
        <annotation>
          <documentation>Teil eines Biotop(verbunds) von Trockenlebensräumen</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1708">
        <!--LebensraumLaenderuebergreifendeVernetzung -->
        <annotation>
          <documentation>Länderübergreifender Teil eines Biotop(verbund)s</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1800">
        <!--KompensationEntwicklung-->
        <annotation>
          <documentation>Kompensation für Entwicklung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1900">
        <!--GruenlandBewirtschaftungPflegeEntwicklung-->
        <annotation>
          <documentation>Grünlandbewirtschaftung, -pflege und -entwicklung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Landschaftsstruktur-->
        <annotation>
          <documentation>Landschaftsstruktur.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2100">
        <!--LandschaftErholung-->
        <annotation>
          <documentation>Landschaftsgebiet für Erholung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2200">
        <!--Landschaftspraegend-->
        <annotation>
          <documentation>Landschaftsprägend.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2300">
        <!--SchutzDerNatur-->
        <annotation>
          <documentation>Schutz der Natur.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2400">
        <!--SchutzDesLandschaftsbildes-->
        <annotation>
          <documentation>Schutz des Landschaftsbildes.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2500">
        <!--Alpenpark-->
        <annotation>
          <documentation>Alpenpark.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2600">
        <!--Freiraumfunktionen-->
        <annotation>
          <documentation>Vorranggebiet Freiraumfunktionen gemäß Planzeichenkatalog "Planzeichen in der Regionalplanung“ vom niedersächsischem Landkreistag.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerNaturLandschaftSchutz-->
        <annotation>
          <documentation>Sonstiger NaturLandschaftsschutz.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_RadwegWanderwegTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_RadwegWanderwegTypen">
    <annotation>
      <documentation>Typen von Rad- und Wanderwegen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Wanderweg-->
        <annotation>
          <documentation>Wanderweg.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Fernwanderweg-->
        <annotation>
          <documentation>Fernwanderweg.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Radwandern-->
        <annotation>
          <documentation>Radwandern.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--Fernradweg-->
        <annotation>
          <documentation>Fernradweg.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Reiten-->
        <annotation>
          <documentation>Reiten.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Wasserwandern-->
        <annotation>
          <documentation>Wasserwandern.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerWanderweg-->
        <annotation>
          <documentation>Sonstiger Wanderweg.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_RohstoffTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_RohstoffTypen">
    <annotation>
      <documentation>Typen von Rohstoffen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Anhydritstein-->
        <annotation>
          <documentation>Anhydritstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--Baryt-->
        <annotation>
          <documentation>Baryt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1200">
        <!--BasaltDiabas-->
        <annotation>
          <documentation>BasaltDiabas.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1300">
        <!--Bentonit-->
        <annotation>
          <documentation>Bentonit.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1400">
        <!--Blaehton-->
        <annotation>
          <documentation>Blaehton.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--Braunkohle-->
        <annotation>
          <documentation>Braunkohle.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1600">
        <!--Buntsandstein-->
        <annotation>
          <documentation>Buntsandstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1700">
        <!--Dekostein-->
        <annotation>
          <documentation>Dekostein</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1800">
        <!--Diorit-->
        <annotation>
          <documentation>Diorit.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1900">
        <!--Dolomitstein-->
        <annotation>
          <documentation>Dolomitstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Erdgas-->
        <annotation>
          <documentation>Erdgas.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2100">
        <!--Erdoel-->
        <annotation>
          <documentation>Erdöl.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2200">
        <!--Erz-->
        <annotation>
          <documentation>Erz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2300">
        <!--Feldspat-->
        <annotation>
          <documentation>Feldspat.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2400">
        <!--Festgestein-->
        <annotation>
          <documentation>Festgestein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2500">
        <!--Flussspat-->
        <annotation>
          <documentation>Flussspat.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2600">
        <!--Gangquarz-->
        <annotation>
          <documentation>Gangquarz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2700">
        <!--Gipsstein-->
        <annotation>
          <documentation>Gipsstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2800">
        <!--Gneis-->
        <annotation>
          <documentation>Gneis.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2900">
        <!--Granit-->
        <annotation>
          <documentation>Granit.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Grauwacke-->
        <annotation>
          <documentation>Grauwacke.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3100">
        <!--Hartgestein-->
        <annotation>
          <documentation>Hartgestein</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3200">
        <!--KalkKalktuffKreide-->
        <annotation>
          <documentation>KalkKalktuffKreide.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3300">
        <!--Kalkmergelstein-->
        <annotation>
          <documentation>Kalkmergelstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3400">
        <!--Kalkstein-->
        <annotation>
          <documentation>Kalkstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3500">
        <!--Kaolin-->
        <annotation>
          <documentation>Kaolin.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3600">
        <!--Karbonatgestein-->
        <annotation>
          <documentation>Karbonatgestein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3700">
        <!--Kies-->
        <annotation>
          <documentation>Kies.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3800">
        <!--Kieselgur-->
        <annotation>
          <documentation>Kieselgur.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3900">
        <!--KieshaltigerSand-->
        <annotation>
          <documentation>KieshaltigerSand.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--KiesSand-->
        <annotation>
          <documentation>KiesSand.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4100">
        <!--Klei-->
        <annotation>
          <documentation>Klei.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4200">
        <!--Kristallin-->
        <annotation>
          <documentation>Kristallin.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4300">
        <!--Kupfer-->
        <annotation>
          <documentation>Kupfer.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4400">
        <!--Lehm-->
        <annotation>
          <documentation>Lehm.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4500">
        <!--Marmor-->
        <annotation>
          <documentation>Marmor.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4600">
        <!--Mergel-->
        <annotation>
          <documentation>Mergel.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4700">
        <!--Mergelstein-->
        <annotation>
          <documentation>Mergelstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4800">
        <!--MikrogranitGranitporphyr-->
        <annotation>
          <documentation>MikrogranitGranitporphyr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4900">
        <!--Monzonit-->
        <annotation>
          <documentation>Monzonit.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Muschelkalk-->
        <annotation>
          <documentation>Muschelkalk.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5100">
        <!--Naturstein-->
        <annotation>
          <documentation>Naturstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5200">
        <!--Naturwerkstein-->
        <annotation>
          <documentation>Naturwerkstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5300">
        <!--Oelschiefer-->
        <annotation>
          <documentation>Ölschiefer.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5400">
        <!--Pegmatitsand-->
        <annotation>
          <documentation>Pegmatitsand.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5500">
        <!--Quarzit-->
        <annotation>
          <documentation>Quarzit.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5600">
        <!--Quarzsand-->
        <annotation>
          <documentation>Quarzsand.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5700">
        <!--Rhyolith-->
        <annotation>
          <documentation>Rhyolith.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5800">
        <!--RhyolithQuarzporphyr-->
        <annotation>
          <documentation>RhyolithQuarzporphyr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5900">
        <!--Salz-->
        <annotation>
          <documentation>Salz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Sand-->
        <annotation>
          <documentation>Sand.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6100">
        <!--Sandstein-->
        <annotation>
          <documentation>Sandstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6200">
        <!--Spezialton-->
        <annotation>
          <documentation>Spezialton.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6300">
        <!--SteineundErden-->
        <annotation>
          <documentation>Steine und Erden.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6400">
        <!--Steinkohle-->
        <annotation>
          <documentation>Steinkohle.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6500">
        <!--Ton-->
        <annotation>
          <documentation>Ton.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6600">
        <!--Tonstein-->
        <annotation>
          <documentation>Tonstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6700">
        <!--Torf-->
        <annotation>
          <documentation>Torf.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6800">
        <!--TuffBimsstein-->
        <annotation>
          <documentation>TuffBimsstein.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6900">
        <!--Uran-->
        <annotation>
          <documentation>Uran.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Vulkanit-->
        <annotation>
          <documentation>Vulkanit.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7100">
        <!--Werkstein-->
        <annotation>
          <documentation>Werkstein</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7200">
        <!--Andesit-->
        <annotation>
          <documentation>Andesit</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7300">
        <!--Formsand-->
        <annotation>
          <documentation>Formsand</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7400">
        <!--Gabbro-->
        <annotation>
          <documentation>Gabbro</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7500">
        <!--MikrodioritKuselit-->
        <annotation>
          <documentation>Mikrodiorit Kuselit</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--Sonstiges-->
        <annotation>
          <documentation>Sonstiges.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_SportanlageTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_SportanlageTypen">
    <annotation>
      <documentation>Typen von Sportanlagen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Sportanlage-->
        <annotation>
          <documentation>Sportanlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Wassersport-->
        <annotation>
          <documentation>Wassersport.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Motorsport-->
        <annotation>
          <documentation>Motorsport.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Flugsport-->
        <annotation>
          <documentation>Flugsport.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Reitsport-->
        <annotation>
          <documentation>Reitsport.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Golfsport-->
        <annotation>
          <documentation>Golfsport.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Sportzentrum-->
        <annotation>
          <documentation>Sportzentrum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeSportanlage-->
        <annotation>
          <documentation>Sonstige Sportanlage.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_TourismusTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_TourismusTypen">
    <annotation>
      <documentation>Typen von Tourismus.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Tourismus-->
        <annotation>
          <documentation>Tourismus.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Kuestenraum-->
        <annotation>
          <documentation>Tourismus im Küstenraum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerTourismus-->
        <annotation>
          <documentation>Sonstiger Tourismus.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_WasserschutzTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_WasserschutzTypen">
    <annotation>
      <documentation>Typen von Wasserschutz.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Wasserschutzgebiet-->
        <annotation>
          <documentation>Wasserschutzgebiet.
Nach DIN 4046 "Einzugsgebiet oder Teil des Einzugsgebietes einer Wassergewinnungsanlage, das zum Schutz des Wassers Nutzungsbeschränkungen unterliegt."</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Grundwasserschutz-->
        <annotation>
          <documentation>Grundwasserschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--Grundwasservorkommen-->
        <annotation>
          <documentation>Grundwasservorkommen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2002">
        <!--Gewaesserschutz-->
        <annotation>
          <documentation>Einzugsgebiet einer Talsperre.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Trinkwasserschutz-->
        <annotation>
          <documentation>Trinkwasserschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Trinkwassergewinnung-->
        <annotation>
          <documentation>Trinkwassergewinnung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Oberflaechenwasserschutz-->
        <annotation>
          <documentation>Oberflächenwasserschutz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Heilquelle-->
        <annotation>
          <documentation>Heilquelle.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Wasserversorgung-->
        <annotation>
          <documentation>Wasserversorgung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerWasserschutz-->
        <annotation>
          <documentation>Sonstiger Wasserschutz.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_WasserschutzZonen-->
  <!--=========================================================================================-->
  <simpleType name="RP_WasserschutzZonen">
    <annotation>
      <documentation>Wasserschutzzonen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Zone1-->
        <annotation>
          <documentation>Zone 1.
Für Grundwasser beinhaltet die Zone 1 den Fassungsbereich. In diesem Bereich und der unmittelbaren Umgebung um die Wassergewinnungsanlage muss jegliche Verunreinigung unterbleiben. Bei Talsperren  beinhaltet die Zone 1 den Stauraum mit Uferzone. Diese soll den Schutz vor unmittelbaren Verunreinigungen und sonstigen Beeinträchtigungen des Talsperrenwassers gewährleisten.
Die Ausdehnung der Zone I sollte im allgemeinen von Brunnen allseitig 10 m, von Quellen in Richtung des ankommenden Grundwassers mindestens 20 m und von Kaarstgrundwasserleitern mindestens 30 m betragen</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Zone2-->
        <annotation>
          <documentation>Zone 2.
Die engere Schutzzone.
Die Zone II reicht von der Grenze der Zone I bis zu einer Linie, von der aus das Grundwasser etwa 50 Tage bis zum Eintreffen in die Trinkwassergewinnungsanlage benötigt. Eine Zone II kann entfallen, wenn nur tiefere, abgedichtete Grundwasserstockwerke oder solche genutzt werden, die von der 50 Tage-Linie bis zur Fassung von undurchlässigen Schichten gegenüber der Mächtigkeit abgedeckt sind.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Zone3-->
        <annotation>
          <documentation>Zone 3.
Die Weitere Schutzzone.
Die Zone III reicht von der Grenze des Einzugsgebietes bis zur Außengrenze der Zone II. Wenn das Einzugsgebiet weiter als 2 km reicht, so kann eine Aufgliederung in eine Zone III A bis etwa 2 km Entfernung ab Fassung und eine Zone III B etwa 2 km bis zur Grenze des Einzugsgebietes zweckmäßig sein.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_ZaesurTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_ZaesurTypen">
    <annotation>
      <documentation>Typen von Zäsuren.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Gruenzug-->
        <annotation>
          <documentation>Grünzug.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Gruenzaesur-->
        <annotation>
          <documentation>Grünzäsur.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Siedlungszaesur-->
        <annotation>
          <documentation>Siedlungszäsur.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Zeitstufen-->
  <!--=========================================================================================-->
  <simpleType name="RP_Zeitstufen">
    <annotation>
      <documentation>Zeitstufen von Rohstoffen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Zeitstufe1-->
        <annotation>
          <documentation>Zeitstufe 1.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Zeitstufe2-->
        <annotation>
          <documentation>Zeitstufe 2.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_AbfallentsorgungTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_AbfallentsorgungTypen">
    <annotation>
      <documentation>Typen der Abfallentsorgung.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--BeseitigungEntsorgung-->
        <annotation>
          <documentation>Beseitung beziehungsweise Entsorgung von Abfall.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--Abfallbeseitigungsanlage-->
        <annotation>
          <documentation>Abfallbeseitigungsanlage</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1101">
        <!--ZentraleAbfallbeseitigungsanlage-->
        <annotation>
          <documentation>Zentrale Abfallbeseitungsanlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1200">
        <!--Deponie-->
        <annotation>
          <documentation>Deponie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1300">
        <!--Untertageeinlagerung-->
        <annotation>
          <documentation>Untertageeinlagerung von Abfall.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1400">
        <!--Behandlung-->
        <annotation>
          <documentation>Behandlung von Abfall.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--Kompostierung-->
        <annotation>
          <documentation>Kompostierung von Abfall.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1600">
        <!--Verbrennung-->
        <annotation>
          <documentation>Verbrennung von Abfall.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1700">
        <!--Umladestation-->
        <annotation>
          <documentation>Umladestation.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1800">
        <!--Standortsicherung-->
        <annotation>
          <documentation>Standortsicherung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeAbfallentsorgung-->
        <annotation>
          <documentation>Sonstige Abfallentsorgung.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_AbfallTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_AbfallTypen">
    <annotation>
      <documentation>Abfalltypen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Siedlungsabfall-->
        <annotation>
          <documentation>Siedlungsabfall.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Mineralstoffabfall-->
        <annotation>
          <documentation>Mineralstoffabfall.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Industrieabfall-->
        <annotation>
          <documentation>Industrieabfall.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Sonderabfall-->
        <annotation>
          <documentation>Sonderabfall.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--RadioaktiverAbfall-->
        <annotation>
          <documentation>Radioaktiver Abfall.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerAbfall-->
        <annotation>
          <documentation>Sonstiger Abfall.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_AbwasserTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_AbwasserTypen">
    <annotation>
      <documentation>Typen von Abwasserinfrastruktur.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Klaeranlage-->
        <annotation>
          <documentation>Kläranlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--ZentraleKlaeranlage-->
        <annotation>
          <documentation>Zentrale Kläranlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1002">
        <!--Grossklaerwerk-->
        <annotation>
          <documentation>Großklärwerk.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Hauptwasserableitung-->
        <annotation>
          <documentation>Hauptwasserableitung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Abwasserverwertungsflaeche-->
        <annotation>
          <documentation>Abwasserverwertungsfläche.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Abwasserbehandlungsanlage-->
        <annotation>
          <documentation>Abwasserbehandlungsanlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeAbwasserinfrastruktur-->
        <annotation>
          <documentation>Sonstige Abwasserinfrastruktur.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_BesondererSchienenverkehrTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_BesondererSchienenverkehrTypen">
    <annotation>
      <documentation>Typen von besonderem Schienenverkehr.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Eingleisig-->
        <annotation>
          <documentation>Eingleisig.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Zweigleisig-->
        <annotation>
          <documentation>Zweigleisig.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1002">
        <!--Mehrgleisig-->
        <annotation>
          <documentation>Mehrgleisig.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--OhneBetrieb-->
        <annotation>
          <documentation>Schienenverkehrsinfrastruktur ohne Betrieb.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--MitFernverkehrsfunktion-->
        <annotation>
          <documentation>Schienenverkehrsinfrastruktur mit Fernverkehrsfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3001">
        <!--MitVerknuepfungsfunktionFuerOEPNV-->
        <annotation>
          <documentation>Schienenverkehrsinfrastruktur mit Verknüpfungsfunktion für den öffentlichen Personennahverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--ElektrischerBetrieb-->
        <annotation>
          <documentation>Elektrischer Betrieb.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4001">
        <!--ZuElektrifizieren-->
        <annotation>
          <documentation>Zu Elektrifizieren.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--VerbesserungLeistungsfaehigkeit-->
        <annotation>
          <documentation>Verbesserung der Leistungsfähigkeit.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--RaeumlicheFreihaltungEntwidmeterBahntrassen-->
        <annotation>
          <documentation>Räumliche Freihaltung entwidmeter Bahntrassen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6001">
        <!--NachnutzungStillgelegterStrecken-->
        <annotation>
          <documentation>Nachnutzung stillgelegter Strecken.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Personenverkehr-->
        <annotation>
          <documentation>Personenverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7001">
        <!--Gueterverkehr-->
        <annotation>
          <documentation>Güterverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--Nahverkehr-->
        <annotation>
          <documentation>Nahverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8001">
        <!--Fernverkehr-->
        <annotation>
          <documentation>Fernverkehr.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_BesondererStrassenverkehrTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_BesondererStrassenverkehrTypen">
    <annotation>
      <documentation>Typen von besonderem Straßenverkehr.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Zweistreifig-->
        <annotation>
          <documentation>Zweistreifig.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Dreistreifig-->
        <annotation>
          <documentation>Dreistreifig.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1002">
        <!--Vierstreifig-->
        <annotation>
          <documentation>Vierstreifig.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1003">
        <!--Sechsstreifig-->
        <annotation>
          <documentation>Sechsstreifig.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Problembereich-->
        <annotation>
          <documentation>Problembereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--GruenbrueckeQuerungsmoeglichkeit-->
        <annotation>
          <documentation>Grünbrückenquerungsmöglichkeit.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Energieversorgung-->
  <!--=========================================================================================-->
  <element name="RP_Energieversorgung" type="xplan:RP_EnergieversorgungType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_EnergieversorgungType">
    <annotation>
      <documentation>Infrastruktur zur Energieversorgung. Beinhaltet Energieerzeugung und die Belieferung von Verbrauchern mit Nutzenergie. Erneuerbare Energie wie Windkraft wird im Normalfall auf die Klasse RP_ErneuerbareEnergie im Unterpaket Freiraumstruktur zugeordnet. Je nach Kontext kann aber auch eine Zuordnung auf RP_Energieversorgung stattfinden.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_EnergieversorgungTypen">
            <annotation>
              <documentation>Klassifikation von Energieversorgungs-Einrichtungen.</documentation>
            </annotation>
          </element>
          <element name="primaerenergieTyp" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_PrimaerenergieTypen">
            <annotation>
              <documentation>Klassifikation von der mit der Infrastruktur in Beziehung stehenden Primärenergie.</documentation>
            </annotation>
          </element>
          <element name="spannung" minOccurs="0" type="xplan:RP_SpannungTypen">
            <annotation>
              <documentation>Klassifikation von Spannungen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Energieversorgung" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Energieversorgung" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_EnergieversorgungTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_EnergieversorgungTypen">
    <annotation>
      <documentation>Typen der Energieversorgung.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Leitungstrasse-->
        <annotation>
          <documentation>Leitungstrasse.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Hochspannungsleitung-->
        <annotation>
          <documentation>Hochspannungsleitung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1002">
        <!--KabeltrasseNetzanbindung-->
        <annotation>
          <documentation>Kabeltrasse-Netzanbindung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Pipeline-->
        <annotation>
          <documentation>Pipeline.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--Uebergabestation-->
        <annotation>
          <documentation>Übergabestation.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Kraftwerk-->
        <annotation>
          <documentation>Kraftwerk.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3001">
        <!--Grosskraftwerk-->
        <annotation>
          <documentation>Großkraftwerk.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3002">
        <!--Energiegewinnung-->
        <annotation>
          <documentation>Energiegewinnung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Energiespeicherung-->
        <annotation>
          <documentation>Energiespeicherung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4001">
        <!--VerstetigungSpeicherung-->
        <annotation>
          <documentation>Verstetigung-Speicherung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4002">
        <!--Untergrundspeicher-->
        <annotation>
          <documentation>Untergrundspeicher.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Umspannwerk-->
        <annotation>
          <documentation>Umspannwerk.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Raffinerie-->
        <annotation>
          <documentation>Raffinerie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Leitungsabbau-->
        <annotation>
          <documentation>Leitungsabbau.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--Korridor-->
        <annotation>
          <documentation>Korridor</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeEnergieversorgung-->
        <annotation>
          <documentation>Sonstige Energieversorgung.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Entsorgung-->
  <!--=========================================================================================-->
  <element name="RP_Entsorgung" type="xplan:RP_EntsorgungType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_EntsorgungType">
    <annotation>
      <documentation>Entsorgungs-Infrastruktur Beinhaltet Abfallentsorgung und Abwasserentsorgung.
Abfälle sind Gegenstände, Stoffe oder Rückstände, deren sich der Besitzer entledigen will. Sie können verwertet oder beseitigt werden.
Abwasser beinhaltet durch häuslichen, gewerblichen, landwirtschaftlichen oder sonstigen Gebrauch verunreinigtes Wasser sowie abfließendes Niederschlagswasser bzw. in die Kanalisation fließendes Wasser.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typAE" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_AbfallentsorgungTypen">
            <annotation>
              <documentation>Klassifikation von Abfallentsorgung-Infrastruktur.</documentation>
            </annotation>
          </element>
          <element name="abfallTyp" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_AbfallTypen">
            <annotation>
              <documentation>Klassifikation von mit der Entsorgungsinfrastruktur in Beziehung stehenden Abfalltypen</documentation>
            </annotation>
          </element>
          <element name="typAW" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_AbwasserTypen">
            <annotation>
              <documentation>Klassifikation von Abwasser-Infrastruktur.</documentation>
            </annotation>
          </element>
          <element name="istAufschuettungAblagerung" minOccurs="0" default="false" type="boolean">
            <annotation>
              <documentation>Gibt an, ob die Entsorgung in Form einer Aufschüttung oder Ablagerung erfolgt</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Entsorgung" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Entsorgung" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Kommunikation-->
  <!--=========================================================================================-->
  <element name="RP_Kommunikation" type="xplan:RP_KommunikationType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_KommunikationType">
    <annotation>
      <documentation>Infrastruktur zur Telekommunikation, digitale Infrastruktur oder Kommunikationsinfrastruktur.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" minOccurs="0" type="xplan:RP_KommunikationTypen">
            <annotation>
              <documentation>Klassifikation von Kommunikations-Infrastruktur.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Kommunikation" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Kommunikation" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_KommunikationTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_KommunikationTypen">
    <annotation>
      <documentation>Typen von Kommunikationsinfrastruktur.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Richtfunkstrecke-->
        <annotation>
          <documentation>Richtfunkstrecke.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Fernmeldeanlage-->
        <annotation>
          <documentation>Fernmeldeanlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--SendeEmpfangsstation-->
        <annotation>
          <documentation>Sende- und/oder Empfangsstation.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2002">
        <!--TonFernsehsender-->
        <annotation>
          <documentation>Ton- und/oder Fernsehsender.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeKommunikation-->
        <annotation>
          <documentation>Sonstige Kommunikationstypen.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_LaermschutzBauschutz-->
  <!--=========================================================================================-->
  <element name="RP_LaermschutzBauschutz" type="xplan:RP_LaermschutzBauschutzType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_LaermschutzBauschutzType">
    <annotation>
      <documentation>Infrastruktur zum Lärmschutz und/oder Bauschutz.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" minOccurs="0" type="xplan:RP_LaermschutzTypen">
            <annotation>
              <documentation>Klassifikation von Lärmschutztypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_LaermschutzBauschutz" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_LaermschutzBauschutz" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_LaermschutzTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_LaermschutzTypen">
    <annotation>
      <documentation>Typen von Lärmschutz.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Laermbereich-->
        <annotation>
          <documentation>Lärmbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Laermschutzbereich-->
        <annotation>
          <documentation>Lärmschutzbereich</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Siedlungsbeschraenkungsbereich-->
        <annotation>
          <documentation>Siedlungsbeschränkungsbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--ZoneA-->
        <annotation>
          <documentation>Zone A.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--ZoneB-->
        <annotation>
          <documentation>Zone B.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--ZoneC-->
        <annotation>
          <documentation>Zone C.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerLaermschutzBauschutz-->
        <annotation>
          <documentation>Sonstiger Lärmschutz oder Bauschutz.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Luftverkehr-->
  <!--=========================================================================================-->
  <element name="RP_Luftverkehr" type="xplan:RP_LuftverkehrType" substitutionGroup="xplan:RP_Verkehr" />
  <complexType name="RP_LuftverkehrType">
    <annotation>
      <documentation>Luftverkehr-Infrastruktur ist Infrastruktur, die  im Zusammenhang mit der Beförderung von Personen, Gepäck, Fracht und Post mit staatlich zugelassenen Luftfahrzeugen, besonders Flugzeugen steht.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_VerkehrType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_LuftverkehrTypen">
            <annotation>
              <documentation>Klassifikation von Luftverkehr-Infrastruktur.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Luftverkehr" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Luftverkehr" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_LuftverkehrTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_LuftverkehrTypen">
    <annotation>
      <documentation>Typen von Luftverkehr.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Flughafen-->
        <annotation>
          <documentation>Flughafen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Verkehrsflughafen-->
        <annotation>
          <documentation>Verkehrsflughafen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1002">
        <!--Regionalflughafen-->
        <annotation>
          <documentation>Regionalflughafen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1003">
        <!--InternationalerFlughafen-->
        <annotation>
          <documentation>Internationaler Flughafen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1004">
        <!--InternationalerVerkehrsflughafen-->
        <annotation>
          <documentation>Internationaler Verkehrsflughafen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1005">
        <!--Flughafenentwicklung-->
        <annotation>
          <documentation>Flughafenentwicklung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Flugplatz-->
        <annotation>
          <documentation>Flugplatz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--Regionalflugplatz-->
        <annotation>
          <documentation>Regionalflugplatz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2002">
        <!--Segelflugplatz-->
        <annotation>
          <documentation>Segelflugplatz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2003">
        <!--SonstigerFlugplatz-->
        <annotation>
          <documentation>Sonstiger Flugplatz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Bauschutzbereich-->
        <annotation>
          <documentation>Bauschutzbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Militaerflughafen-->
        <annotation>
          <documentation>Militärflughafen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Landeplatz-->
        <annotation>
          <documentation>Landeplatz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5001">
        <!--Verkehrslandeplatz-->
        <annotation>
          <documentation>Verkehrslandeplatz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5002">
        <!--Hubschrauberlandeplatz-->
        <annotation>
          <documentation>Hubschrauberlandeplatz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5003">
        <!--Landebahn-->
        <annotation>
          <documentation>Landebahn.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerLuftverkehr-->
        <annotation>
          <documentation>Sonstiger Luftverkehr.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_PrimaerenergieTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_PrimaerenergieTypen">
    <annotation>
      <documentation>Typen der Primärenergie.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Erdoel-->
        <annotation>
          <documentation>Erdöl.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Gas-->
        <annotation>
          <documentation>Gas.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--Ferngas-->
        <annotation>
          <documentation>Ferngas.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Fernwaerme-->
        <annotation>
          <documentation>Fernwärme.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Kraftstoff-->
        <annotation>
          <documentation>Kraftstoff.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Kohle-->
        <annotation>
          <documentation>Kohle.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Wasser-->
        <annotation>
          <documentation>Wasser.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Kernenergie-->
        <annotation>
          <documentation>Kernenergie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--Reststoffverwertung-->
        <annotation>
          <documentation>Reststoffverwertung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9000">
        <!--ErneuerbareEnergie-->
        <annotation>
          <documentation>Erneuerbare Energie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9001">
        <!--Windenergie-->
        <annotation>
          <documentation>Windenergie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigePrimaerenergie-->
        <annotation>
          <documentation>Sonstige Primärenergie.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Schienenverkehr-->
  <!--=========================================================================================-->
  <element name="RP_Schienenverkehr" type="xplan:RP_SchienenverkehrType" substitutionGroup="xplan:RP_Verkehr" />
  <complexType name="RP_SchienenverkehrType">
    <annotation>
      <documentation>Schienenverkehr-Infrastruktur.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_VerkehrType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_SchienenverkehrTypen">
            <annotation>
              <documentation>Klassifikation von Schienenverkehr-Infrastruktur.</documentation>
            </annotation>
          </element>
          <element name="besondererTyp" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_BesondererSchienenverkehrTypen">
            <annotation>
              <documentation>Klassifikation von besonderer Schienenverkehr-Infrastruktur.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Schienenverkehr" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Schienenverkehr" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_SchienenverkehrTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_SchienenverkehrTypen">
    <annotation>
      <documentation>Typen von Schienenverkehr.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Schienenverkehr-->
        <annotation>
          <documentation>Schienenverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Eisenbahnstrecke-->
        <annotation>
          <documentation>Eisenbahnstrecke.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1002">
        <!--Haupteisenbahnstrecke-->
        <annotation>
          <documentation>Haupteisenbahnstrecke.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--Trasse-->
        <annotation>
          <documentation>Trasse.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1200">
        <!--Schienennetz-->
        <annotation>
          <documentation>Schienennetz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1300">
        <!--Stadtbahn-->
        <annotation>
          <documentation>Stadtbahn.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1301">
        <!--Strassenbahn-->
        <annotation>
          <documentation>Straßenbahn.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1302">
        <!--SBahn-->
        <annotation>
          <documentation>S-Bahn.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1303">
        <!--UBahn-->
        <annotation>
          <documentation>U-Bahn.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1400">
        <!--AnschlussgleisIndustrieGewerbe-->
        <annotation>
          <documentation>Anschlussgleis für Industrie und Gewerbe.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--Haltepunkt-->
        <annotation>
          <documentation>Haltepunkt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1600">
        <!--Bahnhof-->
        <annotation>
          <documentation>Bahnhof.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1700">
        <!--Hochgeschwindigkeitsverkehr-->
        <annotation>
          <documentation>Hochgeschwindigkeitsverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1800">
        <!--Bahnbetriebsgelaende-->
        <annotation>
          <documentation>Bahnbetriebsgelände.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1801">
        <!--AnlagemitgrossemFlaechenbedarf-->
        <annotation>
          <documentation>Anlage mit großem Flächenbedarf.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerSchienenverkehr-->
        <annotation>
          <documentation>Sonstiger Schienenverkehr.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_SonstigeInfrastruktur-->
  <!--=========================================================================================-->
  <element name="RP_SonstigeInfrastruktur" type="xplan:RP_SonstigeInfrastrukturType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_SonstigeInfrastrukturType">
    <annotation>
      <documentation>Sonstige Infrastruktur.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element ref="xplan:_GenericApplicationPropertyOfRP_SonstigeInfrastruktur" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_SonstigeInfrastruktur" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_SonstVerkehr-->
  <!--=========================================================================================-->
  <element name="RP_SonstVerkehr" type="xplan:RP_SonstVerkehrType" substitutionGroup="xplan:RP_Verkehr" />
  <complexType name="RP_SonstVerkehrType">
    <annotation>
      <documentation>Sonstige Verkehrsinfrastruktur, die sich nicht eindeutig einem anderen Typ zuordnen lässt.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_VerkehrType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_SonstVerkehrTypen">
            <annotation>
              <documentation>Sonstige Klassifikation von Verkehrs-Infrastruktur.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_SonstVerkehr" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_SonstVerkehr" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_SonstVerkehrTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_SonstVerkehrTypen">
    <annotation>
      <documentation>Typen von sonstigem Verkehr.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Verkehrsanlage-->
        <annotation>
          <documentation>Verkehrsanlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--Gueterverkehrszentrum-->
        <annotation>
          <documentation>Güterverkehrszentrum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1200">
        <!--Logistikzentrum-->
        <annotation>
          <documentation>Logistikzentrum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1300">
        <!--TerminalKombinierterVerkehr-->
        <annotation>
          <documentation>Terminal des kombinierten Verkehrs.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1400">
        <!--OEPNV-->
        <annotation>
          <documentation>ÖPNV.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--VerknuepfungspunktBahnBus-->
        <annotation>
          <documentation>Verknüpfungspunkt Bahn-Bus.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1600">
        <!--ParkAndRideBikeAndRide-->
        <annotation>
          <documentation>Park-and-Ride und/oder Bike-and-Ride.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1700">
        <!--Faehrverkehr-->
        <annotation>
          <documentation>Fährverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1800">
        <!--Infrastrukturkorridor-->
        <annotation>
          <documentation>Infrastrukturkorridor.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1900">
        <!--Tunnel-->
        <annotation>
          <documentation>Tunnel.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--NeueVerkehrstechniken-->
        <annotation>
          <documentation>Neue Verkehrstechniken.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--Teststrecke-->
        <annotation>
          <documentation>Sicherung von Teststrecken für die Fahrzeugindustrie und Sicherung von Gebieten zur Entwicklung damit verbundener neuer Verkehrssysteme und -techniken.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerVerkehr-->
        <annotation>
          <documentation>Sonstiger Verkehr.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_SozialeInfrastruktur-->
  <!--=========================================================================================-->
  <element name="RP_SozialeInfrastruktur" type="xplan:RP_SozialeInfrastrukturType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_SozialeInfrastrukturType">
    <annotation>
      <documentation>Soziale Infrastruktur ist ein (unpräziser) Sammelbegriff für Einrichtungen, Leistungen und Dienste in den Kommunen, distinkt von Verkehr, Energieversorgung und Entsorgung. Sie umfasst u.a. Bildung, Gesundheit, Sozialeinrichtungen, Kultureinrichtungen und Einrichtungen der öffentlichen Verwaltung.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_SozialeInfrastrukturTypen">
            <annotation>
              <documentation>Klassifikation von Sozialer Infrastruktur.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_SozialeInfrastruktur" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_SozialeInfrastruktur" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_SozialeInfrastrukturTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_SozialeInfrastrukturTypen">
    <annotation>
      <documentation>Typen von Sozialer Infrastruktur.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Kultur-->
        <annotation>
          <documentation>Kulturbezogene Infrastruktur.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Sozialeinrichtung-->
        <annotation>
          <documentation>Sozialeinrichtung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Gesundheit-->
        <annotation>
          <documentation>Gesundheitsinfrastruktur.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3001">
        <!--Krankenhaus-->
        <annotation>
          <documentation>Krankenhaus.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--BildungForschung-->
        <annotation>
          <documentation>Bildungs- und/oder Forschungsinfrastruktur.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4001">
        <!--Hochschule-->
        <annotation>
          <documentation>Hochschule.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Polizei-->
        <annotation>
          <documentation>Polizeiliche Infrastruktur</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeSozialeInfrastruktur-->
        <annotation>
          <documentation>Sonstige Soziale Infrastruktur.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_SpannungTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_SpannungTypen">
    <annotation>
      <documentation>Spannungstypen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--110KV-->
        <annotation>
          <documentation>110 Kilovolt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--220KV-->
        <annotation>
          <documentation>220 Kilovolt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--330KV-->
        <annotation>
          <documentation>330 Kilovolt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--380KV-->
        <annotation>
          <documentation>380 Kilovolt.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Strassenverkehr-->
  <!--=========================================================================================-->
  <element name="RP_Strassenverkehr" type="xplan:RP_StrassenverkehrType" substitutionGroup="xplan:RP_Verkehr" />
  <complexType name="RP_StrassenverkehrType">
    <annotation>
      <documentation>Strassenverkehr-Infrastruktur.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_VerkehrType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_StrassenverkehrTypen">
            <annotation>
              <documentation>Klassifikation von Strassenverkehr-Infrastruktur.</documentation>
            </annotation>
          </element>
          <element name="besondererTyp" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_BesondererStrassenverkehrTypen">
            <annotation>
              <documentation>Klassifikation von besonderer Strassenverkehr-Infrastruktur.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Strassenverkehr" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Strassenverkehr" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_StrassenverkehrTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_StrassenverkehrTypen">
    <annotation>
      <documentation>Typen von Straßenverkehr.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Strassenverkehr-->
        <annotation>
          <documentation>Straßenverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Hauptverkehrsstrasse-->
        <annotation>
          <documentation>Hauptverkehrsstraße.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1002">
        <!--Autobahn-->
        <annotation>
          <documentation>Autobahn.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1003">
        <!--Bundesstrasse-->
        <annotation>
          <documentation>Bundesstraße.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1004">
        <!--Staatsstrasse-->
        <annotation>
          <documentation>Staatsstraße.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1005">
        <!--Landesstrasse-->
        <annotation>
          <documentation>Landesstraße.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1006">
        <!--Kreisstrasse-->
        <annotation>
          <documentation>Kreisstraße.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1007">
        <!--Fernstrasse-->
        <annotation>
          <documentation>Fernstraße.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Trasse-->
        <annotation>
          <documentation>Trasse.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Strassennetz-->
        <annotation>
          <documentation>Straßennetz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Busverkehr-->
        <annotation>
          <documentation>Busverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Anschlussstelle-->
        <annotation>
          <documentation>Anschlussstelle.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Strassentunnel-->
        <annotation>
          <documentation>Straßentunnel.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerStrassenverkehr-->
        <annotation>
          <documentation>Sonstiger Straßenverkehr.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Verkehr-->
  <!--=========================================================================================-->
  <element name="RP_Verkehr" type="xplan:RP_VerkehrType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_VerkehrType">
    <annotation>
      <documentation>Enthält allgemeine Verkehrs-Infrastruktur, die auch multiple Typen (etwa Straße und Schiene) beinhalten kann. Die Klasse selbst vererbt an spezialisierte Verkehrsarten, ist aber nicht abstrakt (d.h. sie kann selbst auch verwendet werden).</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="allgemeinerTyp" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_VerkehrTypen">
            <annotation>
              <documentation>Allgemeine Klassifikation der Verkehrs-Arten.</documentation>
            </annotation>
          </element>
          <element name="status" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_VerkehrStatus">
            <annotation>
              <documentation>Klassifikation von Verkehrsstati.</documentation>
            </annotation>
          </element>
          <element name="bezeichnung" minOccurs="0" type="string">
            <annotation>
              <documentation>Bezeichnung eines Verkehrstyps.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Verkehr" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Verkehr" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_VerkehrStatus-->
  <!--=========================================================================================-->
  <simpleType name="RP_VerkehrStatus">
    <annotation>
      <documentation>Verkehrsstati.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Ausbau-->
        <annotation>
          <documentation>Ausbau.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--LinienfuehrungOffen-->
        <annotation>
          <documentation>Linienführung offen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Sicherung-->
        <annotation>
          <documentation>Sicherung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Neubau-->
        <annotation>
          <documentation>Neubau.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--ImBau-->
        <annotation>
          <documentation>Im Bau befindliche Verkehrsinfrastruktur.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--VorhPlanfestgestLinienbestGrobtrasse-->
        <annotation>
          <documentation>Vorhandene planfestgestellte linienbestimmte Grobtrasse.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--BedarfsplanmassnahmeOhneRaeumlFestlegung-->
        <annotation>
          <documentation>Bedarfsplanmassnahme ohne räumliche Festlegung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Korridor-->
        <annotation>
          <documentation>Korridor.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--Verlegung-->
        <annotation>
          <documentation>Verlegung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerVerkehrStatus-->
        <annotation>
          <documentation>Sonstiger Verkehrsstatus.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_VerkehrTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_VerkehrTypen">
    <annotation>
      <documentation>Allgemeine Verkehrstypen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Schienenverkehr-->
        <annotation>
          <documentation>Schienenverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Strassenverkehr-->
        <annotation>
          <documentation>Straßenverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Luftverkehr-->
        <annotation>
          <documentation>Luftverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Wasserverkehr-->
        <annotation>
          <documentation>Wasserverkehr.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerVerkehr-->
        <annotation>
          <documentation>Sonstiger Verkehr.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Wasserverkehr-->
  <!--=========================================================================================-->
  <element name="RP_Wasserverkehr" type="xplan:RP_WasserverkehrType" substitutionGroup="xplan:RP_Verkehr" />
  <complexType name="RP_WasserverkehrType">
    <annotation>
      <documentation>Wasserverkehr-Infrastruktur.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_VerkehrType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_WasserverkehrTypen">
            <annotation>
              <documentation>Klassifikation von Wasserverkehr-Infrastruktur.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Wasserverkehr" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Wasserverkehr" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_WasserverkehrTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_WasserverkehrTypen">
    <annotation>
      <documentation>Typen von Wasserverkehr.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Hafen-->
        <annotation>
          <documentation>Hafen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--Seehafen-->
        <annotation>
          <documentation>Seehafen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1002">
        <!--Binnenhafen-->
        <annotation>
          <documentation>Binnenhafen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1003">
        <!--Sportboothafen-->
        <annotation>
          <documentation>Sportboothafen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1004">
        <!--Laende-->
        <annotation>
          <documentation>Lände.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Umschlagplatz-->
        <annotation>
          <documentation>Umschlagplatz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--SchleuseHebewerk-->
        <annotation>
          <documentation>Schleuse und/oder Hebewerk.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Schifffahrt-->
        <annotation>
          <documentation>Schifffahrt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4001">
        <!--WichtigerSchifffahrtsweg-->
        <annotation>
          <documentation>Wichtiger Schifffahrtsweg.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4002">
        <!--SonstigerSchifffahrtsweg-->
        <annotation>
          <documentation>Sonstiger Schifffahrtsweg.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4003">
        <!--Wasserstrasse-->
        <annotation>
          <documentation>Wasserstraße.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Reede-->
        <annotation>
          <documentation>Reede.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerWasserverkehr-->
        <annotation>
          <documentation>Sonstiger Wasserverkehr.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Wasserwirtschaft-->
  <!--=========================================================================================-->
  <element name="RP_Wasserwirtschaft" type="xplan:RP_WasserwirtschaftType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_WasserwirtschaftType">
    <annotation>
      <documentation>Wasserwirtschaft beinhaltet die zielbewusste Ordnung aller menschlichen Einwirkungen auf das ober- und unterirdische Wasser. Im Datenschema werden Gewässer, Wasserschutz, Hochwasserschutz und Wasserverkehr in gesonderten Klassen gehalten.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_WasserwirtschaftTypen">
            <annotation>
              <documentation>Klassifikation von Anlagen und Einrichtungen der Wasserwirtschaft</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Wasserwirtschaft" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Wasserwirtschaft" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_WasserwirtschaftTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_WasserwirtschaftTypen">
    <annotation>
      <documentation>Typen von Wasserwirtschaftsinfrastruktur.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Wasserleitung-->
        <annotation>
          <documentation>Wasserleitung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Wasserwerk-->
        <annotation>
          <documentation>Wasserwerk.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--StaudammDeich-->
        <annotation>
          <documentation>Staudamm und/oder Deich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Speicherbecken-->
        <annotation>
          <documentation>Speicherbecken.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Rueckhaltebecken-->
        <annotation>
          <documentation>Rückhaltebecken.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Talsperre-->
        <annotation>
          <documentation>Talsperre.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--PumpwerkSchoepfwerk-->
        <annotation>
          <documentation>Pumpwerk und/oder Schöpfwerk.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--Zuwaesserungskanal-->
        <annotation>
          <documentation>Ein Entwässerungskanal, der gleichzeitig auch der Zuwässerung landwirtschaftlicher Flächen speziell zur Viehkehrung, als Viehtränke und zur Spülung des Systems dient.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8100">
        <!--Entwaesserungskanal-->
        <annotation>
          <documentation>Künstlich angelegtes bzw. ausgebautes Netz von Wasserläufen (Tiefs), welche die Entwässerung des Binnenlandes über Sielbauwerke bzw. Schöpfbauwerke übernehmen, zum Teil auch mit der Funktion der Zwischenspeicherung des Niederschlagswassers. </documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeWasserwirtschaft-->
        <annotation>
          <documentation>Sonstige Wasserwirtschaft.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Achse-->
  <!--=========================================================================================-->
  <element name="RP_Achse" type="xplan:RP_AchseType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_AchseType">
    <annotation>
      <documentation>Achsen bündeln i.d.R. Verkehrs- und Versorgungsinfrastruktur und enthalten eine relativ dichte Folge von Siedlungskonzentrationen und Zentralen Orten.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_AchsenTypen">
            <annotation>
              <documentation>Klassifikation verschiedener Achsen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Achse" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Achse" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_AchsenTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_AchsenTypen">
    <annotation>
      <documentation>Typen von Achsen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Achse-->
        <annotation>
          <documentation>Achsen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Siedlungsachse-->
        <annotation>
          <documentation>Siedlungsachsen sind Achsen in Verdichtungsräumen, oft entlang von Strecken des öffentlichen Nahverkehrs.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Entwicklungsachse-->
        <annotation>
          <documentation>Entwicklungsachse.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3001">
        <!--Landesentwicklungsachse-->
        <annotation>
          <documentation>Landesentwicklungsachse.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3002">
        <!--Verbindungsachse-->
        <annotation>
          <documentation>Verbindungsachsen sind durch Verkehrsbeziehungen zwischen zentralen Orten verschiedener Stufen gekennzeichnet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3003">
        <!--Entwicklungskorridor-->
        <annotation>
          <documentation>Entwicklungskorridor.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--AbgrenzungEntwicklungsEntlastungsorte-->
        <annotation>
          <documentation>Abgrenzung von Entwicklungs- und Entlastungsorten.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Achsengrundrichtung-->
        <annotation>
          <documentation>Achsengrundrichtung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--AuessererAchsenSchwerpunkt-->
        <annotation>
          <documentation>Äußerer Achsenschwerpunkt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeAchse-->
        <annotation>
          <documentation>Sonstige Achse.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_BesondereRaumkategorieTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_BesondereRaumkategorieTypen">
    <annotation>
      <documentation>Besondere Typen von Raumkategorien.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Grenzgebiet-->
        <annotation>
          <documentation>Grenzgebiete.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Bergbaufolgelandschaft-->
        <annotation>
          <documentation>Bergbaufolgelandschaft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Braunkohlenfolgelandschaft-->
        <annotation>
          <documentation>Braunkohlenfolgelandschaften.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Einzelhandel-->
  <!--=========================================================================================-->
  <element name="RP_Einzelhandel" type="xplan:RP_EinzelhandelType" substitutionGroup="xplan:RP_Siedlung" />
  <complexType name="RP_EinzelhandelType">
    <annotation>
      <documentation>Einzelhandelsstruktur und -funktionen.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_SiedlungType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_EinzelhandelTypen">
            <annotation>
              <documentation>Klassifikation von Einzelhandelstypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Einzelhandel" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Einzelhandel" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_EinzelhandelTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_EinzelhandelTypen">
    <annotation>
      <documentation>Typen von Einzelhandel.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Einzelhandel-->
        <annotation>
          <documentation>Einzelhandel.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--ZentralerVersorgungsbereich-->
        <annotation>
          <documentation>Zentraler Versorgungsbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--ZentralerEinkaufsbereich-->
        <annotation>
          <documentation>Zentraler Einkaufsbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--ZentrenrelevantesGrossprojekt-->
        <annotation>
          <documentation>Zentrenrelevantes Großprojekt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--NichtzentrenrelevantesGrossprojekt-->
        <annotation>
          <documentation>Nichtzentrenrelevantes Großprojekt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--GrossflaechigerEinzelhandel-->
        <annotation>
          <documentation>Großflächiger Einzelhandel.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Fachmarktstandort-->
        <annotation>
          <documentation>Fachmarktstandort.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--Ergaenzungsstandort-->
        <annotation>
          <documentation>Ergänzungsstandort.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9000">
        <!--StaedtischerKernbereich-->
        <annotation>
          <documentation>Städtischer Kernbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerEinzelhandel-->
        <annotation>
          <documentation>Sonstiger Einzelhandel.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Funktionszuweisung-->
  <!--=========================================================================================-->
  <element name="RP_Funktionszuweisung" type="xplan:RP_FunktionszuweisungType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_FunktionszuweisungType">
    <annotation>
      <documentation>Gebiets- und Gemeindefunktionen.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" maxOccurs="unbounded" type="xplan:RP_FunktionszuweisungTypen">
            <annotation>
              <documentation>Klassifikation des Gebietes nach Bundesraumordnungsgesetz.</documentation>
            </annotation>
          </element>
          <element name="bezeichnung" minOccurs="0" type="string">
            <annotation>
              <documentation>Bezeichnung und/oder Erörterung einer Gebietsfunktion.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Funktionszuweisung" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Funktionszuweisung" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_FunktionszuweisungTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_FunktionszuweisungTypen">
    <annotation>
      <documentation>Typen von Funktionszuweisungen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Wohnen-->
        <annotation>
          <documentation>Wohnfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Arbeit-->
        <annotation>
          <documentation>Arbeitsfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--GewerbeDienstleistung-->
        <annotation>
          <documentation>Gewerbe- und/oder Dienstleistungsfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Einzelhandel-->
        <annotation>
          <documentation>Einzelhandelsfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--Landwirtschaft-->
        <annotation>
          <documentation>Landwirtschaftliche Funktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--ErholungFremdenverkehr-->
        <annotation>
          <documentation>Erholungs-, Fremdenverkehrs- und/oder Tourismusfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--Verteidigung-->
        <annotation>
          <documentation>Verteidigungsfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--UeberoertlicheVersorgungsfunktionLaendlicherRaum-->
        <annotation>
          <documentation>Überörtliche Versorgungsfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9000">
        <!--LaendlicheSiedlung-->
        <annotation>
          <documentation>Ländliche Siedlung</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeFunktion-->
        <annotation>
          <documentation>Sonstige Funktion.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_IndustrieGewerbe-->
  <!--=========================================================================================-->
  <element name="RP_IndustrieGewerbe" type="xplan:RP_IndustrieGewerbeType" substitutionGroup="xplan:RP_Siedlung" />
  <complexType name="RP_IndustrieGewerbeType">
    <annotation>
      <documentation>Industrie- und Gewerbestrukturen und -funktionen.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_SiedlungType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_IndustrieGewerbeTypen">
            <annotation>
              <documentation>Klassifikation von Industrie- und Gewerbetypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_IndustrieGewerbe" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_IndustrieGewerbe" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_IndustrieGewerbeTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_IndustrieGewerbeTypen">
    <annotation>
      <documentation>Typen von Industrie und Gewerbe.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Industrie-->
        <annotation>
          <documentation>Industrie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--IndustrielleAnlage-->
        <annotation>
          <documentation>Industrielle Anlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Gewerbe-->
        <annotation>
          <documentation>Gewerbe</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2001">
        <!--GewerblicherBereich-->
        <annotation>
          <documentation>Gewerblicher Bereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2002">
        <!--Gewerbepark-->
        <annotation>
          <documentation>Gewerbepark.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2003">
        <!--DienstleistungGewerbeZentrum-->
        <annotation>
          <documentation>Dienstleistungs- oder Gewerbezentrum</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--GewerbeIndustrie-->
        <annotation>
          <documentation>Gewerbe-Industrie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3001">
        <!--BedeutsamerEntwicklungsstandortGewerbeIndustrie-->
        <annotation>
          <documentation>Bedeutsamer Entwicklungsstandort von Gewerbe-Industrie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--SicherungEntwicklungArbeitsstaetten-->
        <annotation>
          <documentation>Sicherung und Entwicklung von Arbeitsstätten.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--FlaechenintensivesGrossvorhaben-->
        <annotation>
          <documentation>Flächenintensives Großvorhaben.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--BetriebsanlageBergbau-->
        <annotation>
          <documentation>Betriebsanlage des Bergbaus.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--HafenorientierteWirtschaftlicheAnlage-->
        <annotation>
          <documentation>Hafenorientierte wirtschaftliche Anlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--TankRastanlage-->
        <annotation>
          <documentation>Tankanlagen und Rastanlagen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9000">
        <!--BereichFuerGewerblicheUndIndustrielleNutzungGIB-->
        <annotation>
          <documentation>Sonstige Typen von Industrie und Gewerbe.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeIndustrieGewerbe-->
        <annotation>
          <documentation>Sonstiges</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Raumkategorie-->
  <!--=========================================================================================-->
  <element name="RP_Raumkategorie" type="xplan:RP_RaumkategorieType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_RaumkategorieType">
    <annotation>
      <documentation>Raumkategorien sind nach bestimmten Kriterien abgegrenze Gebiete, in denen vergleichbare Strukturen bestehen und in denen die Raumordnung gleichartige Ziele verfolgt. Kriterien können z.B. siedlungsstrukturell, qualitativ oder potentialorientiert sein.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="besondererTyp" minOccurs="0" type="xplan:RP_BesondereRaumkategorieTypen">
            <annotation>
              <documentation>Klassifikation verschiedener besonderer Raumkategorien.</documentation>
            </annotation>
          </element>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_RaumkategorieTypen">
            <annotation>
              <documentation>Klassifikation verschiedener Raumkategorien.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Raumkategorie" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Raumkategorie" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_RaumkategorieTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_RaumkategorieTypen">
    <annotation>
      <documentation>Typen von Raumkategorien.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Ordnungsraum-->
        <annotation>
          <documentation>Ordnungsraum. Von der Ministerkonferenz für Raumordnung nach einheitlichen Abgrenzungskritierien definierter Strukturraum. Besteht aus Verdichtungsraum und der Randzone des Verdichtungsraums.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--OrdnungsraumTourismusErholung-->
        <annotation>
          <documentation>Ordnungsraum in Bezug auf Tourismus und Erholung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--Verdichtungsraum-->
        <annotation>
          <documentation>Verdichtungsraum mit höherer Dichte an Siedlungen und Infrastruktur.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1101">
        <!--KernzoneVerdichtungsraum-->
        <annotation>
          <documentation>Kernzone des Verdichtungsraums.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1102">
        <!--RandzoneVerdichtungsraum-->
        <annotation>
          <documentation>Randzone des Verdichtungsraums.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1103">
        <!--Ballungskernzone-->
        <annotation>
          <documentation>Ballungskernzone.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1104">
        <!--Ballungsrandzone-->
        <annotation>
          <documentation>Ballungsrandzone.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1105">
        <!--HochverdichteterRaum-->
        <annotation>
          <documentation>Hochverdichteter Raum</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1106">
        <!--StadtUmlandBereichVerdichtungsraum-->
        <annotation>
          <documentation>Stadt-Umland-Bereich im Verdichtungsraum</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1200">
        <!--LaendlicherRaum-->
        <annotation>
          <documentation>Ländlicher Raum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1201">
        <!--VerdichteterBereichImLaendlichenRaum-->
        <annotation>
          <documentation>Verdichteter Bereich im ländlichen Raum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1202">
        <!--Gestaltungsraum-->
        <annotation>
          <documentation>Gestaltungsraum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1203">
        <!--LaendlicherGestaltungsraum-->
        <annotation>
          <documentation>Ländlicher Gestaltungsraum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1300">
        <!--StadtUmlandRaum-->
        <annotation>
          <documentation>Stadt-Umland-Raum</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1301">
        <!--StadtUmlandBereichLaendlicherRaum-->
        <annotation>
          <documentation>Stadt-Umland-Bereich im ländlichen Raum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1400">
        <!--AbgrenzungOrdnungsraum-->
        <annotation>
          <documentation>Abgrenzung eines Ordnungsraums.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--DuennbesiedeltesAbgelegenesGebiet-->
        <annotation>
          <documentation>Dünnbesiedeltes, abgelegenes Gebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1600">
        <!--Umkreis10KM-->
        <annotation>
          <documentation>Umkreis von zehn Kilometern.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1700">
        <!--RaumMitBesonderemHandlungsbedarf-->
        <annotation>
          <documentation>Raum mit besonderem Handlungsbedarf, zum Beispiel vor dem Hintergrund des demographischen Wandels.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1800">
        <!--Funktionsraum-->
        <annotation>
          <documentation>Funktionsraum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1900">
        <!--GrenzeWirtschaftsraum-->
        <annotation>
          <documentation>Grenze eines Wirtschaftsraums.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Funktionsschwerpunkt-->
        <annotation>
          <documentation>Funktionsschwerpunkt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2100">
        <!--Grundversorgung-->
        <annotation>
          <documentation>Grundversorgung-Raumkategorie</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2200">
        <!--Alpengebiet-->
        <annotation>
          <documentation>Alpengebiet-Raumkategorie.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2300">
        <!--RaeumeMitGuenstigenEntwicklungsvoraussetzungen-->
        <annotation>
          <documentation>Räume mit günstigen Entwicklungsaufgaben.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2400">
        <!--RaeumeMitAusgeglichenenEntwicklungspotenzialen-->
        <annotation>
          <documentation>Raeume mit ausgeglichenen Entwicklungsvoraussetzungen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2500">
        <!--RaeumeMitBesonderenEntwicklungsaufgaben-->
        <annotation>
          <documentation>Räume mit besonderen Entwicklungspotentialen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeRaumkategorie-->
        <annotation>
          <documentation>Sonstige Raumkategorien</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_Siedlung-->
  <!--=========================================================================================-->
  <element name="RP_Siedlung" type="xplan:RP_SiedlungType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_SiedlungType">
    <annotation>
      <documentation>Allgemeines Siedlungsobjekt. Dieses vererbt an mehrere Spezialisierungen, ist aber selbst nicht abstrakt.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="bauhoehenbeschraenkung" minOccurs="0" type="int">
            <annotation>
              <documentation>Assoziierte Bauhöhenbeschränkung.</documentation>
            </annotation>
          </element>
          <element name="istSiedlungsbeschraenkung" minOccurs="0" default="false" type="boolean">
            <annotation>
              <documentation>Abfrage, ob der FeatureType eine Siedlungsbeschränkung ist.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Siedlung" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Siedlung" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_SonstigerSiedlungsbereich-->
  <!--=========================================================================================-->
  <element name="RP_SonstigerSiedlungsbereich" type="xplan:RP_SonstigerSiedlungsbereichType" substitutionGroup="xplan:RP_Siedlung" />
  <complexType name="RP_SonstigerSiedlungsbereichType">
    <annotation>
      <documentation>Sonstiger Siedlungsbereich.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_SiedlungType">
        <sequence>
          <element ref="xplan:_GenericApplicationPropertyOfRP_SonstigerSiedlungsbereich" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_SonstigerSiedlungsbereich" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Sperrgebiet-->
  <!--=========================================================================================-->
  <element name="RP_Sperrgebiet" type="xplan:RP_SperrgebietType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_SperrgebietType">
    <annotation>
      <documentation>Sperrgebiet, Gelände oder Areal, das für die Zivilbevölkerung überhaupt nicht oder zeitweise nicht zugänglich ist.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" minOccurs="0" type="xplan:RP_SperrgebietTypen">
            <annotation>
              <documentation>Klassifikation verschiedener Sperrgebiettypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Sperrgebiet" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Sperrgebiet" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_SperrgebietTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_SperrgebietTypen">
    <annotation>
      <documentation>Typen von Sperrgebieten.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Verteidigung-->
        <annotation>
          <documentation>Verteidigung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--SondergebietBund-->
        <annotation>
          <documentation>Sondergebiet Bund.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Warngebiet-->
        <annotation>
          <documentation>Warngebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--MilitaerischeEinrichtung-->
        <annotation>
          <documentation>Militärische Einrichtung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4001">
        <!--GrosseMilitaerischeAnlage-->
        <annotation>
          <documentation>Große militärische Anlage.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--MilitaerischeLiegenschaft-->
        <annotation>
          <documentation>Militärische Liegenschaft.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Konversionsflaeche-->
        <annotation>
          <documentation>Konversionsfläche.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigesSperrgebiet-->
        <annotation>
          <documentation>Sonstige Sperrgebiete.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_WohnenSiedlung-->
  <!--=========================================================================================-->
  <element name="RP_WohnenSiedlung" type="xplan:RP_WohnenSiedlungType" substitutionGroup="xplan:RP_Siedlung" />
  <complexType name="RP_WohnenSiedlungType">
    <annotation>
      <documentation>Wohn- und Siedlungsstruktur und -funktionen.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_SiedlungType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_WohnenSiedlungTypen">
            <annotation>
              <documentation>Klassifikation von Wohnen- und Siedlungstypen.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_WohnenSiedlung" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_WohnenSiedlung" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_WohnenSiedlungTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_WohnenSiedlungTypen">
    <annotation>
      <documentation>Typen von Wohnen und Siedlungen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Wohnen-->
        <annotation>
          <documentation>Wohnen</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Baugebietsgrenze-->
        <annotation>
          <documentation>Baugebietsgrenze.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Siedlungsgebiet-->
        <annotation>
          <documentation>Siedlungsgebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3001">
        <!--Siedlungsschwerpunkt-->
        <annotation>
          <documentation>Siedlungsschwerpunkt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3002">
        <!--Siedlungsentwicklung-->
        <annotation>
          <documentation>Siedlungsentwicklung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3003">
        <!--Siedlungsbeschraenkung-->
        <annotation>
          <documentation>Siedlungsbeschränkung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3004">
        <!--Siedlungsnutzung-->
        <annotation>
          <documentation>Sonstige WohnenSiedlungstypen.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--SicherungEntwicklungWohnstaetten-->
        <annotation>
          <documentation>Sicherung der Entwicklung von Wohnstätten</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--AllgemeinerSiedlungsbereichASB-->
        <annotation>
          <documentation>Allgemeiner Siedlungsbereich</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigeWohnenSiedlung-->
        <annotation>
          <documentation>Sonstiges</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_ZentralerOrt-->
  <!--=========================================================================================-->
  <element name="RP_ZentralerOrt" type="xplan:RP_ZentralerOrtType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_ZentralerOrtType">
    <annotation>
      <documentation>Zentrale Orte &amp;#252;bernehmen die Versorgung ihrer Einwohner sowie Versorgungs- und Entwicklungsfunktionen f&amp;#252;r den Einzugsbereich des Zentralen Ortes. Das zentral&amp;#246;rtliche System ist hierarchisch gegliedert.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" maxOccurs="unbounded" type="xplan:RP_ZentralerOrtTypen">
            <annotation>
              <documentation>Klassifikation von Zentralen Orten.</documentation>
            </annotation>
          </element>
          <element name="sonstigerTyp" minOccurs="0" maxOccurs="unbounded" type="xplan:RP_ZentralerOrtSonstigeTypen">
            <annotation>
              <documentation>Sonstige Klassifikation von Zentralen Orten.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_ZentralerOrt" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_ZentralerOrt" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_ZentralerOrtSonstigeTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_ZentralerOrtSonstigeTypen">
    <annotation>
      <documentation>Sonstige Typen von Zentralen Orten.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Doppelzentrum-->
        <annotation>
          <documentation>Doppelzentrum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1100">
        <!--Funktionsteilig-->
        <annotation>
          <documentation>Funktionsteiliger Zentraler Ort.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1101">
        <!--MitOberzentralerTeilfunktion-->
        <annotation>
          <documentation>Zentraler Ort mit oberzentraler Teilfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1102">
        <!--MitMittelzentralerTeilfunktion-->
        <annotation>
          <documentation>Zentraler Ort mit mittelzentraler Teilfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1200">
        <!--ImVerbund-->
        <annotation>
          <documentation>Zentraler Ort im Verbund.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1300">
        <!--Kooperierend-->
        <annotation>
          <documentation>Kooperierender Zentraler Ort.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1301">
        <!--KooperierendFreiwillig-->
        <annotation>
          <documentation>Freiwillig kooperierender Zentraler Ort.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1302">
        <!--KooperierendVerpflichtend-->
        <annotation>
          <documentation>Verpflichtend kooperierender Zentraler Ort.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1400">
        <!--ImVerdichtungsraum-->
        <annotation>
          <documentation>Zentraler Ort im Verdichtungsraum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--SiedlungsGrundnetz-->
        <annotation>
          <documentation>Siedlungsgrundnetz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1501">
        <!--SiedlungsErgaenzungsnetz-->
        <annotation>
          <documentation>Siedlungsergänzungsnetz.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1600">
        <!--Entwicklungsschwerpunkt-->
        <annotation>
          <documentation>Entwicklungsschwerpunkt.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1700">
        <!--Ueberschneidungsbereich-->
        <annotation>
          <documentation>Überschneidungsbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1800">
        <!--Ergaenzungsfunktion-->
        <annotation>
          <documentation>Zentraler Ort mit Ergänzungsfunktion.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1900">
        <!--Nachbar-->
        <annotation>
          <documentation>Zentraler Ort in Nachbarregionen oder Ländern.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--MoeglichesZentrum-->
        <annotation>
          <documentation>Mögliches Zentrum, zum Beispiel "mögliches Mittelzentrum".</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2100">
        <!--FunktionsraumEindeutigeAusrichtung-->
        <annotation>
          <documentation>Funktionsraum, eindeutige Ausrichtung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2101">
        <!--FunktionsraumBilateraleAusrichtung-->
        <annotation>
          <documentation>Funktionsraum, bilaterale Ausrichtung.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2200">
        <!--Kongruenzraum-->
        <annotation>
          <documentation>Der Kongruenzraum ist ein Bezugsraum zur Anwendung des 
Kongruenzgebots. Der Kongruenzraum beschreibt den Raum im Umfeld eines Zentralen Ortes, den Einzelhandelsgroßprojekte, die im Zentralen Ort angesiedelt werden sollen oder bereits bestehen, im Wesentlichen versorgen sollen.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_ZentralerOrtTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_ZentralerOrtTypen">
    <annotation>
      <documentation>Typen von Zentralen Orten.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Oberzentrum-->
        <annotation>
          <documentation>Oberzentrum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--GemeinsamesOberzentrum-->
        <annotation>
          <documentation>Gemeinsames Oberzentrum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1500">
        <!--Oberbereich-->
        <annotation>
          <documentation>Oberbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--Mittelzentrum-->
        <annotation>
          <documentation>Mittelzentrum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2500">
        <!--Mittelbereich-->
        <annotation>
          <documentation>Mittelbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--Grundzentrum-->
        <annotation>
          <documentation>Grundzentrum</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3001">
        <!--Unterzentrum-->
        <annotation>
          <documentation>Unterzentrum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3500">
        <!--Nahbereich-->
        <annotation>
          <documentation>Nahbereich.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--Kleinzentrum-->
        <annotation>
          <documentation>Kleinzentrum.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--LaendlicherZentralort-->
        <annotation>
          <documentation>Ländlicher Zentralort.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--Stadtrandkern1Ordnung-->
        <annotation>
          <documentation>Stadtrandkern 1. Ordnung</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6001">
        <!--Stadtrandkern2Ordnung-->
        <annotation>
          <documentation>Stadtrandkern 2. Ordnung</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--VersorgungskernSiedlungskern-->
        <annotation>
          <documentation>Versorgungskern und/oder Siedlungskern</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--ZentralesSiedlungsgebiet-->
        <annotation>
          <documentation>Zentrales Siedlungsgebiet.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9000">
        <!--Metropole-->
        <annotation>
          <documentation>Metropole.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="9999">
        <!--SonstigerZentralerOrt-->
        <annotation>
          <documentation>Sonstiger Zentraler Ort.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <!--=========================================================================================-->
  <!--RP_GenerischesObjekt-->
  <!--=========================================================================================-->
  <element name="RP_GenerischesObjekt" type="xplan:RP_GenerischesObjektType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_GenerischesObjektType">
    <annotation>
      <documentation>Klasse zur Modellierung aller Inhalte des Raumordnungsplans, die durch keine andere Klasse des RPlan-Fachschemas dargestellt werden können.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="gml:CodeType">
            <annotation>
              <appinfo>
                <referenzierteCodelist>xplan:RP_GenerischesObjektTypen</referenzierteCodelist>
              </appinfo>
              <documentation>Über eine CodeList definierte Zweckbestimmung der Festlegung.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_GenerischesObjekt" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_GenerischesObjekt" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Grenze-->
  <!--=========================================================================================-->
  <element name="RP_Grenze" type="xplan:RP_GrenzeType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_GrenzeType">
    <annotation>
      <documentation>Grenzen.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="typ" minOccurs="0" maxOccurs="unbounded" type="xplan:XP_GrenzeTypen">
            <annotation>
              <documentation>Typ der Grenze</documentation>
            </annotation>
          </element>
          <element name="spezifischerTyp" minOccurs="0" type="xplan:RP_SpezifischeGrenzeTypen">
            <annotation>
              <documentation>Spezifischer Typ der Grenze</documentation>
            </annotation>
          </element>
          <element name="sonstTyp" minOccurs="0" type="gml:CodeType">
            <annotation>
              <appinfo>
                <referenzierteCodelist>xplan:RP_SonstGrenzeTypen</referenzierteCodelist>
              </appinfo>
              <documentation>Erweiterter Typ.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Grenze" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Grenze" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_Planungsraum-->
  <!--=========================================================================================-->
  <element name="RP_Planungsraum" type="xplan:RP_PlanungsraumType" substitutionGroup="xplan:RP_Geometrieobjekt" />
  <complexType name="RP_PlanungsraumType">
    <annotation>
      <documentation>Modelliert einen allgemeinen Planungsraum.</documentation>
    </annotation>
    <complexContent>
      <extension base="xplan:RP_GeometrieobjektType">
        <sequence>
          <element name="planungsraumBeschreibung" minOccurs="0" type="string">
            <annotation>
              <documentation>Textliche Beschreibung eines Planungsrauminhalts.</documentation>
            </annotation>
          </element>
          <element ref="xplan:_GenericApplicationPropertyOfRP_Planungsraum" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="_GenericApplicationPropertyOfRP_Planungsraum" type="anyType" abstract="true" />
  <!--=========================================================================================-->
  <!--RP_SpezifischeGrenzeTypen-->
  <!--=========================================================================================-->
  <simpleType name="RP_SpezifischeGrenzeTypen">
    <annotation>
      <documentation>Aufzählung der verschiedenen spezifischen Typen von Grenzen aus Raumordnungsplänen.</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="1000">
        <!--Zwoelfmeilenzone-->
        <annotation>
          <documentation>Grenze der Zwölf-Seemeilen-Zone, in der Küstenstaaten das Recht haben, ihre Hoheitsgewässer auf bis zu 12 Seemeilen auszudehnen (nach Seerechtsübereinkommen der UN vom 10. Dezember 1982).</documentation>
        </annotation>
      </enumeration>
      <enumeration value="1001">
        <!--BegrenzungDesKuestenmeeres-->
        <annotation>
          <documentation>Begrenzung des Küstenmeeres.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="2000">
        <!--VerlaufUmstritten-->
        <annotation>
          <documentation>Grenze mit umstrittenem Verlauf, beispielsweise zwischen Deutschland und den Niederlanden im Ems-Ästuar.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="3000">
        <!--GrenzeDtAusschlWirtschaftszone-->
        <annotation>
          <documentation>Grenze der Deutschen Ausschließlichen Wirtschaftszone (AWZ).</documentation>
        </annotation>
      </enumeration>
      <enumeration value="4000">
        <!--MittlereTideHochwasserlinie-->
        <annotation>
          <documentation>Maß von Küstenlinien bei langjährig gemitteltem Küstenhochwasser.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="5000">
        <!--PlanungsregionsgrenzeRegion-->
        <annotation>
          <documentation>Grenze einer regionalen Planungsregion (z.B. Grenze eines Regionalplans).</documentation>
        </annotation>
      </enumeration>
      <enumeration value="6000">
        <!--PlanungsregionsgrenzeLand-->
        <annotation>
          <documentation>Grenze einer landesweiten Planungsregion (z.B. Grenze eines Landesentwicklungsplans).</documentation>
        </annotation>
      </enumeration>
      <enumeration value="7000">
        <!--GrenzeBraunkohlenplan-->
        <annotation>
          <documentation>Grenze eines Braunkohlenplans.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="8000">
        <!--Grenzuebergangsstelle-->
        <annotation>
          <documentation>Grenzübergangsstelle</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
</schema>