<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:gml="http://www.opengis.net/gml/3.2"
        xmlns:xtrasse="http://www.xtrasse.de/2.1"
        elementFormDefault="qualified"
        targetNamespace="http://www.xtrasse.de/2.1"
        version="2.1">
   <annotation>
      <documentation>Abstrakte Oberklassen, von denen alle Klassen der Fachschema abgeleitet sind, sowie allgemeine Feature-Types, DataTypes und Enumerationen, die in den Fachschema verwendet werden</documentation>
   </annotation>
   <include schemaLocation="XTrasse.xsd"/>
   <import namespace="http://www.opengis.net/gml/3.2"
           schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
   <!--XML Schema document created by ShapeChange - http://shapechange.net/-->
   <element name="XP_Akteur"
            substitutionGroup="gml:AbstractObject"
            type="xtrasse:XP_AkteurType">
      <annotation>
         <documentation>An der Baumaßnahme beteiligte Akteure</documentation>
      </annotation>
   </element>
   <complexType name="XP_AkteurType">
      <sequence>
         <element minOccurs="0" name="nameOrganisation" type="string">
            <annotation>
               <documentation>Name der Organisation</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="namePerson" type="string">
            <annotation>
               <documentation>Name der Person</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="strasseHausnr" type="string">
            <annotation>
               <documentation>Straße und Hausnummer</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="postfach" type="string">
            <annotation>
               <documentation>Postfach</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="postleitzahl" type="string">
            <annotation>
               <documentation>Postleitzahl</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="ort" type="string">
            <annotation>
               <documentation>Ort</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="telefon" type="string">
            <annotation>
               <documentation>Telefonnummer</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="mail" type="string">
            <annotation>
               <documentation>Mail-Adresse</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="rolle" type="xtrasse:XP_RolleType">
            <annotation>
               <documentation>Rolle der Person/Organisation</documentation>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="XP_AkteurPropertyType">
      <sequence>
         <element ref="xtrasse:XP_Akteur"/>
      </sequence>
   </complexType>
   <simpleType name="XP_ArmaturEinsatzgebietType">
      <annotation>
         <documentation>Aufzählung der Einsatzgebiete von Armaturen</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Armaturen in Abständen entlang einer Leitung</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Dient dem kontrollierten Ableiten von Gasen und Gas-Luftgemischen innerhalb eines Rohrnetzes</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Hauptabsperreinrichtung</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Eingangs- und Ausgangsarmaturen im Rohrnetz</documentation>
            </annotation>
         </enumeration>
         <enumeration value="5000">
            <annotation>
               <documentation>Hydrant</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>sonstiges Einsatzgebiet</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_ArmaturFunktionType">
      <annotation>
         <documentation>Aufzählung der Funktionen von Armaturen</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Absperrung von Stoffströmen durch Hähne und Klappen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Regulierung des Volumenstroms mittels Schieber und Ventilen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Dient dem Enfernen von Gasen, insbesondere Luft, aus einer flüssigkeitsführenden Anlage</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>sonstige Funktion</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <element name="XP_Auslegung"
            substitutionGroup="gml:AbstractObject"
            type="xtrasse:XP_AuslegungType">
      <annotation>
         <documentation>Angaben zur Auslegung von Planunterlagen in den betroffenen Gemeinden</documentation>
      </annotation>
   </element>
   <complexType name="XP_AuslegungType">
      <sequence>
         <element minOccurs="0" name="gemeinde" type="string">
            <annotation>
               <documentation>Name der betroffenen Gemeinde</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="auslegungStartDatum" type="date">
            <annotation>
               <documentation>Datum der Auslegung</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="auslegungEndDatum" type="date">
            <annotation>
               <documentation>Ende der Auslegung</documentation>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="XP_AuslegungPropertyType">
      <sequence>
         <element ref="xtrasse:XP_Auslegung"/>
      </sequence>
   </complexType>
   <simpleType name="XP_BaugrubeTypType">
      <annotation>
         <documentation>Auswahl von Start- und Zielgrube für die geschlossene Bauweise</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Startgrube</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Zielgrube</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_BauweiseType">
      <annotation>
         <documentation>Aufzählung der Bauweisen</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>offene Bauweise</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>geschlossene Bauweise</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>oberirdische Verlegung</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_EnergiespeicherTypType">
      <annotation>
         <documentation>Liste der Speichertypen</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Oberirdische Nieder- und Mitteldruckbehälter (Gastürme, Gasometer) sowie Hochdruckbehälter (Röhrenspeicher, Kugelspeicher) zur Aufbewahrung von Gasen aller Art</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Ein Untergrundspeicher (auch Untertagespeicher) ist ein Speicher in natürlichen oder künstlichen Hohlräumen unter der Erdoberfläche. - Untergrundspeicher gemäß Bundesberggesetz (BBergG) § 126</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20001">
            <annotation>
               <documentation>Große, künstlich angelegte Hohlräume in mächtigen unterirdischen Salzformationen, wie z.B. Salzstöcken. Kavernenspeicher werden durch einen Solprozess bergmännisch angelegt.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20002">
            <annotation>
               <documentation>Natürliche Lagerstätten, die sich durch ihre geologische Formation zur Speicherung von Gas eignen. Sie befinden sich in porösem Gestein, in dem das Gas ähnlich einem stabilen Schwamm aufgenommen und eingelagert wird.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Großspeicheranlagen im Stromnetz</documentation>
            </annotation>
         </enumeration>
         <enumeration value="30001">
            <annotation>
               <documentation>Großbatteriespeicher (z.B. an einer PV-Anlage)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="30002">
            <annotation>
               <documentation>Ein Pumpspeicherkraftwerk (PSW) speichert elektrische Energie in Form von potentieller Energie (Lageenergie) in einem Stausee</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Zumeist drucklose, mit Wasser gefüllte Behälter, die Schwankungen im Wärmebedarf des Fernwärmenetzes bei gleicher Erzeugungsleistung der Fernheizwerke ausgleichen sollen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>Sonstige Speicher</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_GasDruckstufeType">
      <annotation>
         <documentation>Aufzählung der Gasdruckstufen</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Niederdruck</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Mitteldruck</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Hochdruck</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>Unbekannter Druck</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_GasTypType">
      <annotation>
         <documentation>Aufzählung von Gasarten</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Erdgas</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10001">
            <annotation>
               <documentation>L-Gas (low calorific gas)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10002">
            <annotation>
               <documentation>H-Gas (high calorific gas)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Wasserstoff (H2)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20001">
            <annotation>
               <documentation>Durch die Elektrolyse von Wasser hergestellter Wasserstoff unter Verwendung von Strom aus erneuerbaren Energiequellen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20002">
            <annotation>
               <documentation>Grauer Wasserstoff, bei dessen Entstehung das CO2 jedoch teilweise abgeschieden und im Erdboden gespeichert wird (CCS, Carbon Capture and Storage). Maximal 90 Prozent des CO₂ sind speicherbar.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20003">
            <annotation>
               <documentation>Auf Basis von Abfall und Reststoffen produzierter Wasserstoff, der als CO2-frei gilt</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20004">
            <annotation>
               <documentation>Mittels Dampfreformierung meist aus fossilem Erdgas hergestellter Wasserstoff. Dabei entstehen rund 10 Tonnen CO₂ pro Tonne Wasserstoff. Das CO2 wird in die Atmosphäre abgegeben.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Erdgas-Wasserstoff-Gemisch</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Biogas</documentation>
            </annotation>
         </enumeration>
         <enumeration value="5000">
            <annotation>
               <documentation>Flüssiggas</documentation>
            </annotation>
         </enumeration>
         <enumeration value="6000">
            <annotation>
               <documentation>Wird durch wasserelektrolytisch erzeugten Wasserstoff und anschließende Methanisierung hergestellt</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>sonstiges Gas</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_GehaeuseTypType">
      <annotation>
         <documentation>Aufzählung von Gehäusen der TK- und Strom-Netze, die in der Regel im Straßenraum verbaut werden</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Verteilerschränke der Telekommunikation</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10001">
            <annotation>
               <documentation>Multifunktionsgehäuse</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10002">
            <annotation>
               <documentation>Glasfaser-Netzverteiler (Gf-NVt)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10003">
            <annotation>
               <documentation>Kabelverzweiger (KVz) - (Telekom AG)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Schränke für die Stromversorgung, öffentliche Beleuchtung, Verkehrstechnik u.a.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20001">
            <annotation>
               <documentation>Schaltschrank</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20002">
            <annotation>
               <documentation>Kabelverteilerschrank</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20003">
            <annotation>
               <documentation>Steuerschrank</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20004">
            <annotation>
               <documentation>Trennschrank</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>sonstiger Schrank</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <element name="XP_GesetzlicheGrundlage"
            substitutionGroup="gml:AbstractObject"
            type="xtrasse:XP_GesetzlicheGrundlageType">
      <annotation>
         <documentation>Spezifikation der gesetzlichen Grundlage eines Planinhalts</documentation>
      </annotation>
   </element>
   <complexType name="XP_GesetzlicheGrundlageType">
      <sequence>
         <element minOccurs="0" name="name" type="string">
            <annotation>
               <documentation>Name / Titel des Gesetzes</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="detail" type="string">
            <annotation>
               <documentation>Detaillierte Spezifikation der gesetzlichen Grundlage mit Angabe einer Paragraphennummer</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="ausfertigungDatum" type="date">
            <annotation>
               <documentation>Die Datumsangabe bezieht sich in der Regel auf das Datum der Ausfertigung des Gesetzes oder der Rechtsverordnung</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="letzteBekanntmDatum" type="date">
            <annotation>
               <documentation>Ist das Gesetz oder die Verordnung nach mehreren Änderungen neu bekannt gemacht worden, kann anstelle des Ausfertigungsdatums das Datum der Bekanntmachung der Neufassung angegeben werden</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="letzteAenderungDatum" type="date">
            <annotation>
               <documentation>Ist ein Gesetz oder eine Rechtsverordnung nach der Veröffentlichung des amtlichen Volltextes geändert worden, kann hierauf hingewiesen werden</documentation>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="XP_GesetzlicheGrundlagePropertyType">
      <sequence>
         <element ref="xtrasse:XP_GesetzlicheGrundlage"/>
      </sequence>
   </complexType>
   <simpleType name="XP_InfrastrukturFlaecheType">
      <annotation>
         <documentation>Flächenarten einer technischen Infrastruktur</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>gesamtes Betriebsgelände bzw. Grundstücksfläche</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>eingezäuntes Gelände der Infrastrukturgebäude (ohne Parkplätze und Nebengebäude)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Fläche eines Gebäudes, das technische Anlagen enthält</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_KabelTypType">
      <annotation>
         <documentation>Aufzählung der Kabeltypen in TK-Netzen</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Glasfaserkabel</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Kupferkabel</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Hybridkabel</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Koaxial-(TV)-Kabel</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_KraftwerkTypType">
      <annotation>
         <documentation>Liste der Kraftwerke, in den Primärenergie in Strom als Sekundärenergie gewandelt wird</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Thermische arbeitende Dampfturbinen- und Gasturbinen-Kraftwerke oder Gas-und-Dampf-Kombikraftwerke</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Eine Windkraftanlage (WKA) oder Windenergieanlage (WEA) wandelt Bewegungsenergie des Windes in elektrische Energie um und speist sie in ein Stromnetz ein. Sie werden an Land (onshore) und in Offshore-Windparks im Küstenvorfeld der Meere installiert. Eine Gruppe von Windkraftanlagen wird Windpark genannt.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Eine Photovoltaikanlage, auch PV-Anlage (bzw. PVA) wandelt mittels Solarzellen ein Teil der Sonnenstrahlung in elektrische Energie um.  Die Photovoltaik-Freiflächenanlage (auch Solarpark) wird auf einer freien Fläche als fest montiertes System aufgestellt, bei dem mittels einer Unterkonstruktion die Photovoltaikmodule in einem optimalen Winkel zur Sonne (Azimut) ausgerichtet sind.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Ein Wasserkraftwerk wandelt die potentielle Energie des Wassers in der Regel über Turbinen in mechanische bzw. elektrische Energie um. Dies kann an Fließgewässern oder Stauseen erfolgen oder durch Strömungs- und Gezeitenkraftwerke auf dem Meer (Pumpspeicherkraftwerke s. PFS_Energiespeicheer)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>Sonstiges Kraftwerk</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_LegeverfahrenType">
      <annotation>
         <documentation>Aufzählung der konventionellen und grabenlosen Legeverfahren (unter Berücksichtung der DIN 18220). Im Rorhleitungsbau werden grabenlose Kreuzungsverfahren auch „Rohrvortriebsverfahren“ genannt.</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Ausschachtung mit Schaufel, Bagger, Fräse</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Unterirdische Verlegetechnik, die in verschiedenen Varianten zur Anwendung kommt (statisch, dynamisch, ungesteuert, gesteuert) und von Herstellern spezifisch bezeichnet wird ("Modifiziertes Direct-Pipe-Verfahren").  Im Breitbandausbau auch als Erdraketentechnik bekannt. Im Rohrleitungsbau können durch hydraulische oder pneumatische Presseinrichtungen Produktenrohrkreuzungen DN 1000 bis zu 100 m grabenlos verlegt werden.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Richtbohrtechnik für Horizontalbohrungen („Horizontal Directional Drilling“, HDD), die eine grabenlose Verlegung von Produkt- oder Leerrohren ermöglicht.  Die Bohrung ist anfangs meist schräg nach unten in das Erdreich gerichtet und verläuft dann in leichtem Bogen zum Ziel, wo sie schräg nach oben wieder zutage tritt.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Erstellung eines Leitungsgrabens (Breite &gt; 30cm) oder Schlitzes mit einem Pflugschwert durch Verdrängung der Schicht(en) und gleichzeitigem Einbringen der Glasfasermedien. Der Einsatz des Pflugverfahrens ist ausschließlich in unbefestigten Oberflächen zulässig.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="5000">
            <annotation>
               <documentation>Fräsverfahren in ungebunden Oberflächen (Schlitzbreite: 15 bis 30 cm, Schlitztiefe: 40 bis 120 cm)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="6000">
            <annotation>
               <documentation>Erstellung eines Schlitzes (&lt; 30 cm) in gebundenen Verkehrsflächen in verschiedenen Verfahren durch rotierende, senkrecht stehende Werkzeuge, wobei die Schicht(en) gelöst, zerkleinert und gefördert wird (werden)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="60001">
            <annotation>
               <documentation>Erstellung eines Schlitzes eine durch eine Schneideeinheit (Schlitzbreite: 1,5 bis 11 cm, Schlitztiefe: 7 bis 45 cm)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="60002">
            <annotation>
               <documentation>Erstellung eines Schlitzes durch ein Fräswerkzeug (Kette, Rad), (Schlitzbreite: 5 bis 15 cm, Schlitztiefe: 30 bis 60 cm)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="7000">
            <annotation>
               <documentation>Vortriebsverfahren, welches durch hydraulisches oder pneumatisches Vibrationsrammen das Rohr unter dem Hindernis hindurch schlägt. Mit dem Rammverfahren können Produkten- oder Mantelrohrkreuzungen bis zu 100 m Vortriebslänge grabenlos verlegt werden.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="8000">
            <annotation>
               <documentation>Für den grabenlosen Vortrieb werden in dem steuerbaren Verfahren zunächst Stahlbetonrohre mit großem Nenndurchmesser verlegt,  in denen nach Durchführung der Unterquerung das eigentliche Produktenrohr eingebracht/eingezogen wird. Es kommt nur bei schwierigen Kreuzungen zur Anwendung.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9000">
            <annotation>
               <documentation>oberirdische Verlegung mittels Holzmasten</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>Sonstiges Verfahren</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_LeitungTypType">
      <annotation>
         <documentation>Angabe zum ober- und unterirdischen Leitungsverlauf im Bestand oder in der Planung</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Oberkategorie für erdverlegte (Rohr-)Leitungen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10001">
            <annotation>
               <documentation>Ein Erdkabel ist ein im Erdboden verlegtes elektrisch genutztes Kabel mit einer besonders robusten Isolierung nach außen, dem Kabelmantel, der eine Zerstörung derselben durch chemische Einflüsse im Erdreich bzw. im Boden lebender Kleintiere verhindert.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10002">
            <annotation>
               <documentation>Ein Seekabel (auch Unterseekabel, Unterwasserkabel) ist ein im Wesentlichen in einem Gewässer verlegtes Kabel zur Datenübertragung oder die Übertragung elektrischer Energie.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10003">
            <annotation>
               <documentation>Im Schutzrohr verlegte oder zu verlegende Kabel/Leitungen. - Schutzrohre schützen erdverlegte Leitungen vor mechanischen Einflüssen und Feuchtigkeit.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10004">
            <annotation>
               <documentation>Über die Baumaßnahme hinaus unbelegtes Schutzrohr</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10005">
            <annotation>
               <documentation>Bündel von Kabeln und/oder Schutzrohren in den Sparten Sparten Strom und Telekommunikation im Bestand</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10006">
            <annotation>
               <documentation>Druckleitung zur Unterquerung von Straßen, Flüssen, Bahngleisen etc. Im Düker kann die Flüssigkeit das Hindernis überwinden, ohne dass Pumpen eingesetzt werden müssen.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Oberirdisch verlegte Leitungen und Rohre</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20001">
            <annotation>
               <documentation>Elektrische Leitung, deren spannungsführende Leiter im Freien durch die Luft geführt und meist auch nur durch die umgebende Luft voneinander und vom Erdboden isoliert sind. In der Regel werden die Leiterseile von Freileitungsmasten getragen, an denen sie mit Isolatoren befestigt sind.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20002">
            <annotation>
               <documentation>Leitung zur Überquerung von Straßen oder zur Verbindung von Behältern (Gegenstück zu einem Düker)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20003">
            <annotation>
               <documentation>Eine Rohrbrücke oder Rohrleitungsbrücke dient dazu, einzelne oder mehrere Rohrleitungen oberirdisch über größere Entfernungen zu führen.</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <element name="XP_NetzExterneReferenz"
            substitutionGroup="gml:AbstractObject"
            type="xtrasse:XP_NetzExterneReferenzType">
      <annotation>
         <documentation>Verweis auf ein extern gespeichertes Dokument, einen extern gespeicherten Plan oder einen Datenbank-Eintrag</documentation>
      </annotation>
   </element>
   <complexType name="XP_NetzExterneReferenzType">
      <sequence>
         <element name="referenzName" type="string">
            <annotation>
               <documentation>Name des referierten Dokument innerhalb des Informationssystems</documentation>
            </annotation>
         </element>
         <element name="referenzURL" type="anyURI">
            <annotation>
               <documentation>URI des referierten Dokuments, bzw. Datenbank-Schlüssel. Wenn der XTrasseGML Datensatz und das referierte Dokument in einem hierarchischen Ordnersystem gespeichert sind, kann die URI auch einen relativen Pfad vom XPlanGML-Datensatz zum Dokument enthalten.</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="beschreibung" type="string">
            <annotation>
               <documentation>Beschreibung des referierten Dokuments</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="datum" type="date">
            <annotation>
               <documentation>Datum des referierten Dokuments</documentation>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="XP_NetzExterneReferenzPropertyType">
      <sequence>
         <element ref="xtrasse:XP_NetzExterneReferenz"/>
      </sequence>
   </complexType>
   <element abstract="true"
            name="XP_NetzObjekt"
            substitutionGroup="gml:AbstractFeature"
            type="xtrasse:XP_NetzObjektType">
      <annotation>
         <documentation>Abstrakte Oberklasse für alle Fachobjekte des Leitungsplans. Die Attribute dieser Klasse werden über den Vererbungs-Mechanismus an alle Fachobjekte weitergegeben.</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="XP_NetzObjektType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element minOccurs="0" name="uuid" type="string">
                  <annotation>
                     <documentation>Eindeutiger Identifier des Objektes</documentation>
                  </annotation>
               </element>
               <element name="title" type="string">
                  <annotation>
                     <documentation>Textliche Bezeichnung des Objekts (Anmerkung: Ldproxy nutzt das Attribut für die Kodierung der Objektreferenzierung in HTML, GML und JSON)</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="beschreibung" type="string">
                  <annotation>
                     <documentation>Kommentierende Beschreibung von Planinhalten/-objekten</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="aufschrift" type="string">
                  <annotation>
                     <documentation>Spezifischer Text zur Beschriftung von Planinhalten</documentation>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <element abstract="true"
            name="XP_NetzPlan"
            substitutionGroup="gml:AbstractFeature"
            type="xtrasse:XP_NetzPlanType">
      <annotation>
         <documentation>Abstrakte Oberklasse für alle Klassen raumbezogener Leitungspläne</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="XP_NetzPlanType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element minOccurs="0" name="uuid" type="string">
                  <annotation>
                     <documentation>Eindeutiger Identifier des Objektes</documentation>
                  </annotation>
               </element>
               <element name="name" type="string">
                  <annotation>
                     <documentation>Name des Plans  (Anmerkung: Ldproxy nutzt das Attribut für die Kodierung der Objektreferenzierung in HTML und GML)</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="nummer" type="string">
                  <annotation>
                     <documentation>Nummer des Plans</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="internalId" type="string">
                  <annotation>
                     <documentation>Interner Identifikator des Plans</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="beschreibung" type="string">
                  <annotation>
                     <documentation>Kommentierende Beschreibung des Plans</documentation>
                  </annotation>
               </element>
               <element maxOccurs="unbounded"
                        minOccurs="0"
                        name="gesetzlicheGrundlage"
                        type="xtrasse:XP_GesetzlicheGrundlagePropertyType">
                  <annotation>
                     <documentation>Angabe der gesetzlichen Grundlage des Planinhalts</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="technischePlanerstellung" type="string">
                  <annotation>
                     <documentation>Bezeichnung der Institution oder Firma, die den Plan technisch erstellt hat</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="technHerstellDatum" type="date">
                  <annotation>
                     <documentation>Datum, an dem der Plan technisch ausgefertigt wurde</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="erstellungsMassstab" type="integer">
                  <annotation>
                     <documentation>Der bei der Erstellung des Plans benutzte Kartenmaßstab</documentation>
                  </annotation>
               </element>
               <element maxOccurs="unbounded"
                        minOccurs="0"
                        name="externeReferenz"
                        type="xtrasse:XP_NetzExterneReferenzPropertyType">
                  <annotation>
                     <documentation>Referenz auf ein Dokument oder einen Plan</documentation>
                  </annotation>
               </element>
               <element name="position" type="gml:SurfacePropertyType">
                  <annotation>
                     <documentation>Flächenhafter Raumbezug des Plans</documentation>
                  </annotation>
               </element>
               <element maxOccurs="unbounded"
                        minOccurs="0"
                        name="hatObjekt"
                        type="gml:ReferenceType">
                  <annotation>
                     <documentation>Referenz auf ein Objekt des Netzplans</documentation>
                     <appinfo>
                        <targetElement xmlns="http://www.opengis.net/gml/3.2">xtrasse:XP_Objekt</targetElement>
                        <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">xtrasse:gehoertZuPlan</reversePropertyName>
                     </appinfo>
                  </annotation>
               </element>
               <element maxOccurs="unbounded"
                        minOccurs="0"
                        name="hatBSTObjekt"
                        type="gml:ReferenceType">
                  <annotation>
                     <documentation>Referenz auf ein spezifisches Objekt des Netzplans</documentation>
                     <appinfo>
                        <targetElement xmlns="http://www.opengis.net/gml/3.2">xtrasse:BST_Objekt</targetElement>
                        <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">xtrasse:gehoertZuPlan</reversePropertyName>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <element abstract="true"
            name="XP_Objekt"
            substitutionGroup="xtrasse:XP_NetzObjekt"
            type="xtrasse:XP_ObjektType">
      <annotation>
         <documentation>Abstrakte Oberklasse für Teilmodell-übergreifende Fachobjekte</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="XP_ObjektType">
      <complexContent>
         <extension base="xtrasse:XP_NetzObjektType">
            <sequence>
               <element name="gehoertZuPlan" type="gml:ReferenceType">
                  <annotation>
                     <documentation>Referenz auf den Netzplan, zu dem das Objekt gehört</documentation>
                     <appinfo>
                        <targetElement xmlns="http://www.opengis.net/gml/3.2">xtrasse:XP_NetzPlan</targetElement>
                        <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">xtrasse:hatObjekt</reversePropertyName>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="XP_ObjektPropertyType">
      <sequence minOccurs="0">
         <element ref="xtrasse:XP_Objekt"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element name="XP_Planreferenz"
            substitutionGroup="xtrasse:XP_Objekt"
            type="xtrasse:XP_PlanreferenzType">
      <annotation>
         <documentation>Kartenausschnitt eines extern referenzierten Planwerkes</documentation>
      </annotation>
   </element>
   <complexType name="XP_PlanreferenzType">
      <complexContent>
         <extension base="xtrasse:XP_ObjektType">
            <sequence>
               <element name="position" type="gml:SurfacePropertyType">
                  <annotation>
                     <documentation>Raumbezug des Plans</documentation>
                  </annotation>
               </element>
               <element name="referenz" type="xtrasse:XP_NetzExterneReferenzPropertyType">
                  <annotation>
                     <documentation>Referenz auf einen Plan, der sich auf das markierte Polygon bezieht</documentation>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <simpleType name="XP_PrimaerenergieTraegerType">
      <annotation>
         <documentation>Energieträger der thermisch arbeitendenden Turbinenkraftwerke</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Fossile Energie wird aus Brennstoffen gewonnen, die in geologischer Vorzeit aus Abbauprodukten von toten Pflanzen und Tieren entstanden sind. Dazu gehören Braunkohle, Steinkohle, Torf, Erdgas und Erdöl.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Ersatzbrennstoffe (EBS) bzw. Sekundärbrennstoffe (SBS) sind Brennstoffe, die aus Abfällen gewonnen werden. Dabei kann es sich sowohl um feste, flüssige oder gasförmige Abfälle aus Haushalten, Industrie oder Gewerbe handeln.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Der energietechnische Biomasse-Begriff umfasst tierische und pflanzliche Erzeugnisse, die zur Gewinnung von Heizenergie, von elektrischer Energie und als Kraftstoffe verwendet werden können (u.a. Holzpellets, Hackschnitzel, Stroh, Getreide, Altholz, Biogas). Energietechnisch relevante Biomasse kann in gasförmiger, flüssiger und fester Form vorliegen.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Geothermie bezeichnet die in den oberen Schichten der Erdkruste gespeicherte Wärme und deren Ausbeutung zur Wärme- oder Stromerzeugung. In der Energiegewinnung wird zwischen tiefer und oberflächennaher Geothermie unterschieden. Die tiefe Geothermie wird von Kraftwerken zur Stromerzeugung genutzt.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>Sonstige Energieträger</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_RohrleitungNetzType">
      <annotation>
         <documentation>Liste der Leitungskategorien in Rohrleitungsnetzen</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Fernleitung gemäß Umweltverträglichkeitsprüfung (UVPG), Anlage 1 und ENWG § 3, Nr. 19d/20; Leitungen der Fernleitungsnetzbetreiber</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Leitung eines Verteil(er)netzes; Leitungen der Versorgungsunternehmen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Hauptleitung, oberste Leitungskategorie in einem Trinkwasser und Wärmenetz</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Versorgungsleitung, auch Ortsleitung (z.B Wasserleitungen innerhalb des Versorgungsgebietes im bebauten Bereich)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="5000">
            <annotation>
               <documentation>Zubringerleitung (z.B. Wasserleitungen zwischen Wassergewinnungs- und Versorgungsgebieten)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="6000">
            <annotation>
               <documentation>Anschlussleitung, Hausanschluss (z.B. Wasserleitungen von der Abzweigstelle der Versorgungsleitung bis zur Übergabestelle/Hauptabsperreinrichtung)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="7000">
            <annotation>
               <documentation>Verbindungsleitung (z.B. Wasserleitungen außerhalb der Versorgungsgebiete, die Versorgungsgebiete (Orte) miteinander verbinden), in der Wärmeversorung auch Transportleitung genannt (die eine Wärmeerzeuugungsinfrastruktur mit einem entfernten Versorgungsgebiet verbindet)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="8000">
            <annotation>
               <documentation>Straßenablaufleitung (in der Abwasserentsorgung)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>Sonstige Leitung</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_RolleType">
      <annotation>
         <documentation>Rollen der beteiligten Akteure</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Antragsteller</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Bevollmächtigt und Ersteller der Planung</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Bevollmächtigtes Unternehmen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Planendes Büro</documentation>
            </annotation>
         </enumeration>
         <enumeration value="5000">
            <annotation>
               <documentation>Unternehmen, das Tiefbaumaßnahmen durchführt</documentation>
            </annotation>
         </enumeration>
         <enumeration value="6000">
            <annotation>
               <documentation>Träger eines Vorhabens im Planfeststellungs- oder Raumordnungsverfahren</documentation>
            </annotation>
         </enumeration>
         <enumeration value="7100">
            <annotation>
               <documentation>Zuständige Behörde eines Planfeststellungsverfahrens</documentation>
            </annotation>
         </enumeration>
         <enumeration value="7200">
            <annotation>
               <documentation>Behörde, die Anhörungsverfahren im Rahmen eines Planfeststellungsverfahrens durchführt</documentation>
            </annotation>
         </enumeration>
         <enumeration value="8000">
            <annotation>
               <documentation>Zuständige Behörde einer Raumverträglichkeitsprüfung</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_StationTypType">
      <annotation>
         <documentation>Liste der Stationen im Gas-, Strom- und Wäremenetz</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Station für Medium Gas (Wasserstoff/Erdgas)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10001">
            <annotation>
               <documentation>Über eine Schieberstation (Abzweigstation?)  kann mit Hilfe der dort installierten Kugelhähne der Gasfluss gestoppt bzw. umgelenkt werden</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10002">
            <annotation>
               <documentation>Eine Verdichterstation (Kompressorstation) ist eine Anlage in einer Transportleitung, bei der ein Kompressor das Gas wieder komprimiert, um Rohr-Druckverluste auszugleichen und den Volumenstrom zu regeln</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10003">
            <annotation>
               <documentation>Eine Gas-Druckregelanlage (GDRA) ist eine Anlage zur ein- oder mehrstufigen Gas-Druckreduzierung. Bei einer Gas-Druckregel- und Messanlage (GDRMA) wird zusätzlich noch die Gas-Mengenmessung vorgenommen. (Anmerkung: Einspeise- und Übergabestationen können separat erfasst werden)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10004">
            <annotation>
               <documentation>Kombination von Armaturengruppen wie Absperr- und und Abgangsarmaturengruppen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10005">
            <annotation>
               <documentation>Die Einspeisungs- oder Empfangsstation leitet Erdgas oder Wasserstoff in ein Transportleitungsnetz. Die Einspeisung erfolgt z.B. aus einer Produktions- oder Speicheranlage oder über ein LNG-Terminal nach der Regasifizierung.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10006">
            <annotation>
               <documentation>Gas-Übergabestationen (auch Übernahme- oder Entnahmestation) dienen i.d.R. der Verteilung von Gas aus Transportleitungen in die Verbrauchernetze. Dafür muss das ankommende Gas heruntergeregelt werden. Wird Wasserstoff in ein Erdgasleitungsnetz übergeben, muss zusätzlich ein Mischer an der Übernahmestelle gewährleisten, dass sich Wasserstoff und Erdgas gleichmäßig durchmischen. 
Eine weitere Variante ist die Übergabe von Gas an ein Kraftwerk.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10007">
            <annotation>
               <documentation>Station um Molchungen zur Prüfung der Integrität der Fernleitung während der Betriebsphase durchzuführen.  
Der Molch füllt den Leitungsquerschnitt aus und wandert entweder einfach mit dem Produktstrom durch die Leitung (meist bei Öl) oder wird durch Druck durch die Leitung gepresst. Im Rahmen der Molchtechnik werden neben dem Molch noch ins System eingebaute Schleusen benötigt, durch die der Molch in die Leitungen eingesetzt bzw. herausgenommen und von hinten mit Druck belegt werden kann.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Station für Medium Strom</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20001">
            <annotation>
               <documentation>In einer Transformatorenstation (Umspannstation, Netzstation, Ortsnetzstation oder kurz Trafostation) wird die elektrische Energie aus dem Mittelspannungsnetz mit einer elektrischen Spannung von 10 kV bis 36 kV auf die in Niederspannungsnetzen (Ortsnetzen) verwendeten 400/230 V zur allgemeinen Versorgung transformiert</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20002">
            <annotation>
               <documentation>Ein Konverter steht an den Verbindungspunkten von Gleich- und Wechselstromleitungen. Er verwandelt Wechsel- in Gleichstrom und kann ebenso Gleichstrom wieder zurück in Wechselstrom umwandeln und diesen ins Übertragungsnetz einspeisen.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20003">
            <annotation>
               <documentation>Phasenschiebertransformatoren (PST), auch Querregler genannt, werden zur Steuerung der Stromflüsse zwischen Übertragungsnetzen eingesetzt. Der Phasenschiebertransformator speist einen Ausgleichsstrom in das System ein, der den Laststrom in der Leitung entweder verringert oder erhöht. Sinkt der Stromfluss in einer Leitung, werden die Stromflüsse im gesamten Verbundsystem neu verteilt.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Station im (Fern-)Wärmenetz</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>Sonstige Station</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <element name="XP_Trassenquerschnitt"
            substitutionGroup="xtrasse:XP_Objekt"
            type="xtrasse:XP_TrassenquerschnittType">
      <annotation>
         <documentation>Linie eines Querschnitts, der durch ein externes Dokument dargestellt wird</documentation>
      </annotation>
   </element>
   <complexType name="XP_TrassenquerschnittType">
      <complexContent>
         <extension base="xtrasse:XP_ObjektType">
            <sequence>
               <element name="position" type="gml:CurvePropertyType">
                  <annotation>
                     <documentation>Verlauf des Trassenquerschnitts</documentation>
                  </annotation>
               </element>
               <element name="trassenquerschnitt"
                        type="xtrasse:XP_NetzExterneReferenzPropertyType">
                  <annotation>
                     <documentation>Referenz auf ein Dokument/Bild, das den Trassenquerschnitt an der markierten Position zeigt</documentation>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <simpleType name="XP_WaermeleitungTypType">
      <annotation>
         <documentation>Liste von Leitungstypen im Wärmenetz</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Schematische Darstellung als Strang (mit Vor- und Rücklauf)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Vorlaufrohr</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Rücklaufrohr</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Vor- und Rücklauf in einem Doppelrohr</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>Sonstiger Typ</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="XP_WerkstoffType">
      <annotation>
         <documentation>Liste von Werkstoffen der Rohre, Kabel und Infrastrukturkomponenten</documentation>
      </annotation>
      <restriction base="string">
         <enumeration value="1000">
            <annotation>
               <documentation>Kunststoff</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10001">
            <annotation>
               <documentation>Polyethylen (PE)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10002">
            <annotation>
               <documentation>High-Density Polyethylen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10003">
            <annotation>
               <documentation>Polypropylen (PP)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10004">
            <annotation>
               <documentation>Polycarbonat (PC)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10005">
            <annotation>
               <documentation>Polyvinylchlorid (PVC-U)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2000">
            <annotation>
               <documentation>Stahl</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20001">
            <annotation>
               <documentation>Stahl verzinkt</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20002">
            <annotation>
               <documentation>Stahlfachwerkskonstruktion (z.B. Freileitungsmast als Gittermast)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20003">
            <annotation>
               <documentation>Rohrförmiger Profilstahl, dessen Wand aus Stahl besteht. Stahlrohre dienen der Durchleitung von flüssigen, gasförmigen oder festen Stoffen, oder werden als statische oder konstruktive Elemente verwendet (z.B. Freileitungsmast als Stahlrohrmast)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2500">
            <annotation>
               <documentation>Stahlverbundrohre im Rohrleitungsbau</documentation>
            </annotation>
         </enumeration>
         <enumeration value="25001">
            <annotation>
               <documentation>Stahlrohr mit  Kunststoffumhüllung auf PE-Basis</documentation>
            </annotation>
         </enumeration>
         <enumeration value="25002">
            <annotation>
               <documentation>Stahlrohr mit  Kunststoffumhüllung auf PP-Basis für höhere Temperatur- und Härte-Anforderungen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="25003">
            <annotation>
               <documentation>Stahlrohr mit mit Kunststoff-Umhüllung und zusätzlichem Außenschutz durch Faserzementmörtel-Ummantelung (FZM)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="25004">
            <annotation>
               <documentation>Stahlrohr mit mit Kunststoff-Umhüllung und zusätzlichem Außenschutz aus glasfaserverstärktem Kunststoff (GFK) für höchste mechanische Abriebfestigkeit bei grabenlosem Rohrvortrieb</documentation>
            </annotation>
         </enumeration>
         <enumeration value="25005">
            <annotation>
               <documentation>Stahlrohr mit Zementmörtelauskleidung und PE-Außenschutz (z.B. Abwasserohr)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3000">
            <annotation>
               <documentation>Gusseisen</documentation>
            </annotation>
         </enumeration>
         <enumeration value="30001">
            <annotation>
               <documentation>duktiles Gussrohr mit Zementmörtelauskleidung (z.B Abwasserrohr)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="30002">
            <annotation>
               <documentation>duktiles Gussrohr mit Zementmörtelauskleidung und PE-Außenschutz (z.B. Abwasserrohr)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4000">
            <annotation>
               <documentation>Beton (z.B. Schacht)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="5000">
            <annotation>
               <documentation>Holz (z.B. Holzmast)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9999">
            <annotation>
               <documentation>Sonstiger Werkstoff</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
</schema>
