As i want to validate the file sample_with_nullpointer.xml i got the
following 
null pointer exception:
SAXException : java.lang.NullPointerException
java.lang.NullPointerException
        at
org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1094)
        at 
org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:195)
        at
javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:184)
        at NASReader.getXMLDocument(NASReader.java:55)
        at NASReader._$1139(NASReader.java:36)
        at NASReader.<init>(NASReader.java:15)
        at NASReader.main(NASReader.java:31)

Then i changed the file to sample.xml.
I replaced some derived tag-types with basic tags and made an xsi:type - 
casting. Then i could validate the file.

Both files can be validated with XMLSpy 4.0.

Sorry for the complex files.

Thank's Andreas
<?xml version="1.0" encoding="UTF-8"?>
<!-- File: xlinks.xsd  -->
<schema targetNamespace="http://www.w3.org/1999/xlink"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; version="2.01">
	<annotation>
		<appinfo>xlinks.xsd v2.01 2001-02</appinfo>
		<documentation xml:lang="en">

      This schema provides the XLink attributes for general use.

    </documentation>
	</annotation>
	<!-- ==============================================================

       global declarations

  =============================================================== -->
	<!-- locator attribute -->
	<attribute name="href" type="anyURI"/>
	<!-- semantic attributes -->
	<attribute name="role" type="anyURI"/>
	<attribute name="arcrole" type="anyURI"/>
	<attribute name="title" type="string"/>
	<!-- behavior attributes -->
	<attribute name="show">
		<annotation>
			<documentation>
        The 'show' attribute is used to communicate the desired presentation 
        of the ending resource on traversal from the starting resource; it's 
        value should be treated as follows: 
        new - load ending resource in a new window, frame, pane, or other 
              presentation context
        replace - load the resource in the same window, frame, pane, or 
                  other presentation context
        embed - load ending resource in place of the presentation of the 
                starting resource
        other - behavior is unconstrained; examine other markup in the 
                link for hints 
        none - behavior is unconstrained 
      </documentation>
		</annotation>
		<simpleType>
			<restriction base="string">
				<enumeration value="new"/>
				<enumeration value="replace"/>
				<enumeration value="embed"/>
				<enumeration value="other"/>
				<enumeration value="none"/>
			</restriction>
		</simpleType>
	</attribute>
	<attribute name="actuate">
		<annotation>
			<documentation>
        The 'actuate' attribute is used to communicate the desired timing 
        of traversal from the starting resource to the ending resource; 
        it's value should be treated as follows:
        OnLoad - traverse to the ending resource immediately on loading 
                 the starting resource 
        onRequest - traverse from the starting resource to the ending 
                    resource only on a post-loading event triggered for 
                    this purpose 
        other - behavior is unconstrained; examine other markup in link 
                for hints 
        none - behavior is unconstrained
      </documentation>
		</annotation>
		<simpleType>
			<restriction base="string">
				<enumeration value="onLoad"/>
				<enumeration value="onRequest"/>
				<enumeration value="other"/>
				<enumeration value="none"/>
			</restriction>
		</simpleType>
	</attribute>
	<!-- traversal attributes -->
	<attribute name="label" type="string"/>
	<attribute name="from" type="string"/>
	<attribute name="to" type="string"/>
	<!-- ==============================================================

       Attributes grouped by XLink type, as specified in the W3C 

       Proposed Recommendation (dated 2000-12-20)

  =================================================================== -->
	<attributeGroup name="simpleLink">
		<attribute name="type" type="string" fixed="simple" form="qualified"/>
		<attribute ref="xlink:href" use="optional"/>
		<attribute ref="xlink:role" use="optional"/>
		<attribute ref="xlink:arcrole" use="optional"/>
		<attribute ref="xlink:title" use="optional"/>
		<attribute ref="xlink:show" use="optional"/>
		<attribute ref="xlink:actuate" use="optional"/>
	</attributeGroup>
	<attributeGroup name="extendedLink">
		<attribute name="type" type="string" fixed="extended" form="qualified"/>
		<attribute ref="xlink:role" use="optional"/>
		<attribute ref="xlink:title" use="optional"/>
	</attributeGroup>
	<attributeGroup name="locatorLink">
		<attribute name="type" type="string" fixed="locator" form="qualified"/>
		<attribute ref="xlink:href" use="required"/>
		<attribute ref="xlink:role" use="optional"/>
		<attribute ref="xlink:title" use="optional"/>
		<attribute ref="xlink:label" use="optional"/>
	</attributeGroup>
	<attributeGroup name="arcLink">
		<attribute name="type" type="string" fixed="arc" form="qualified"/>
		<attribute ref="xlink:arcrole" use="optional"/>
		<attribute ref="xlink:title" use="optional"/>
		<attribute ref="xlink:show" use="optional"/>
		<attribute ref="xlink:actuate" use="optional"/>
		<attribute ref="xlink:from" use="optional"/>
		<attribute ref="xlink:to" use="optional"/>
	</attributeGroup>
	<attributeGroup name="resourceLink">
		<attribute name="type" type="string" fixed="resource" form="qualified"/>
		<attribute ref="xlink:role" use="optional"/>
		<attribute ref="xlink:title" use="optional"/>
		<attribute ref="xlink:label" use="optional"/>
	</attributeGroup>
	<attributeGroup name="titleLink">
		<attribute name="type" type="string" fixed="title" form="qualified"/>
	</attributeGroup>
	<attributeGroup name="emptyLink">
		<attribute name="type" type="string" fixed="none" form="qualified"/>
	</attributeGroup>
</schema>
<?xml version="1.0" encoding="UTF-8"?>
<!-- 

	Normbasierte Austauschschnittstelle NAS

	Erstellt: 25.09.2001 13:04:06

-->
<xs:schema targetNamespace="http://www.adv-online.de/namespace/adv"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml"; xmlns:adv="http://www.adv-online.de/namespace/adv"; elementFormDefault="qualified" version="0.1">
	<xs:include schemaLocation="ISO19100.xsd"/>
	<xs:import namespace="http://www.opengis.net/gml"; schemaLocation="feature.xsd"/>
	<!--PART 1 - Objects with identity-->
	<!--PART 2 - Type declarations-->
	<!-- Paket AAA_Basisklassen -->
	<xs:complexType name="AA_ZUSOType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="bestehtAus" type="adv:ref_AA_ObjektType" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AA_NREOType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AA_ModellartenkennungType">
		<xs:restriction base="adv:CodeListValue"/>
	</xs:simpleType>
	<xs:complexType name="AA_FachdatenobjektType">
		<xs:sequence>
			<xs:element name="fachdatenobjekt" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AA_LebenszeitintervallType">
		<xs:sequence>
			<xs:element name="beginnt" type="xs:dateTime"/>
			<xs:element name="endet" type="xs:dateTime" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AA_AnlassType">
		<xs:restriction base="adv:CodeListValue"/>
	</xs:simpleType>
	<!-- Paket AAU_Unabhaengige Geometrie -->
	<xs:complexType name="AU_PunktobjektType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:position"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AU_LinienobjektType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:multiCenterLineOf"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AU_FlaechenobjektType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:extentOf"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AU_KontinuierlichesLinienobjektType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:centerLineOf"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<!-- Paket AAA_Katalog -->
	<!-- Paket AAP_Praesentationsobjekte -->
	<xs:complexType name="AP_PPOType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="SN" type="xs:integer"/>
					<xs:element name="DPL" type="xs:integer"/>
					<xs:element name="DPF" type="xs:integer"/>
					<xs:element name="dientZurDarstellungVon" type="adv:ref_AA_ObjektType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:position"/>
					<xs:element name="drehwinkel" type="xs:decimal" default="0" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AP_LPOType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="SN" type="xs:integer"/>
					<xs:element name="DPL" type="xs:integer"/>
					<xs:element name="DPF" type="xs:integer"/>
					<xs:element name="dientZurDarstellungVon" type="adv:ref_AA_ObjektType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:multiCenterLineOf"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AP_FPOType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="SN" type="xs:integer"/>
					<xs:element name="DPL" type="xs:integer"/>
					<xs:element name="DPF" type="xs:integer"/>
					<xs:element name="dientZurDarstellungVon" type="adv:ref_AA_ObjektType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:extentOf"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AP_FontFarbeType">
		<xs:restriction base="adv:CodeListValue"/>
	</xs:simpleType>
	<xs:simpleType name="AP_FontNeigungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="senkrecht"/>
			<xs:enumeration value="kursiv"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AP_HorizontaleAusrichtungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="linksbündig"/>
			<xs:enumeration value="rechtsbündig"/>
			<xs:enumeration value="zentrisch"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AP_PTOType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:position"/>
					<xs:element name="SN" type="xs:integer"/>
					<xs:element name="DPL" type="xs:integer"/>
					<xs:element name="DPF" type="xs:integer"/>
					<xs:element name="dientZurDarstellungVon" type="adv:ref_AA_ObjektType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="Schriftinhalt" type="xs:string" minOccurs="0"/>
					<xs:element name="fontName" type="xs:string"/>
					<xs:element name="fontSperrung" type="xs:decimal"/>
					<xs:element name="fontGroesse" type="xs:decimal"/>
					<xs:element name="fontFarbe" type="adv:AP_FontFarbeType" default="schwarz"/>
					<xs:element name="fontNeigung" type="adv:AP_FontNeigungType" default="senkrecht"/>
					<xs:element name="horizontaleAusrichtung" type="adv:AP_HorizontaleAusrichtungType" default="linksbündig"/>
					<xs:element name="vertikaleAusrichtung" type="adv:AP_VertikaleAusrichtungType" default="Basis"/>
					<xs:element name="drehwinkel" type="xs:decimal" default="0" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AP_LTOType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="SN" type="xs:integer"/>
					<xs:element name="DPL" type="xs:integer"/>
					<xs:element name="DPF" type="xs:integer"/>
					<xs:element name="dientZurDarstellungVon" type="adv:ref_AA_ObjektType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="Schriftinhalt" type="xs:string" minOccurs="0"/>
					<xs:element name="fontName" type="xs:string"/>
					<xs:element name="fontSperrung" type="xs:decimal"/>
					<xs:element name="fontGroesse" type="xs:decimal"/>
					<xs:element name="fontFarbe" type="adv:AP_FontFarbeType" default="schwarz"/>
					<xs:element name="fontNeigung" type="adv:AP_FontNeigungType" default="senkrecht"/>
					<xs:element name="horizontaleAusrichtung" type="adv:AP_HorizontaleAusrichtungType" default="linksbündig"/>
					<xs:element name="vertikaleAusrichtung" type="adv:AP_VertikaleAusrichtungType" default="Basis"/>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AP_VertikaleAusrichtungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Basis"/>
			<xs:enumeration value="Mitte"/>
			<xs:enumeration value="oben"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket AAA - Spatial Schema -->
	<xs:complexType name="TA_SurfaceComponentType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="linienthema" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="theme" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:extentOf" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="TA_CurveComponentType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="linienthema" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="theme" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:edgeOf" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="TA_PointComponentType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="linienthema" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="theme" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:position"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="TA_MultiSurfaceComponentType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="linienthema" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="theme" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:multiExtentOf"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AU_ObjektMitUnabhaengigerGeometrieType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:choice>
						<xs:element ref="gml:position"/>
						<xs:element ref="gml:centerLineOf"/>
						<xs:element ref="gml:multiCenterLineOf"/>
						<xs:element ref="gml:extentOf"/>
					</xs:choice>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AA_ThemenartType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket AAG_GemeinsameGeometrie -->
	<xs:complexType name="AG_PunktobjektType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="linienthema" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:position"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AG_LinienobjektType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="linienthema" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:edgeOf"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AG_FlaechenobjektType" abstract="true">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="lebenszeitintervall" type="adv:AA_LebenszeitintervallType"/>
					<xs:element name="anlass" type="adv:Sequence_AA_Anlass_Type" minOccurs="0"/>
					<xs:element name="zeigtAufExternes" type="adv:Set_AA_Fachdatenobjekt_Type" minOccurs="0"/>
					<xs:element name="modellartenZugehoerigkeit" type="adv:Set_AA_Modellartenkennung_Type"/>
					<xs:element name="hatDirektUnten" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="ist_abgeleitet_aus" type="adv:ref_AA_REOType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="linienthema" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element ref="gml:extentOf"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Set_AA_Fachdatenobjekt_Type">
		<xs:sequence maxOccurs="unbounded">
			<xs:element name="AA_Fachdatenobjekt" type="adv:AA_FachdatenobjektType"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Set_AA_Modellartenkennung_Type">
		<xs:sequence maxOccurs="unbounded">
			<xs:element name="AA_Modellartenkennung" type="adv:AA_ModellartenkennungType"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Sequence_AA_Anlass_Type">
		<xs:sequence maxOccurs="unbounded">
			<xs:element name="AA_Anlass" type="adv:AA_AnlassType"/>
		</xs:sequence>
	</xs:complexType>
	<!--PART 3 - Object Reference types-->
	<xs:complexType name="ref_AA_ObjektType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AA_REOType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<!-- 

	Normbasierte Austauschschnittstelle NAS

	Erstellt: 25.09.2001 13:04:14

-->
<xs:schema targetNamespace="http://www.adv-online.de/namespace/adv"; xmlns:wfs="http://www.opengis.net/namespaces/wfs"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml"; xmlns:adv="http://www.adv-online.de/namespace/adv"; elementFormDefault="qualified" version="0.1">
	<xs:include schemaLocation="AAA-Anwendungsschema.xsd"/>
	<xs:import namespace="http://www.opengis.net/namespaces/wfs"; schemaLocation="TransactionRequest.xsd"/>
	<xs:element name="AX_Fortfuehrungsauftrag" type="adv:AX_FortfuehrungsauftragType"/>
	<xs:complexType name="AX_FortfuehrungsauftragType">
		<xs:sequence>
			<xs:element name="profilkennung" type="xs:string"/>
			<xs:element name="antragsnummer" type="xs:string"/>
			<xs:element name="empfaenger" type="adv:AX_EmpfaengerType"/>
			<xs:element name="auftragsnummer" type="xs:string"/>
			<xs:element name="verarbeitungsart" type="adv:AX_Verarbeitungsart_FortfuehrungsauftragType" minOccurs="0"/>
			<xs:element ref="wfs:Transaction" maxOccurs="unbounded"/>
			<xs:element name="verwendeteThemen" type="adv:AX_ThemendeklarationType" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_EmpfaengerType">
		<xs:choice>
			<xs:element name="direkt" type="xs:boolean" default="true"/>
			<xs:element name="email" type="xs:anyURI"/>
			<xs:element name="http" type="xs:anyURI"/>
			<xs:element name="manuell" type="xs:string"/>
		</xs:choice>
	</xs:complexType>
	<xs:simpleType name="AX_Verarbeitungsart_FortfuehrungsauftragType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_ThemendeklarationType">
		<xs:sequence>
			<xs:element name="art" type="adv:AX_Art_ThemendeklarationType"/>
			<xs:element name="objektart" type="xs:string" maxOccurs="unbounded"/>
			<xs:element name="name" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AX_Art_ThemendeklarationType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<!-- File: feature.xsd  -->
<schema targetNamespace="http://www.opengis.net/gml"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml"; elementFormDefault="qualified" version="2.05">
	<annotation>
		<appinfo>feature.xsd v2.05 2001-02</appinfo>
		<documentation xml:lang="en">
      GML Feature schema. Copyright (c) 2001 OGC, All Rights Reserved.
    </documentation>
	</annotation>
	<!-- include constructs from the GML Geometry schema -->
	<include schemaLocation="geometry.xsd"/>
	<!-- ==============================================================
       global declarations
  =================================================================== -->
	<element name="_Feature" type="gml:AbstractFeatureType" abstract="true"/>
	<element name="_FeatureCollection" type="gml:AbstractFeatureCollectionType" abstract="true" substitutionGroup="gml:_Feature"/>
	<element name="featureMember" type="gml:FeatureAssociationType"/>
	<!-- some basic geometric properties of features -->
	<element name="_geometryProperty" type="gml:GeometryPropertyType" abstract="true"/>
	<element name="geometryProperty" type="gml:GeometryPropertyType"/>
	<element name="boundedBy" type="gml:BoundingShapeType"/>
	<element name="pointProperty" type="gml:PointPropertyType" substitutionGroup="gml:_geometryProperty"/>
	<element name="polygonProperty" type="gml:PolygonPropertyType" substitutionGroup="gml:_geometryProperty"/>
	<element name="lineStringProperty" type="gml:LineStringPropertyType" substitutionGroup="gml:_geometryProperty"/>
	<element name="multiPointProperty" type="gml:MultiPointPropertyType" substitutionGroup="gml:_geometryProperty"/>
	<element name="multiLineStringProperty" type="gml:MultiLineStringPropertyType" substitutionGroup="gml:_geometryProperty"/>
	<element name="multiPolygonProperty" type="gml:MultiPolygonPropertyType" substitutionGroup="gml:_geometryProperty"/>
	<element name="multiGeometryProperty" type="gml:MultiGeometryPropertyType" substitutionGroup="gml:_geometryProperty"/>
	<!-- common aliases for geometric properties -->
	<element name="location" type="gml:PointPropertyType" substitutionGroup="gml:pointProperty"/>
	<element name="centerOf" type="gml:PointPropertyType" substitutionGroup="gml:pointProperty"/>
	<element name="position" type="gml:PointPropertyType" substitutionGroup="gml:pointProperty"/>
	<element name="extentOf" type="gml:PolygonPropertyType" substitutionGroup="gml:polygonProperty"/>
	<element name="coverage" type="gml:PolygonPropertyType" substitutionGroup="gml:polygonProperty"/>
	<element name="edgeOf" type="gml:LineStringPropertyType" substitutionGroup="gml:lineStringProperty"/>
	<element name="centerLineOf" type="gml:LineStringPropertyType" substitutionGroup="gml:lineStringProperty"/>
	<element name="multiLocation" type="gml:MultiPointPropertyType" substitutionGroup="gml:multiPointProperty"/>
	<element name="multiCenterOf" type="gml:MultiPointPropertyType" substitutionGroup="gml:multiPointProperty"/>
	<element name="multiPosition" type="gml:MultiPointPropertyType" substitutionGroup="gml:multiPointProperty"/>
	<element name="multiCenterLineOf" type="gml:MultiLineStringPropertyType" substitutionGroup="gml:multiLineStringProperty"/>
	<element name="multiEdgeOf" type="gml:MultiLineStringPropertyType" substitutionGroup="gml:multiLineStringProperty"/>
	<element name="multiCoverage" type="gml:MultiPolygonPropertyType" substitutionGroup="gml:multiPolygonProperty"/>
	<element name="multiExtentOf" type="gml:MultiPolygonPropertyType" substitutionGroup="gml:multiPolygonProperty"/>
	<!-- common feature descriptors -->
	<element name="description" type="string"/>
	<element name="name" type="string"/>
	<!-- ==============================================================
       abstract supertypes
  =================================================================== -->
	<complexType name="AbstractFeatureType" abstract="true">
		<annotation>
			<documentation>
        An abstract feature provides a set of common properties. A concrete 
        feature type must derive from this type and specify additional 
        properties in an application schema. A feature may optionally 
        possess an identifying attribute ('fid').
      </documentation>
		</annotation>
		<sequence>
			<element ref="gml:description" minOccurs="0"/>
			<element ref="gml:name" minOccurs="0"/>
			<element ref="gml:boundedBy" minOccurs="0"/>
			<!-- additional properties must be specified in an application schema -->
		</sequence>
		<attribute name="fid" type="ID" use="optional"/>
	</complexType>
	<complexType name="AbstractFeatureCollectionBaseType" abstract="true">
		<annotation>
			<documentation>
        This abstract base type just makes the boundedBy element mandatory 
        for a feature collection.
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:AbstractFeatureType">
				<sequence>
					<element ref="gml:description" minOccurs="0"/>
					<element ref="gml:name" minOccurs="0"/>
					<element ref="gml:boundedBy"/>
				</sequence>
				<attribute name="fid" type="ID" use="optional"/>
			</restriction>
		</complexContent>
	</complexType>
	<complexType name="AbstractFeatureCollectionType" abstract="true">
		<annotation>
			<documentation>
        A feature collection contains zero or more featureMember elements.
      </documentation>
		</annotation>
		<complexContent>
			<extension base="gml:AbstractFeatureCollectionBaseType">
				<sequence>
					<element ref="gml:featureMember" minOccurs="0" maxOccurs="unbounded"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="GeometryPropertyType">
		<annotation>
			<documentation>
        A simple geometric property encapsulates a geometry element.
        Alternatively, it can function as a pointer (simple-type link) 
        that refers to a remote geometry element.
      </documentation>
		</annotation>
		<sequence minOccurs="0">
			<element ref="gml:_Geometry"/>
		</sequence>
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
	</complexType>
	<complexType name="FeatureAssociationType">
		<annotation>
			<documentation>
        A featureMember is a feature (or feature collection); this type can 
        be restricted in an application schema to allow only specified features 
        as valid members. Alternatively, it can function as a simple link that 
        points to a remote feature.
      </documentation>
		</annotation>
		<sequence minOccurs="0">
			<element ref="gml:_Feature"/>
		</sequence>
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
	</complexType>
	<complexType name="BoundingShapeType">
		<annotation>
			<documentation>
        Bounding shapes--a Box or a null element are currently allowed.
      </documentation>
		</annotation>
		<sequence>
			<choice>
				<element ref="gml:Box"/>
				<element name="null" type="gml:NullType"/>
			</choice>
		</sequence>
	</complexType>
	<!-- ==============================================================
       geometric properties
  =================================================================== -->
	<complexType name="PointPropertyType">
		<annotation>
			<documentation>
        Encapsulates a single point to represent position, location, or 
        centerOf properties.
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:GeometryPropertyType">
				<sequence>
					<element ref="gml:Point" minOccurs="0"/>
				</sequence>
			</restriction>
		</complexContent>
	</complexType>
	<complexType name="PolygonPropertyType">
		<annotation>
			<documentation>
        Encapsulates a single polygon to represent coverage or extentOf 
        properties.
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:GeometryPropertyType">
				<sequence>
					<element ref="gml:Polygon" minOccurs="0"/>
				</sequence>
			</restriction>
		</complexContent>
	</complexType>
	<complexType name="LineStringPropertyType">
		<annotation>
			<documentation>
        Encapsulates a single LineString to represent centerLineOf or 
        edgeOf properties.
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:GeometryPropertyType">
				<sequence>
					<element ref="gml:LineString" minOccurs="0"/>
				</sequence>
			</restriction>
		</complexContent>
	</complexType>
	<complexType name="MultiPointPropertyType">
		<annotation>
			<documentation>
        Encapsulates a MultiPoint element to represent the following 
        discontiguous geometric properties: multiLocation, multiPosition, 
        multiCenterOf.
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:GeometryPropertyType">
				<sequence>
					<element ref="gml:MultiPoint" minOccurs="0"/>
				</sequence>
			</restriction>
		</complexContent>
	</complexType>
	<complexType name="MultiLineStringPropertyType">
		<annotation>
			<documentation>
        Encapsulates a MultiLineString element to represent the following 
        discontiguous geometric properties: multiEdgeOf, multiCenterLineOf.
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:GeometryPropertyType">
				<sequence>
					<element ref="gml:MultiLineString" minOccurs="0"/>
				</sequence>
			</restriction>
		</complexContent>
	</complexType>
	<complexType name="MultiPolygonPropertyType">
		<annotation>
			<documentation>
        Encapsulates a MultiPolygon to represent the following discontiguous 
        geometric properties: multiCoverage, multiExtentOf.
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:GeometryPropertyType">
				<sequence>
					<element ref="gml:MultiPolygon" minOccurs="0"/>
				</sequence>
			</restriction>
		</complexContent>
	</complexType>
	<complexType name="MultiGeometryPropertyType">
		<annotation>
			<documentation>Encapsulates a MultiGeometry element.</documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:GeometryPropertyType">
				<sequence>
					<element ref="gml:MultiGeometry" minOccurs="0"/>
				</sequence>
			</restriction>
		</complexContent>
	</complexType>
	<simpleType name="NullType">
		<annotation>
			<documentation>
        If a bounding shape is not provided for a feature collection, 
        explain why. Allowable values are:
        innapplicable - the features do not have geometry
        unknown - the boundingBox cannot be computed
        unavailable - there may be a boundingBox but it is not divulged
        missing - there are no features
      </documentation>
		</annotation>
		<restriction base="string">
			<enumeration value="inapplicable"/>
			<enumeration value="unknown"/>
			<enumeration value="unavailable"/>
			<enumeration value="missing"/>
		</restriction>
	</simpleType>
</schema>
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://www.opengis.net/namespaces/wfs"; xmlns:wfs="http://www.opengis.net/namespaces/wfs"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml"; elementFormDefault="qualified">
	<annotation>
		<appinfo>FilterRequest.xsd v0.2 2001-02</appinfo>
		<documentation xml:lang="en">WFS interface schema. Copyright (c) 2001 OGC, All Rights Reserved.</documentation>
	</annotation>
	<!-- ==============================================================
	Includes and Imports
 	============================================================== -->
	<include schemaLocation="WFSCommon.xsd"/>
	<import namespace="http://www.opengis.net/gml"; schemaLocation="geometry.xsd"/>
	<!-- ==============================================================
	Global elements and attributes
 	============================================================== -->
	<element name="_AbstractOperator" type="wfs:_AbstractOperatorType" abstract="true"/>
	<element name="And" type="wfs:AndType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Or" type="wfs:OrType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Not" type="wfs:NotType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Equals" type="wfs:EqualsType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Disjoint" type="wfs:DisjointType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Intersects" type="wfs:IntersectsType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Touches" type="wfs:TouchesType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Crosses" type="wfs:CrossesType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Within" type="wfs:WithinType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Contains" type="wfs:ContainsType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Overlaps" type="wfs:OverlapsType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Beyond" type="wfs:BeyondType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="PropertyIsEqualTo" type="wfs:PropertyIsEqualToType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="PropertyIsLessThan" type="wfs:PropertyIsLessThanType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="PropertyIsGreaterThan" type="wfs:PropertyIsGreaterThanType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="PropertyIsLessThanOrEqualTo" type="wfs:PropertyIsLessThanOrEqualToType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="PropertyIsGreaterThanOrEqualTo" type="wfs:PropertyIsGreaterThanOrEqualToType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="PropertyIsLike" type="wfs:PropertyIsLikeType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="PropertyIsNull" type="wfs:PropertyIsNullType" substitutionGroup="wfs:_AbstractOperator"/>
	<element name="Distance" type="wfs:DistanceType"/>
	<element name="PropertyName" type="wfs:PropertyNameType"/>
	<element name="Function" type="wfs:FunctionType"/>
	<element name="Literal" type="wfs:LiteralType"/>
	<!-- ==============================================================
	Root element
 	============================================================== -->
	<element name="Filter" type="wfs:FilterType"/>
	<!-- ==============================================================
	Types
 	============================================================== -->
	<complexType name="_AbstractOperatorType" abstract="true"/>
	<complexType name="FilterType">
		<sequence>
			<choice>
				<element ref="wfs:_AbstractOperator"/>
				<element ref="wfs:FeatureId" maxOccurs="unbounded"/>
				<element ref="wfs:Native"/>
			</choice>
		</sequence>
	</complexType>
	<complexType name="AndType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
        <sequence>
            <element ref="wfs:_AbstractOperator" minOccurs="2" maxOccurs="unbounded"/>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:_AbstractOperator" minOccurs="2" maxOccurs="unbounded"/>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="OrType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:_AbstractOperator" minOccurs="2" maxOccurs="unbounded"/>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:_AbstractOperator" minOccurs="2" maxOccurs="unbounded"/>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="NotType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:_AbstractOperator"/>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:_AbstractOperator" minOccurs="2" maxOccurs="unbounded"/>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="EqualsType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:PropertyName"/>
			<choice>
				<element ref="gml:_Geometry"/>
				<element ref="gml:Box"/>
			</choice>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:PropertyName"/>
			        <choice>
				        <element ref="gml:_Geometry"/>
				        <element ref="gml:Box"/>
			        </choice>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="DisjointType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:PropertyName"/>
			<choice>
				<element ref="gml:_Geometry"/>
				<element ref="gml:Box"/>
			</choice>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:PropertyName"/>
			        <choice>
				        <element ref="gml:_Geometry"/>
				        <element ref="gml:Box"/>
			        </choice>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="IntersectsType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:PropertyName"/>
			<choice>
				<element ref="gml:_Geometry"/>
				<element ref="gml:Box"/>
			</choice>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:PropertyName"/>
			        <choice>
				        <element ref="gml:_Geometry"/>
				        <element ref="gml:Box"/>
			        </choice>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="TouchesType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:PropertyName"/>
			<choice>
				<element ref="gml:_Geometry"/>
				<element ref="gml:Box"/>
			</choice>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:PropertyName"/>
			        <choice>
				        <element ref="gml:_Geometry"/>
				        <element ref="gml:Box"/>
			        </choice>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="CrossesType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:PropertyName"/>
			<choice>
				<element ref="gml:_Geometry"/>
				<element ref="gml:Box"/>
			</choice>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:PropertyName"/>
			        <choice>
				        <element ref="gml:_Geometry"/>
				        <element ref="gml:Box"/>
			        </choice>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="WithinType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:PropertyName"/>
			<choice>
				<element ref="gml:_Geometry"/>
				<element ref="gml:Box"/>
			</choice>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:PropertyName"/>
			        <choice>
				        <element ref="gml:_Geometry"/>
				        <element ref="gml:Box"/>
			        </choice>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="ContainsType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:PropertyName"/>
			<choice>
				<element ref="gml:_Geometry"/>
				<element ref="gml:Box"/>
			</choice>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:PropertyName"/>
			        <choice>
				        <element ref="gml:_Geometry"/>
				        <element ref="gml:Box"/>
			        </choice>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="OverlapsType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:PropertyName"/>
			<choice>
				<element ref="gml:_Geometry"/>
				<element ref="gml:Box"/>
			</choice>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:PropertyName"/>
			        <choice>
				        <element ref="gml:_Geometry"/>
				        <element ref="gml:Box"/>
			        </choice>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="BeyondType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<element ref="wfs:PropertyName"/>
			<choice>
				<element ref="gml:_Geometry"/>
				<element ref="gml:Box"/>
			</choice>
			<element ref="wfs:Distance"/>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <element ref="wfs:PropertyName"/>
			        <choice>
				        <element ref="gml:_Geometry"/>
				        <element ref="gml:Box"/>
			        </choice>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="PropertyIsEqualToType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<choice>
				<element ref="wfs:FeatureId"/>
				<element ref="wfs:PropertyName"/>
			</choice>
			<element ref="wfs:Literal"/>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <choice>
				        <element ref="wfs:FeatureId"/>
				        <element ref="wfs:PropertyName"/>
			        </choice>
		        	<element ref="wfs:Literal"/>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="PropertyIsLessThanType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<choice>
				<element ref="wfs:FeatureId"/>
				<element ref="wfs:PropertyName"/>
			</choice>
			<element ref="wfs:Literal"/>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <choice>
				        <element ref="wfs:FeatureId"/>
				        <element ref="wfs:PropertyName"/>
			        </choice>
		        	<element ref="wfs:Literal"/>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="PropertyIsGreaterThanType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<choice>
				<element ref="wfs:FeatureId"/>
				<element ref="wfs:PropertyName"/>
			</choice>
			<element ref="wfs:Literal"/>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <choice>
				        <element ref="wfs:FeatureId"/>
				        <element ref="wfs:PropertyName"/>
			        </choice>
		        	<element ref="wfs:Literal"/>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="PropertyIsLessThanOrEqualToType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<choice>
				<element ref="wfs:FeatureId"/>
				<element ref="wfs:PropertyName"/>
			</choice>
			<element ref="wfs:Literal"/>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <choice>
				        <element ref="wfs:FeatureId"/>
				        <element ref="wfs:PropertyName"/>
			        </choice>
		        	<element ref="wfs:Literal"/>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="PropertyIsGreaterThanOrEqualToType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<choice>
				<element ref="wfs:FeatureId"/>
				<element ref="wfs:PropertyName"/>
			</choice>
			<element ref="wfs:Literal"/>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <choice>
				        <element ref="wfs:FeatureId"/>
				        <element ref="wfs:PropertyName"/>
			        </choice>
		        	<element ref="wfs:Literal"/>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="PropertyIsLikeType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<choice>
				<element ref="wfs:FeatureId"/>
				<element ref="wfs:PropertyName"/>
			</choice>
			<element ref="wfs:Literal"/>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <choice>
				        <element ref="wfs:FeatureId"/>
				        <element ref="wfs:PropertyName"/>
			        </choice>
		        	<element ref="wfs:Literal"/>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="PropertyIsNullType">
<!--  False Declaration caused Error in Apache Xerces 1.4.3
		<sequence>
			<choice>
				<element ref="wfs:FeatureId"/>
				<element ref="wfs:PropertyName"/>
			</choice>
		</sequence>
-->
        <complexContent>
            <extension base="wfs:_AbstractOperatorType">
		        <sequence>
			        <choice>
				        <element ref="wfs:FeatureId"/>
				        <element ref="wfs:PropertyName"/>
			        </choice>
		        </sequence>
            </extension>
        </complexContent>
	</complexType>
	<complexType name="DistanceType">
		<simpleContent>
			<extension base="string">
				<attribute name="units" type="normalizedString" use="required"/>
			</extension>
		</simpleContent>
	</complexType>
	<complexType name="PropertyNameType" mixed="true">
		<sequence>
			<choice minOccurs="0">
				<element ref="wfs:Function"/>
			</choice>
		</sequence>
	</complexType>
	<complexType name="FunctionType" mixed="true">
		<sequence>
			<choice minOccurs="0">
				<element ref="wfs:PropertyName"/>
				<element ref="wfs:Literal"/>
			</choice>
		</sequence>
		<attribute name="name" type="normalizedString"/>
	</complexType>
	<complexType name="LiteralType" mixed="true">
		<sequence>
			<choice minOccurs="0">
				<element ref="wfs:Function"/>
				<element ref="gml:_Geometry"/>
				<element ref="gml:Box"/>
			</choice>
		</sequence>
	</complexType>
</schema>
<?xml version="1.0" encoding="UTF-8"?>
<!--  File: geometry.xsd  -->
<schema targetNamespace="http://www.opengis.net/gml"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml"; xmlns:xlink="http://www.w3.org/1999/xlink"; elementFormDefault="qualified" version="2.05">
	<annotation>
		<appinfo>geometry.xsd v2.05 2001-02</appinfo>
		<documentation xml:lang="en">
      GML Geometry schema. Copyright (c) 2001 OGC, All Rights Reserved.
    </documentation>
	</annotation>
	<!-- bring in the XLink attributes -->
	<import namespace="http://www.w3.org/1999/xlink"; schemaLocation="xlinks.xsd"/>
	<!-- ==============================================================
       global declarations
  =================================================================== -->
	<element name="_Geometry" type="gml:AbstractGeometryType" abstract="true"/>
	<element name="_GeometryCollection" type="gml:GeometryCollectionType" abstract="true"/>
	<element name="geometryMember" type="gml:GeometryAssociationType"/>
	<!-- primitive geometry elements -->
	<element name="Point" type="gml:PointType" substitutionGroup="gml:_Geometry"/>
	<element name="LineString" type="gml:LineStringType" substitutionGroup="gml:_Geometry"/>
	<element name="LinearRing" type="gml:LinearRingType" substitutionGroup="gml:_Geometry"/>
	<element name="Polygon" type="gml:PolygonType" substitutionGroup="gml:_Geometry"/>
	<element name="Box" type="gml:BoxType"/>
	<!-- aggregate geometry elements -->
	<element name="MultiGeometry" type="gml:GeometryCollectionType"/>
	<element name="MultiPoint" type="gml:MultiPointType" substitutionGroup="gml:_Geometry"/>
	<element name="MultiLineString" type="gml:MultiLineStringType" substitutionGroup="gml:_Geometry"/>
	<element name="MultiPolygon" type="gml:MultiPolygonType" substitutionGroup="gml:_Geometry"/>
	<!-- coordinate elements -->
	<element name="coord" type="gml:CoordType"/>
	<element name="coordinates" type="gml:CoordinatesType"/>
	<!-- this attribute gives the location where an element is defined -->
	<attribute name="remoteSchema" type="anyURI"/>
	<!-- ==============================================================
       abstract supertypes
  =================================================================== -->
	<complexType name="AbstractGeometryType" abstract="true">
		<annotation>
			<documentation>
        All geometry elements are derived from this abstract supertype; 
        a geometry element may have an identifying attribute ('gid'). 
        It may be associated with a spatial reference system.
      </documentation>
		</annotation>
		<attribute name="gid" type="ID" use="optional"/>
		<attribute name="srsName" type="anyURI" use="optional"/>
	</complexType>
	<complexType name="AbstractGeometryCollectionBaseType" abstract="true">
		<annotation>
			<documentation>
        This abstract base type for geometry collections just makes the 
        srsName attribute mandatory.
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:AbstractGeometryType">
				<attribute name="gid" type="ID" use="optional"/>
				<attribute name="srsName" type="anyURI" use="required"/>
			</restriction>
		</complexContent>
	</complexType>
	<attributeGroup name="AssociationAttributeGroup">
		<annotation>
			<documentation>
        These attributes can be attached to any element, thus allowing it 
        to act as a pointer. The 'remoteSchema' attribute allows an element 
        that carries link attributes to indicate that the element is declared 
        in a remote schema rather than by the schema that constrains the 
        current document instance.  
      </documentation>
		</annotation>
		<attributeGroup ref="xlink:simpleLink"/>
		<attribute ref="gml:remoteSchema" use="optional"/>
	</attributeGroup>
	<complexType name="GeometryAssociationType">
		<annotation>
			<documentation>
        A geometryMember encapsulates any primitive geometry element. 
        Alternatively, it can function as a simple link that points to a 
        remote geometry.
      </documentation>
		</annotation>
		<sequence>
			<element ref="gml:_Geometry" minOccurs="0"/>
		</sequence>
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
	</complexType>
	<!-- ==============================================================
       primitive geometry types
  =================================================================== -->
	<complexType name="PointType">
		<annotation>
			<documentation>
        A Point is defined by a single coordinate tuple.
      </documentation>
		</annotation>
		<complexContent>
			<extension base="gml:AbstractGeometryType">
				<sequence>
					<choice>
						<element ref="gml:coord"/>
						<element ref="gml:coordinates"/>
					</choice>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="LineStringType">
		<annotation>
			<documentation>
        A LineString is defined by two or more coordinate tuples, with 
        linear interpolation between them. 
      </documentation>
		</annotation>
		<complexContent>
			<extension base="gml:AbstractGeometryType">
				<sequence>
					<choice>
						<element ref="gml:coord" minOccurs="2" maxOccurs="unbounded"/>
						<element ref="gml:coordinates"/>
					</choice>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="LinearRingType">
		<annotation>
			<documentation>
        A LinearRing is defined by four or more coordinate tuples, with 
        linear interpolation between them; the first and last coordinates 
        must be coincident.
      </documentation>
		</annotation>
		<complexContent>
			<extension base="gml:AbstractGeometryType">
				<sequence>
					<choice>
						<element ref="gml:coord" minOccurs="4" maxOccurs="unbounded"/>
						<element ref="gml:coordinates"/>
					</choice>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="BoxType">
		<annotation>
			<documentation>
        The Box structure defines an extent using a pair of coordinate tuples.
      </documentation>
		</annotation>
		<complexContent>
			<extension base="gml:AbstractGeometryType">
				<sequence>
					<choice>
						<element ref="gml:coord" minOccurs="2" maxOccurs="2"/>
						<element ref="gml:coordinates"/>
					</choice>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="PolygonType">
		<annotation>
			<documentation>
        A Polygon is defined by an outer boundary and zero or more inner 
        boundaries which are in turn defined by LinearRings.
      </documentation>
		</annotation>
		<complexContent>
			<extension base="gml:AbstractGeometryType">
				<sequence>
					<element name="outerBoundaryIs">
						<complexType>
							<sequence>
								<element ref="gml:LinearRing"/>
							</sequence>
						</complexType>
					</element>
					<element name="innerBoundaryIs" minOccurs="0" maxOccurs="unbounded">
						<complexType>
							<sequence>
								<element ref="gml:LinearRing"/>
							</sequence>
						</complexType>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<!-- ==============================================================
       aggregate geometry types
  =================================================================== -->
	<complexType name="GeometryCollectionType">
		<annotation>
			<documentation>
        A geometry collection must include one or more geometries, referenced 
        through geometryMember elements. User-defined geometry collections 
        that accept GML geometry classes as members must instantiate--or 
        derive from--this type.
      </documentation>
		</annotation>
		<complexContent>
			<extension base="gml:AbstractGeometryCollectionBaseType">
				<sequence>
					<element ref="gml:geometryMember" maxOccurs="unbounded"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="MultiPointType">
		<annotation>
			<documentation>
        A MultiPoint is defined by one or more Points, referenced through 
        pointMember elements.
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:GeometryCollectionType">
				<sequence>
					<element name="pointMember" maxOccurs="unbounded">
						<complexType>
							<sequence>
								<element ref="gml:Point"/>
							</sequence>
						</complexType>
					</element>
				</sequence>
			</restriction>
		</complexContent>
	</complexType>
	<complexType name="MultiLineStringType">
		<annotation>
			<documentation>
        A MultiLineString is defined by one or more LineStrings, referenced 
        through lineStringMember elements.
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:GeometryCollectionType">
				<sequence>
					<element name="lineStringMember" maxOccurs="unbounded">
						<complexType>
							<sequence>
								<element ref="gml:LineString"/>
							</sequence>
						</complexType>
					</element>
				</sequence>
			</restriction>
		</complexContent>
	</complexType>
	<complexType name="MultiPolygonType">
		<annotation>
			<documentation>
        A MultiPolygon is defined by one or more Polygons, referenced through 
        polygonMember elements. 
      </documentation>
		</annotation>
		<complexContent>
			<restriction base="gml:GeometryCollectionType">
				<sequence>
					<element name="polygonMember" maxOccurs="unbounded">
						<complexType>
							<sequence>
								<element ref="gml:Polygon"/>
							</sequence>
						</complexType>
					</element>
				</sequence>
			</restriction>
		</complexContent>
	</complexType>
	<!-- ==============================================================
       There are two ways to represent coordinates: (1) as a sequence 
       of <coord> elements that encapsulate tuples, or (2) using a 
       single <coordinates> string.
  =================================================================== -->
	<complexType name="CoordType">
		<annotation>
			<documentation>
        Represents a coordinate tuple in one, two, or three dimensions.
      </documentation>
		</annotation>
		<sequence>
			<element name="X" type="decimal"/>
			<element name="Y" type="decimal" minOccurs="0"/>
			<element name="Z" type="decimal" minOccurs="0"/>
		</sequence>
	</complexType>
	<complexType name="CoordinatesType">
		<annotation>
			<documentation>
        Coordinates can be included in a single string, but there is no 
        facility for validating string content. The value of the 'cs' attribute 
        is the separator for coordinate values, and the value of the 'ts' 
        attribute gives the tuple separator (a single space by default); the 
        default values may be changed to reflect local usage.
      </documentation>
		</annotation>
		<simpleContent>
			<extension base="string">
				<attribute name="decimal" type="string" default="."/>
				<attribute name="cs" type="string" default=","/>
				<attribute name="ts" type="string" default="&#x20;"/>
			</extension>
		</simpleContent>
	</complexType>
</schema>
<?xml version="1.0" encoding="UTF-8"?>
<!-- 

	Normbasierte Austauschschnittstelle NAS

	Erstellt: 25.09.2001 13:03:53

-->
<xs:schema targetNamespace="http://www.adv-online.de/namespace/adv"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml"; xmlns:adv="http://www.adv-online.de/namespace/adv"; elementFormDefault="qualified" version="0.1">
	<xs:import namespace="http://www.opengis.net/gml"; schemaLocation="feature.xsd"/>
	<!--PART 2 - Type declarations-->
	<xs:complexType name="LI_LineageType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="statement" type="xs:string" minOccurs="0"/>
					<xs:element name="source" type="adv:ref_LI_SourceType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="processStep" type="adv:ref_LI_ProcessStepType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="LI_SourceType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="description" type="xs:string" minOccurs="0"/>
					<xs:element name="scaleDenominator" type="adv:MD_RepresentativeFractionType" minOccurs="0"/>
					<xs:element name="datum" type="adv:MD_ReferenceSystemType" minOccurs="0"/>
					<xs:element name="sourceCitation" type="adv:CI_CitationType" minOccurs="0"/>
					<xs:element name="sourceExtent" type="adv:EX_ExtentType" minOccurs="0" maxOccurs="unbounded"/>
<!--  False Declaration caused Error in Apache Xerces 1.4.3
					<xs:element name="sourceExtent" type="adv:ref_EX_ExtentType" minOccurs="0" maxOccurs="unbounded"/>
-->
					<xs:element name="sourceStep" type="adv:ref_LI_ProcessStepType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="LI_ProcessStepType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="description" type="xs:string"/>
					<xs:element name="rationale" type="xs:string" minOccurs="0"/>
					<xs:element name="dateTime" type="xs:dateTime" minOccurs="0"/>
					<xs:element name="processor" type="adv:CI_ResponsiblePartyType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="source" type="adv:ref_LI_SourceType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="MD_RepresentativeFractionType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="denominator" type="xs:integer"/>
					<xs:element name="equivalentScale" type="adv:ref_ScaleType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="MD_ReferenceSystemType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="rsID" type="adv:RS_IdentifierType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="CI_CitationType">
		<xs:sequence>
			<xs:element name="title" type="xs:string"/>
			<xs:element name="alternateTitle" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="date" type="adv:CI_DateType" maxOccurs="unbounded"/>
			<xs:element name="edition" type="xs:string" minOccurs="0"/>
			<xs:element name="editionDate" type="xs:date" minOccurs="0"/>
			<xs:element name="identifier" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="identifierType" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="citedResponsibleParty" type="adv:CI_ResponsiblePartyType" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="presentationForm" type="adv:CI_PresentationFormCodeType" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="series" type="adv:CI_SeriesType" minOccurs="0"/>
			<xs:element name="otherCitationDetails" type="xs:string" minOccurs="0"/>
			<xs:element name="collectiveTitle" type="xs:string" minOccurs="0"/>
			<xs:element name="ISBN" type="xs:string" minOccurs="0"/>
			<xs:element name="ISSN" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="EX_ExtentType">
		<xs:sequence>
			<xs:element name="description" type="xs:string" minOccurs="0"/>
			<xs:element name="verticalElement" type="adv:ref_EX_VerticalExtentType" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="temporalElement" type="adv:ref_EX_TemporalExtentType" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="geographicElement" type="adv:ref_EX_GeographicExtentType" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="CI_ResponsiblePartyType">
		<xs:sequence>
			<xs:element name="individualName" type="xs:string" minOccurs="0"/>
			<xs:element name="organisationName" type="xs:string" minOccurs="0"/>
			<xs:element name="positionName" type="xs:string" minOccurs="0"/>
			<xs:element name="contactInfo" type="adv:CI_ContactType" minOccurs="0"/>
			<xs:element name="role" type="adv:CI_RoleCodeType"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ScaleType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="value" type="xs:decimal"/>
					<xs:element name="uom" type="adv:UomScaleType"/>
					<xs:element name="sourceUnits" type="adv:UomLengthType"/>
					<xs:element name="targetUnits" type="adv:UomLengthType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="RS_IdentifierType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="authority" type="adv:CI_CitationType" minOccurs="0"/>
					<xs:element name="code" type="xs:string"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="CI_DateType">
		<xs:sequence>
			<xs:element name="date" type="xs:date"/>
			<xs:element name="dateType" type="adv:CI_DateTypeCodeType"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="CI_PresentationFormCodeType">
		<xs:restriction base="adv:CodeListValue"/>
	</xs:simpleType>
	<xs:complexType name="CI_SeriesType">
		<xs:sequence>
			<xs:element name="name" type="xs:string" minOccurs="0"/>
			<xs:element name="issueIdentification" type="xs:string" minOccurs="0"/>
			<xs:element name="page" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="EX_VerticalExtentType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="minimumValue" type="xs:decimal"/>
					<xs:element name="maximumValue" type="xs:decimal"/>
					<xs:element name="unitOfMeasure" type="adv:UomLengthType"/>
					<xs:element name="verticalDatum" type="adv:ref_SC_VerticalDatumType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="EX_TemporalExtentType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="extent" type="adv:TM_PrimitiveType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="CI_ContactType">
		<xs:sequence>
			<xs:element name="phone" type="adv:CI_TelephoneType" minOccurs="0"/>
			<xs:element name="address" type="adv:CI_AddressType" minOccurs="0"/>
			<xs:element name="onlineResource" type="adv:CI_OnlineResourceType" minOccurs="0"/>
			<xs:element name="hoursOfService" type="xs:string" minOccurs="0"/>
			<xs:element name="contactInstructions" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="CI_RoleCodeType">
		<xs:restriction base="adv:CodeListValue"/>
	</xs:simpleType>
	<xs:complexType name="UomScaleType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="uomName" type="xs:string"/>
					<xs:element name="uomSymbol" type="xs:string"/>
					<xs:element name="nameISOstandardUnit" type="xs:string" minOccurs="0"/>
					<xs:element name="conversionToISOstandarUnit" type="xs:decimal" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="UomLengthType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="uomName" type="xs:string"/>
					<xs:element name="uomSymbol" type="xs:string"/>
					<xs:element name="nameISOstandardUnit" type="xs:string" minOccurs="0"/>
					<xs:element name="conversionToISOstandarUnit" type="xs:decimal" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="CI_DateTypeCodeType">
		<xs:restriction base="adv:CodeListValue"/>
	</xs:simpleType>
	<xs:complexType name="SC_VerticalDatumType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="datumID" type="adv:RS_IdentifierType"/>
					<xs:element name="alias" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="type" type="xs:string" minOccurs="0"/>
					<xs:element name="point" type="xs:string" minOccurs="0"/>
					<xs:element name="realizationEpoch" type="xs:date" minOccurs="0"/>
					<xs:element name="validArea" type="adv:EX_ExtentType" minOccurs="0"/>
					<xs:element name="scope" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="remarks" type="xs:string" minOccurs="0"/>
					<xs:element name="crs" type="adv:ref_SC_CoordinateReferenceSystemType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="TM_PrimitiveType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="CI_TelephoneType">
		<xs:sequence>
			<xs:element name="voice" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="facsimile" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="CI_AddressType">
		<xs:sequence>
			<xs:element name="deliveryPoint" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="city" type="xs:string" minOccurs="0"/>
			<xs:element name="administrativeArea" type="xs:string" minOccurs="0"/>
			<xs:element name="postalCode" type="xs:string" minOccurs="0"/>
			<xs:element name="country" type="xs:string" minOccurs="0"/>
			<xs:element name="electronicMailAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="CI_OnlineResourceType">
		<xs:sequence>
			<xs:element name="linkage" type="adv:URLType"/>
			<xs:element name="protocol" type="xs:string" minOccurs="0"/>
			<xs:element name="applicationProfile" type="xs:string" minOccurs="0"/>
			<xs:element name="name" type="xs:string" minOccurs="0"/>
			<xs:element name="description" type="xs:string" minOccurs="0"/>
			<xs:element name="function" type="adv:CI_OnLineFunctionCodeType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SC_CoordinateReferenceSystemType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="name" type="adv:RS_IdentifierType"/>
					<xs:element name="domainOfValidity" type="adv:EX_ExtentType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="kindCode" type="adv:SC_KindCodeType"/>
					<xs:element name="remarks" type="xs:string" minOccurs="0"/>
					<xs:element name="CRSID" type="adv:RS_IdentifierType"/>
					<xs:element name="alias" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="validArea" type="adv:EX_ExtentType" minOccurs="0"/>
					<xs:element name="scope" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="datum" type="adv:ref_SC_DatumType" minOccurs="0"/>
					<xs:element name="theSC_CoordinateSystem" type="adv:ref_SC_CoordinateSystemType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="URLType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="CI_OnLineFunctionCodeType">
		<xs:restriction base="adv:CodeListValue"/>
	</xs:simpleType>
	<xs:simpleType name="SC_KindCodeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1"/>
			<xs:enumeration value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="SC_DatumType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="datumID" type="adv:RS_IdentifierType"/>
					<xs:element name="alias" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="type" type="xs:string" minOccurs="0"/>
					<xs:element name="point" type="xs:string" minOccurs="0"/>
					<xs:element name="realizationEpoch" type="xs:date" minOccurs="0"/>
					<xs:element name="validArea" type="adv:EX_ExtentType" minOccurs="0"/>
					<xs:element name="scope" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="remarks" type="xs:string" minOccurs="0"/>
					<xs:element name="crs" type="adv:ref_SC_CoordinateReferenceSystemType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="SC_CoordinateSystemType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="CSID" type="adv:RS_IdentifierType"/>
					<xs:element name="type" type="adv:SC_CoordinateSystemTypeType"/>
					<xs:element name="dimension" type="xs:integer"/>
					<xs:element name="remarks" type="xs:string" minOccurs="0"/>
					<xs:element name="axis" type="adv:ref_SC_CoordinateSystemAxisType" maxOccurs="3"/>
					<xs:element name="theOperation" type="adv:ref_CC_OperationType" minOccurs="0"/>
					<xs:element name="ellipsoid" type="adv:ref_SC_EllipsoidType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="SC_CoordinateSystemTypeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Cartesian"/>
			<xs:enumeration value="geodetic"/>
			<xs:enumeration value="projected"/>
			<xs:enumeration value="polar"/>
			<xs:enumeration value="gravityRelated"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="SC_CoordinateSystemAxisType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="axisName" type="xs:string"/>
					<xs:element name="axisDirection" type="xs:string"/>
					<!--xs:element name="axisUnitID" type="adv:UnitOfMeasureType"/-->
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="CC_OperationType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="operationID" type="adv:RS_IdentifierType"/>
					<xs:element name="validArea" type="adv:EX_ExtentType" minOccurs="0"/>
					<xs:element name="scope" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="sourceID" type="adv:RS_IdentifierType" minOccurs="0"/>
					<xs:element name="targetID" type="adv:RS_IdentifierType" minOccurs="0"/>
					<xs:element name="version" type="xs:string" minOccurs="0"/>
					<xs:element name="methodName" type="xs:string" minOccurs="0"/>
					<xs:element name="methodNameAlias" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="formula" type="xs:string"/>
					<xs:element name="remarks" type="xs:string" minOccurs="0"/>
					<xs:element name="sequence" type="adv:ref_CC_ConcatenatedOperationType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="parameters" type="adv:ref_CC_OperationParametersType" maxOccurs="unbounded"/>
					<xs:element name="target" type="adv:ref_SC_CRSType"/>
					<xs:element name="source" type="adv:ref_SC_CRSType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="SC_EllipsoidType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="ellpsoidID" type="adv:RS_IdentifierType"/>
					<xs:element name="alias" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="semiMajorAxis" type="xs:decimal"/>
					<xs:element name="ellpsoidShape" type="xs:boolean"/>
					<xs:element name="inverseFlattening" type="adv:SC_InverseFlatteningType" minOccurs="0"/>
					<xs:element name="remarks" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="CC_ConcatenatedOperationType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="concatOpID" type="adv:RS_IdentifierType" minOccurs="0"/>
					<xs:element name="numberOfSteps" type="xs:integer"/>
					<xs:element name="stepID" type="adv:Sequence_RS_Identifier_Type"/>
					<xs:element name="validArea" type="adv:EX_ExtentType" minOccurs="0"/>
					<xs:element name="scope" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="remarks" type="xs:string" minOccurs="0"/>
					<xs:element name="step" type="adv:ref_CC_OperationType" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="CC_OperationParametersType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="name" type="xs:string"/>
					<xs:element name="value" type="adv:MeasureType"/>
					<xs:element name="remarks" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="SC_InverseFlatteningType">
		<xs:choice>
			<xs:element name="inverseFlattening" type="xs:decimal"/>
<!--  False Declaration caused Error in Apache Xerces 1.4.3
			<xs:element name="isInfinite" type="xs:boolean" default="TRUE"/>
-->
			<xs:element name="isInfinite" type="xs:boolean" default="1"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="MeasureType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="value" type="xs:decimal"/>
					<xs:element name="uom" type="adv:ref_UnitOfMeasureType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="CodeListValue">
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:complexType name="Sequence_RS_Identifier_Type">
		<xs:sequence maxOccurs="unbounded">
			<xs:element name="RS_Identifier" type="adv:RS_IdentifierType"/>
		</xs:sequence>
	</xs:complexType>
	<!--PART 3 - Object Reference types-->
	<xs:complexType name="ref_LI_SourceType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_LI_ProcessStepType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_EX_ExtentType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_ScaleType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_EX_VerticalExtentType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_EX_TemporalExtentType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_EX_GeographicExtentType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_SC_VerticalDatumType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_SC_CoordinateReferenceSystemType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_SC_DatumType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_SC_CoordinateSystemType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_SC_CoordinateSystemAxisType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_CC_OperationType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_SC_EllipsoidType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_CC_ConcatenatedOperationType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_CC_OperationParametersType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_SC_CRSType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_UnitOfMeasureType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
</xs:schema>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XML Spy v4.0 U (http://www.xmlspy.com) by Andreas Fischbach (Sicad Geomatics GmbH) -->
<AX_Fortfuehrungsauftrag xmlns="http://www.adv-online.de/namespace/adv"; xmlns:wfs="http://www.opengis.net/namespaces/wfs"; xmlns:gml="http://www.opengis.net/gml"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.adv-online.de/namespace/adv AX_Fortfuehrungsauftrag.xsd">
	<profilkennung>Andreas Fischbach</profilkennung>
	<antragsnummer>08-15</antragsnummer>
	<empfaenger>
		<direkt>true</direkt>
	</empfaenger>
	<auftragsnummer>08/15-1</auftragsnummer>
	<wfs:Transaction>
		<wfs:Insert>
			<gml:_Feature fid="DEBY0000F0000001" xsi:type="AX_FlurstueckType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurstuecke</theme>
				<gml:multiExtentOf>
					<gml:MultiPolygon srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:polygonMember>
							<gml:Polygon>
								<gml:outerBoundaryIs>
									<gml:LinearRing>
										<gml:coordinates>1,10 10,10 10,10 10,8 10,8 1,8 1,8 1,10</gml:coordinates>
									</gml:LinearRing>
								</gml:outerBoundaryIs>
							</gml:Polygon>
						</gml:polygonMember>
						<gml:polygonMember>
							<gml:Polygon>
								<gml:outerBoundaryIs>
									<gml:LinearRing>
										<gml:coordinates>1,7 6,7 6,7 6,1 6,1 1,1 1,1 1,7</gml:coordinates>
									</gml:LinearRing>
								</gml:outerBoundaryIs>
							</gml:Polygon>
						</gml:polygonMember>
					</gml:MultiPolygon>
				</gml:multiExtentOf>
				<land>BY</land>
				<gemarkungsnummer>...</gemarkungsnummer>
				<flurstuecksnummer>
					<zaehler>31</zaehler>
				</flurstuecksnummer>
				<flurstueckskennzeichen>...</flurstueckskennzeichen>
				<amtlicheFlaeche>48.0</amtlicheFlaeche>
				<istGebucht xlink:type="simple" xlink:href="urn:adv:DEBY0000B0000001"/>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000F0000002" xsi:type="AX_FlurstueckType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurstuecke</theme>
				<gml:multiExtentOf>
					<gml:MultiPolygon srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:polygonMember>
							<gml:Polygon>
								<gml:outerBoundaryIs>
									<gml:LinearRing>
										<gml:coordinates>6,7 10,7 10,7 10,1 10,1 6,1 6,1 6,7</gml:coordinates>
									</gml:LinearRing>
								</gml:outerBoundaryIs>
							</gml:Polygon>
						</gml:polygonMember>
					</gml:MultiPolygon>
				</gml:multiExtentOf>
				<land>BY</land>
				<gemarkungsnummer>...</gemarkungsnummer>
				<flurstuecksnummer>
					<zaehler>32</zaehler>
				</flurstuecksnummer>
				<flurstueckskennzeichen>...</flurstueckskennzeichen>
				<amtlicheFlaeche>24.0</amtlicheFlaeche>
				<istGebucht xlink:type="simple" xlink:href="urn:adv:DEBY0000B0000002"/>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000F0000003" xsi:type="AX_FlurstueckType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurstuecke</theme>
				<gml:multiExtentOf>
					<gml:MultiPolygon srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:polygonMember>
							<gml:Polygon>
								<gml:outerBoundaryIs>
									<gml:LinearRing>
										<gml:coordinates>1,8 10,8 10,8 10,7 10,7 6,7 6,7 1,7 1,7 1,8</gml:coordinates>
									</gml:LinearRing>
								</gml:outerBoundaryIs>
							</gml:Polygon>
						</gml:polygonMember>
					</gml:MultiPolygon>
				</gml:multiExtentOf>
				<land>BY</land>
				<gemarkungsnummer>...</gemarkungsnummer>
				<flurstuecksnummer>
					<zaehler>33</zaehler>
				</flurstuecksnummer>
				<flurstueckskennzeichen>...</flurstueckskennzeichen>
				<amtlicheFlaeche>9.0</amtlicheFlaeche>
				<istGebucht xlink:type="simple" xlink:href="urn:adv:DEBY0000B0000003"/>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000FG000001" xsi:type="AX_BesondereFlurstuecksgrenzeType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:edgeOf>
					<gml:LineString>
						<gml:coordinates>1,8 1,10</gml:coordinates>
					</gml:LineString>
				</gml:edgeOf>
				<artDerFurstuecksgrenze>1000</artDerFurstuecksgrenze>
				<artDerFurstuecksgrenze>7003</artDerFurstuecksgrenze>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000FG000002" xsi:type="AX_BesondereFlurstuecksgrenzeType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:edgeOf>
					<gml:LineString>
						<gml:coordinates>1,7 1,8</gml:coordinates>
					</gml:LineString>
				</gml:edgeOf>
				<artDerFurstuecksgrenze>7003</artDerFurstuecksgrenze>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000FG000003" xsi:type="AX_BesondereFlurstuecksgrenzeType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:edgeOf>
					<gml:LineString>
						<gml:coordinates>1,1 1,7</gml:coordinates>
					</gml:LineString>
				</gml:edgeOf>
				<artDerFurstuecksgrenze>7003</artDerFurstuecksgrenze>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000G0000001" xsi:type="AX_GrenzpunktType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<bestehtAus xlink:type="simple" xlink:href="urn:adv:DEBY0000P0000001"/>
				<punktkennung>001</punktkennung>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000G0000002" xsi:type="AX_GrenzpunktType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<bestehtAus xlink:type="simple" xlink:href="urn:adv:DEBY0000P0000002"/>
				<punktkennung>002</punktkennung>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000G0000003" xsi:type="AX_GrenzpunktType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<bestehtAus xlink:type="simple" xlink:href="urn:adv:DEBY0000P0000003"/>
				<punktkennung>003</punktkennung>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000G0000004" xsi:type="AX_GrenzpunktType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<bestehtAus xlink:type="simple" xlink:href="urn:adv:DEBY0000P0000004"/>
				<punktkennung>004</punktkennung>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000G0000005" xsi:type="AX_GrenzpunktType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<bestehtAus xlink:type="simple" xlink:href="urn:adv:DEBY0000P0000005"/>
				<punktkennung>005</punktkennung>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000G0000006" xsi:type="AX_GrenzpunktType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<bestehtAus xlink:type="simple" xlink:href="urn:adv:DEBY0000P0000006"/>
				<punktkennung>006</punktkennung>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000G0000007" xsi:type="AX_GrenzpunktType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<bestehtAus xlink:type="simple" xlink:href="urn:adv:DEBY0000P0000007"/>
				<punktkennung>007</punktkennung>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000G0000008" xsi:type="AX_GrenzpunktType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<bestehtAus xlink:type="simple" xlink:href="urn:adv:DEBY0000P0000008"/>
				<punktkennung>008</punktkennung>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000G0000009" xsi:type="AX_GrenzpunktType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<bestehtAus xlink:type="simple" xlink:href="urn:adv:DEBY0000P0000009"/>
				<punktkennung>009</punktkennung>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000G0000010" xsi:type="AX_GrenzpunktType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<bestehtAus xlink:type="simple" xlink:href="urn:adv:DEBY0000P0000010"/>
				<punktkennung>010</punktkennung>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000P0000001" xsi:type="AX_PunktortTAType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T12:21:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:position>
					<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:coordinates>1,7</gml:coordinates>
					</gml:Point>
				</gml:position>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000P0000002" xsi:type="AX_PunktortTAType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T12:21:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:position>
					<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:coordinates>10,10</gml:coordinates>
					</gml:Point>
				</gml:position>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000P0000003" xsi:type="AX_PunktortTAType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T12:21:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:position>
					<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:coordinates>1,8</gml:coordinates>
					</gml:Point>
				</gml:position>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000P0000004" xsi:type="AX_PunktortTAType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T12:21:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:position>
					<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:coordinates>10,8</gml:coordinates>
					</gml:Point>
				</gml:position>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000P0000005" xsi:type="AX_PunktortTAType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T12:21:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:position>
					<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:coordinates>1,7</gml:coordinates>
					</gml:Point>
				</gml:position>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000P0000006" xsi:type="AX_PunktortTAType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T12:21:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:position>
					<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:coordinates>6,7</gml:coordinates>
					</gml:Point>
				</gml:position>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000P0000007" xsi:type="AX_PunktortTAType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T12:21:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:position>
					<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:coordinates>10,7</gml:coordinates>
					</gml:Point>
				</gml:position>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000P0000008" xsi:type="AX_PunktortTAType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T12:21:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:position>
					<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:coordinates>1,1</gml:coordinates>
					</gml:Point>
				</gml:position>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000P0000009" xsi:type="AX_PunktortTAType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T12:21:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurst�cke</theme>
				<gml:position>
					<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:coordinates>6,1</gml:coordinates>
					</gml:Point>
				</gml:position>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000B0000001" xsi:type="AX_BuchungsstelleType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T12:21:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<buchungsart>9999</buchungsart>
				<laufendeNummer>1</laufendeNummer>
				<istBestandteilVon xlink:type="simple" xlink:href="urn:adv:DEBY0000BB000001"/>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000Lt000001" xsi:type="AX_LeitungType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T16:35:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<gml:multiCenterLineOf>
					<gml:MultiLineString srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:lineStringMember>
							<gml:LineString>
								<gml:coordinates>0,2 1,3 1,4</gml:coordinates>
							</gml:LineString>
						</gml:lineStringMember>
						<gml:lineStringMember>
							<gml:LineString>
								<gml:coordinates>1,4 3,8</gml:coordinates>
							</gml:LineString>
						</gml:lineStringMember>
						<gml:lineStringMember>
							<gml:LineString>
								<gml:coordinates>3,8 8,8</gml:coordinates>
							</gml:LineString>
						</gml:lineStringMember>
						<gml:lineStringMember>
							<gml:LineString>
								<gml:coordinates>8,8 10,7 14,10</gml:coordinates>
							</gml:LineString>
						</gml:lineStringMember>
					</gml:MultiLineString>
				</gml:multiCenterLineOf>
				<bauwerksfunktion>1111</bauwerksfunktion>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000Gb000001" xsi:type="AX_GebaeudeType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T17:36:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<linienthema>Geb�ude</linienthema>
				<gml:extentOf>
					<gml:Polygon srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:outerBoundaryIs>
							<gml:LinearRing>
								<gml:coordinates>4,1 4,3 4,3 4,4 6,4 6,1 4,1</gml:coordinates>
							</gml:LinearRing>
						</gml:outerBoundaryIs>
					</gml:Polygon>
				</gml:extentOf>
				<gebaeudefunktion>1300</gebaeudefunktion>
			</gml:_Feature>
			<gml:_Feature fid="DEBY0000Gb000002" xsi:type="AX_GebaeudeType">
				<lebenszeitintervall>
					<beginnt>2001-10-08T17:36:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<linienthema>Geb�ude</linienthema>
				<gml:extentOf>
					<gml:Polygon srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:outerBoundaryIs>
							<gml:LinearRing>
								<gml:coordinates>4,3 4,1 4,1 2,1 2,3 4,3</gml:coordinates>
							</gml:LinearRing>
						</gml:outerBoundaryIs>
					</gml:Polygon>
				</gml:extentOf>
				<gebaeudefunktion>2360</gebaeudefunktion>
			</gml:_Feature>
		</wfs:Insert>
	</wfs:Transaction>
</AX_Fortfuehrungsauftrag>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XML Spy v4.0 U (http://www.xmlspy.com) by Andreas Fischbach (Sicad Geomatics GmbH) -->
<AX_Fortfuehrungsauftrag xmlns="http://www.adv-online.de/namespace/adv"; xmlns:wfs="http://www.opengis.net/namespaces/wfs"; xmlns:gml="http://www.opengis.net/gml"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.adv-online.de/namespace/adv AX_Fortfuehrungsauftrag.xsd">
	<profilkennung>Andreas Fischbach</profilkennung>
	<antragsnummer>08-15</antragsnummer>
	<empfaenger>
		<direkt>true</direkt>
	</empfaenger>
	<auftragsnummer>08/15-1</auftragsnummer>
	<wfs:Transaction>
		<wfs:Insert>
			<AX_Flurstueck fid="DEBY0000F0000001">
				<lebenszeitintervall>
					<beginnt>2001-10-08T10:54:00</beginnt>
				</lebenszeitintervall>
				<modellartenZugehoerigkeit>
					<AA_Modellartenkennung>DLKM</AA_Modellartenkennung>
				</modellartenZugehoerigkeit>
				<theme>Flurstuecke</theme>
				<gml:multiExtentOf>
					<gml:MultiPolygon srsName="http://www.opengis.net/gml/srs/epsg.xml#31466";>
						<gml:polygonMember>
							<gml:Polygon>
								<gml:outerBoundaryIs>
									<gml:LinearRing>
										<gml:coordinates>1,10 10,10 10,10 10,8 10,8 1,8 1,8 1,10</gml:coordinates>
									</gml:LinearRing>
								</gml:outerBoundaryIs>
							</gml:Polygon>
						</gml:polygonMember>
						<gml:polygonMember>
							<gml:Polygon>
								<gml:outerBoundaryIs>
									<gml:LinearRing>
										<gml:coordinates>1,7 6,7 6,7 6,1 6,1 1,1 1,1 1,7</gml:coordinates>
									</gml:LinearRing>
								</gml:outerBoundaryIs>
							</gml:Polygon>
						</gml:polygonMember>
					</gml:MultiPolygon>
				</gml:multiExtentOf>
				<land>BY</land>
				<gemarkungsnummer>...</gemarkungsnummer>
				<flurstuecksnummer>
					<zaehler>31</zaehler>
				</flurstuecksnummer>
				<flurstueckskennzeichen>...</flurstueckskennzeichen>
				<amtlicheFlaeche>48.0</amtlicheFlaeche>
				<istGebucht xlink:type="simple" xlink:href="urn:adv:DEBY0000B0000001"/>
			</AX_Flurstueck>
		</wfs:Insert>
	</wfs:Transaction>
</AX_Fortfuehrungsauftrag>
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://www.opengis.net/namespaces/wfs"; xmlns:gml="http://www.opengis.net/gml"; xmlns:wfs="http://www.opengis.net/namespaces/wfs"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified">
	<annotation>
		<appinfo>TransactionRequest.xsd v0.2 2001-02</appinfo>
		<documentation xml:lang="en">WFS interface schema. Copyright (c) 2001 OGC, All Rights Reserved.</documentation>
	</annotation>
	<!-- ==============================================================
	Includes and Imports
 	============================================================== -->
	<include schemaLocation="FilterRequest.xsd"/>
	<import namespace="http://www.opengis.net/gml"; schemaLocation="feature.xsd"/>
	<!-- ==============================================================
	Global elements and attributes
 	============================================================== -->
	<!-- ==============================================================
	Root element
 	============================================================== -->
	<element name="Transaction" type="wfs:TransactionType"/>
	<!-- ==============================================================
	Types
 	============================================================== -->
	<complexType name="TransactionType">
		<sequence>
			<element ref="wfs:LockId" minOccurs="0"/>
			<sequence maxOccurs="unbounded">
				<choice>
					<element name="Insert" type="wfs:InsertElementType"/>
					<element name="Update" type="wfs:UpdateElementType"/>
					<element name="Delete" type="wfs:DeleteElementType"/>
					<element ref="wfs:Native"/>
				</choice>
			</sequence>
		</sequence>
		<attribute ref="wfs:handle"/>
	</complexType>
	<complexType name="InsertElementType">
		<sequence>
			<element ref="gml:_Feature" maxOccurs="unbounded"/>
		</sequence>
		<attribute ref="wfs:handle"/>
	</complexType>
	<complexType name="UpdateElementType">
		<sequence>
			<element ref="gml:_Feature" maxOccurs="unbounded"/>
			<element ref="wfs:Filter"/>
		</sequence>
		<attribute ref="wfs:handle"/>
	</complexType>
	<complexType name="DeleteElementType">
		<sequence>
			<element ref="wfs:Filter"/>
		</sequence>
		<attribute ref="wfs:handle"/>
		<attribute ref="wfs:typeName"/>
	</complexType>
</schema>
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://www.opengis.net/namespaces/wfs"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:wfs="http://www.opengis.net/namespaces/wfs"; elementFormDefault="qualified">
	<annotation>
		<appinfo>WFSCommon.xsd v0.2 2001-02</appinfo>
		<documentation xml:lang="en">Common schema for WFS. Copyright (c) 2001 OGC, All Rights Reserved.</documentation>
	</annotation>
	<!-- ==============================================================
	Includes and Imports
 	============================================================== -->
	<!-- ==============================================================
	Global elements and attributes
 	============================================================== -->
	<attribute name="handle" type="normalizedString"/>
	<attribute name="typeName" type="normalizedString"/>
	<attribute name="maxFeatures" type="normalizedString"/>
	<element name="LockId" type="string"/>
	<element name="FeatureId" type="wfs:FeatureIdType"/>
	<element name="Native" type="wfs:NativeType"/>
	<!-- ==============================================================
	Root element
 	============================================================== -->
	<!-- ==============================================================
	Types
 	============================================================== -->
	<complexType name="FeatureIdType">
		<attribute name="scope" type="normalizedString"/>
		<attribute name="localId" type="normalizedString" use="required"/>
	</complexType>
	<complexType name="NativeType">
		<attribute name="vendorId" type="normalizedString" use="required"/>
		<attribute name="safeToIgnore" type="boolean" use="required"/>
	</complexType>
</schema>
<?xml version="1.0" encoding="UTF-8"?>
<!-- 

	Normbasierte Austauschschnittstelle NAS

	Erstellt: 25.09.2001 13:02:22

-->
<xs:schema targetNamespace="http://www.adv-online.de/namespace/adv"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml"; xmlns:adv="http://www.adv-online.de/namespace/adv"; elementFormDefault="qualified" version="0.1">
	<xs:include schemaLocation="AAA-Basisschema.xsd"/>
	<!--PART 1 - Objects with identity-->
	<xs:element name="AX_Flurstueck" type="adv:AX_FlurstueckType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BesondereFlurstuecksgrenze" type="adv:AX_BesondereFlurstuecksgrenzeType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Grenzpunkt" type="adv:AX_GrenzpunktType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_LagebezeichnungOhneHausnummer" type="adv:AX_LagebezeichnungOhneHausnummerType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_LagebezeichnungMitHausnummer" type="adv:AX_LagebezeichnungMitHausnummerType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_LagebezeichnungMitPseudonummer" type="adv:AX_LagebezeichnungMitPseudonummerType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_GeographischeBezeichnung" type="adv:AX_GeographischeBezeichnungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Aufnahmepunkt" type="adv:AX_AufnahmepunktType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Sicherungspunkt" type="adv:AX_SicherungspunktType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_SonstigerVermessungspunkt" type="adv:AX_SonstigerVermessungspunktType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_FortfuehrungsnachweisDeckblatt" type="adv:AX_FortfuehrungsnachweisDeckblattType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Fortfuehrungsfall" type="adv:AX_FortfuehrungsfallType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Uebergangsflaeche" type="adv:AX_UebergangsflaecheType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Reservierung" type="adv:AX_ReservierungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_PunktkennungUntergegangen" type="adv:AX_PunktkennungUntergegangenType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_HistorischesFlurstueck" type="adv:AX_HistorischesFlurstueckType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_HistorischesFlurstueckALB" type="adv:AX_HistorischesFlurstueckALBType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_HistorischesFlurstueckOhneRaumbezug" type="adv:AX_HistorischesFlurstueckOhneRaumbezugType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Person" type="adv:AX_PersonType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Personengruppe" type="adv:AX_PersonengruppeType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Anschrift" type="adv:AX_AnschriftType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Verwaltung" type="adv:AX_VerwaltungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Vertretung" type="adv:AX_VertretungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Namensnummer" type="adv:AX_NamensnummerType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Buchungsblatt" type="adv:AX_BuchungsblattType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Buchungsstelle" type="adv:AX_BuchungsstelleType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Gebaeude" type="adv:AX_GebaeudeType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Bauteil" type="adv:AX_BauteilType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BesondereGebaeudelinie" type="adv:AX_BesondereGebaeudelinieType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Firstlinie" type="adv:AX_FirstlinieType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BesondererGebaeudepunkt" type="adv:AX_BesondererGebaeudepunktType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Wohnbauflaeche" type="adv:AX_WohnbauflaecheType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_IndustrieUndGewerbeflaeche" type="adv:AX_IndustrieUndGewerbeflaecheType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_HaldeAufschuettungLagerplatz" type="adv:AX_HaldeAufschuettungLagerplatzType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Bergbaubetrieb" type="adv:AX_BergbaubetriebType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_TagebauGrubeSteinbruch" type="adv:AX_TagebauGrubeSteinbruchType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_WohnUndBetriebsflaecheFuerLandUndForstwirtschaft" type="adv:AX_WohnUndBetriebsflaecheFuerLandUndForstwirtschaftType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_MischnutzungMitWohnen" type="adv:AX_MischnutzungMitWohnenType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_FlaecheBesondererFunktionalerPraegung" type="adv:AX_FlaecheBesondererFunktionalerPraegungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_SportFreizeitUndErholungsflaeche" type="adv:AX_SportFreizeitUndErholungsflaecheType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Friedhof" type="adv:AX_FriedhofType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Strasse" type="adv:AX_StrasseType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Platz" type="adv:AX_PlatzType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Weg" type="adv:AX_WegType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Bahnverkehr" type="adv:AX_BahnverkehrType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Flugverkehr" type="adv:AX_FlugverkehrType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Schiffsverkehr" type="adv:AX_SchiffsverkehrType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Landwirtschaft" type="adv:AX_LandwirtschaftType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Wald" type="adv:AX_WaldType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Gehoelz" type="adv:AX_GehoelzType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Heide" type="adv:AX_HeideType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Moor" type="adv:AX_MoorType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Sumpf" type="adv:AX_SumpfType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_UnlandVegetationsloseFlaeche" type="adv:AX_UnlandVegetationsloseFlaecheType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Wasserlauf" type="adv:AX_WasserlaufType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Hafenbecken" type="adv:AX_HafenbeckenType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_StehendesGewaesser" type="adv:AX_StehendesGewaesserType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Meer" type="adv:AX_MeerType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Turm" type="adv:AX_TurmType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BauwerkOderAnlageFuerIndustrieUndGewerbe" type="adv:AX_BauwerkOderAnlageFuerIndustrieUndGewerbeType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_VorratsbehaelterSpeicherbauwerk" type="adv:AX_VorratsbehaelterSpeicherbauwerkType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Transportanlage" type="adv:AX_TransportanlageType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Leitung" type="adv:AX_LeitungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BauwerkOderAnlageFuerSportFreizeitUndErholung" type="adv:AX_BauwerkOderAnlageFuerSportFreizeitUndErholungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_HistorischesBauwerkOderHistorischeEinrichtung" type="adv:AX_HistorischesBauwerkOderHistorischeEinrichtungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_HeilquelleGasquelle" type="adv:AX_HeilquelleGasquelleType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_SonstigesBauwerkOderSonstigeEinrichtung" type="adv:AX_SonstigesBauwerkOderSonstigeEinrichtungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_EinrichtungInOeffentlichenBereichen" type="adv:AX_EinrichtungInOeffentlichenBereichenType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BesondererBauwerkspunkt" type="adv:AX_BesondererBauwerkspunktType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BauwerkImVerkehrsbereich" type="adv:AX_BauwerkImVerkehrsbereichType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Strassenverkehrsanlage" type="adv:AX_StrassenverkehrsanlageType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_WegPfadSteig" type="adv:AX_WegPfadSteigType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Bahnverkehrsanlage" type="adv:AX_BahnverkehrsanlageType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_SeilbahnSchwebebahn" type="adv:AX_SeilbahnSchwebebahnType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Gleis" type="adv:AX_GleisType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Flugverkehrsanlage" type="adv:AX_FlugverkehrsanlageType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_EinrichtungenFuerDenSchiffsverkehr" type="adv:AX_EinrichtungenFuerDenSchiffsverkehrType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BauwerkImGewaesserbereich" type="adv:AX_BauwerkImGewaesserbereichType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Vegetationsmerkmal" type="adv:AX_VegetationsmerkmalType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Gewaessermerkmal" type="adv:AX_GewaessermerkmalType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BachGraben" type="adv:AX_BachGrabenType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Wasserspiegelhoehe" type="adv:AX_WasserspiegelhoeheType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_SchifffahrtslinieFaehrverkehr" type="adv:AX_SchifffahrtslinieFaehrverkehrType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BoeschungKliff" type="adv:AX_BoeschungKliffType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Gelaendekante" type="adv:AX_GelaendekanteType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_DammWallDeich" type="adv:AX_DammWallDeichType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Hoehleneingang" type="adv:AX_HoehleneingangType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_FelsenFelsblockFelsnadel" type="adv:AX_FelsenFelsblockFelsnadelType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Duene" type="adv:AX_DueneType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Hoehenlinie" type="adv:AX_HoehenlinieType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BesondererTopographischerPunkt" type="adv:AX_BesondererTopographischerPunktType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_KlassifizierungNachStrassenrecht" type="adv:AX_KlassifizierungNachStrassenrechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_AndereFestlegungNachStrassenrecht" type="adv:AX_AndereFestlegungNachStrassenrechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_KlassifizierungNachWasserrecht" type="adv:AX_KlassifizierungNachWasserrechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_AndereFestlegungNachWasserrecht" type="adv:AX_AndereFestlegungNachWasserrechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_SchutzgebietNachWasserrecht" type="adv:AX_SchutzgebietNachWasserrechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_NaturUmweltOderBodenschutzrecht" type="adv:AX_NaturUmweltOderBodenschutzrechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_SchutzgebietNachNaturUmweltOderBodenschutzrecht" type="adv:AX_SchutzgebietNachNaturUmweltOderBodenschutzrechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_BauRaumOderBodenordnungsrecht" type="adv:AX_BauRaumOderBodenordnungsrechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Denkmalschutzrecht" type="adv:AX_DenkmalschutzrechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Forstrecht" type="adv:AX_ForstrechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_SonstigesRecht" type="adv:AX_SonstigesRechtType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Schutzzone" type="adv:AX_SchutzzoneType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Bodenschaetzung" type="adv:AX_BodenschaetzungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_MusterLandesmusterUndVergleichsstueck" type="adv:AX_MusterLandesmusterUndVergleichsstueckType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_GrablochDerBodenschaetzung" type="adv:AX_GrablochDerBodenschaetzungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Bewertung" type="adv:AX_BewertungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Text" type="adv:AX_TextType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Punkt" type="adv:AX_PunktType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Linie" type="adv:AX_LinieType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Benutzer" type="adv:AX_BenutzerType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Benutzergruppe" type="adv:AX_BenutzergruppeType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Gebaeudeausgestaltung" type="adv:AX_GebaeudeausgestaltungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_TopographischeLinie" type="adv:AX_TopographischeLinieType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_PunktortRF" type="adv:AX_PunktortRFType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_PunktortAU" type="adv:AX_PunktortAUType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_PunktortTA" type="adv:AX_PunktortTAType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_GemarkungsteilFlur" type="adv:AX_GemarkungsteilFlurType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Bundesland" type="adv:AX_BundeslandType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Gemarkung" type="adv:AX_GemarkungType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Regierungsbezirk" type="adv:AX_RegierungsbezirkType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Kreis" type="adv:AX_KreisType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Nationalstaat" type="adv:AX_NationalstaatType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Gemeinde" type="adv:AX_GemeindeType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Gemeindeteil" type="adv:AX_GemeindeteilType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Verwaltungsgemeinschaft" type="adv:AX_VerwaltungsgemeinschaftType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Baublock" type="adv:AX_BaublockType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_WirtschaftlicheEinheit" type="adv:AX_WirtschaftlicheEinheitType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Zustaendigkeit" type="adv:AX_ZustaendigkeitType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Region" type="adv:AX_RegionType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Buchungsblattbezirk" type="adv:AX_BuchungsblattbezirkType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Dienststelle" type="adv:AX_DienststelleType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_Verband" type="adv:AX_VerbandType" substitutionGroup="gml:_Feature"/>
	<xs:element name="AX_LagebezeichnungKatalogeintrag" type="adv:AX_LagebezeichnungKatalogeintragType" substitutionGroup="gml:_Feature"/>
	<!--PART 2 - Type declarations-->
	<!-- Paket Übergreifende Angaben -->
	<xs:complexType name="AX_ProtokollType">
		<xs:sequence>
			<xs:element name="fehler" type="xs:boolean"/>
			<xs:element name="erlaeuterung" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_StelleType">
		<xs:sequence>
			<xs:element name="land" type="xs:integer"/>
			<xs:element name="stellenart" type="xs:string"/>
			<xs:element name="stelle" type="xs:integer"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_FlurstuecksnummerType">
		<xs:sequence>
			<xs:element name="zaehler" type="xs:string"/>
			<xs:element name="nenner" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_SonstigeEigenschaftenType">
		<xs:sequence>
			<xs:element name="kennungSchluessel" type="xs:string" minOccurs="0"/>
			<xs:element name="flaecheDesAbschnitts" type="xs:decimal" minOccurs="0"/>
			<xs:element name="angabenZumAbschnittFlurstueck" type="xs:string" minOccurs="0"/>
			<xs:element name="angabenZumAbschnittStelle" type="xs:string" minOccurs="0"/>
			<xs:element name="angabenZumAbschnittNummerAktenzeichen" type="xs:string" minOccurs="0"/>
			<xs:element name="angabenZumAbschnittBemerkung" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_ObjektkoordinateType">
		<xs:sequence>
			<xs:element name="east" type="xs:decimal"/>
			<xs:element name="north" type="xs:decimal"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_AnteilType">
		<xs:sequence>
			<xs:element name="zaehler" type="xs:integer"/>
			<xs:element name="nenner" type="xs:integer"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_BuchungsblattkennzeichenType">
		<xs:sequence>
			<xs:element name="land" type="xs:string"/>
			<xs:element name="buchungsblattbezirk" type="xs:string"/>
			<xs:element name="buchungsblattnummerMitBuchstabenerweiterung" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AX_BlattartType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_FachdatenobjektType">
		<xs:sequence>
			<xs:element name="fachdatenobjekt" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_KatasterunterlageType">
		<xs:sequence>
			<xs:element name="fachdatenobjekt" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_AntragskennzeichenType">
		<xs:sequence>
			<xs:element name="fachdatenobjekt" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_NummerDerBodenbeschreibungType">
		<xs:sequence>
			<xs:element name="fachdatenobjekt" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AX_AnlassartType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="010000"/>
			<xs:enumeration value="010100"/>
			<xs:enumeration value="010101"/>
			<xs:enumeration value="010102"/>
			<xs:enumeration value="010103"/>
			<xs:enumeration value="010200"/>
			<xs:enumeration value="010201"/>
			<xs:enumeration value="010202"/>
			<xs:enumeration value="010206"/>
			<xs:enumeration value="010205"/>
			<xs:enumeration value="010300"/>
			<xs:enumeration value="010301"/>
			<xs:enumeration value="010302"/>
			<xs:enumeration value="010303"/>
			<xs:enumeration value="010304"/>
			<xs:enumeration value="010401"/>
			<xs:enumeration value="010402"/>
			<xs:enumeration value="010403"/>
			<xs:enumeration value="010404"/>
			<xs:enumeration value="010500"/>
			<xs:enumeration value="010501"/>
			<xs:enumeration value="010502"/>
			<xs:enumeration value="010503"/>
			<xs:enumeration value="010600"/>
			<xs:enumeration value="010601"/>
			<xs:enumeration value="010602"/>
			<xs:enumeration value="120000"/>
			<xs:enumeration value="121000"/>
			<xs:enumeration value="122000"/>
			<xs:enumeration value="123000"/>
			<xs:enumeration value="124000"/>
			<xs:enumeration value="125000"/>
			<xs:enumeration value="126000"/>
			<xs:enumeration value="127000"/>
			<xs:enumeration value="130000"/>
			<xs:enumeration value="131000"/>
			<xs:enumeration value="132000"/>
			<xs:enumeration value="133000"/>
			<xs:enumeration value="134000"/>
			<xs:enumeration value="135000"/>
			<xs:enumeration value="136000"/>
			<xs:enumeration value="137000"/>
			<xs:enumeration value="138000"/>
			<xs:enumeration value="139000"/>
			<xs:enumeration value="139100"/>
			<xs:enumeration value="139200"/>
			<xs:enumeration value="140000"/>
			<xs:enumeration value="999999"/>
			<xs:enumeration value="151000"/>
			<xs:enumeration value="152000"/>
			<xs:enumeration value="153000"/>
			<xs:enumeration value="020000"/>
			<xs:enumeration value="020100"/>
			<xs:enumeration value="020101"/>
			<xs:enumeration value="020102"/>
			<xs:enumeration value="020200"/>
			<xs:enumeration value="020300"/>
			<xs:enumeration value="020301"/>
			<xs:enumeration value="020302"/>
			<xs:enumeration value="020303"/>
			<xs:enumeration value="020304"/>
			<xs:enumeration value="030000"/>
			<xs:enumeration value="030100"/>
			<xs:enumeration value="040000"/>
			<xs:enumeration value="040100"/>
			<xs:enumeration value="040200"/>
			<xs:enumeration value="040300"/>
			<xs:enumeration value="040400"/>
			<xs:enumeration value="040500"/>
			<xs:enumeration value="040600"/>
			<xs:enumeration value="050000"/>
			<xs:enumeration value="050100"/>
			<xs:enumeration value="050101"/>
			<xs:enumeration value="050102"/>
			<xs:enumeration value="050200"/>
			<xs:enumeration value="050300"/>
			<xs:enumeration value="050400"/>
			<xs:enumeration value="060000"/>
			<xs:enumeration value="060100"/>
			<xs:enumeration value="060101"/>
			<xs:enumeration value="060102"/>
			<xs:enumeration value="060200"/>
			<xs:enumeration value="060201"/>
			<xs:enumeration value="060400"/>
			<xs:enumeration value="060500"/>
			<xs:enumeration value="060600"/>
			<xs:enumeration value="060700"/>
			<xs:enumeration value="060800"/>
			<xs:enumeration value="060801"/>
			<xs:enumeration value="060802"/>
			<xs:enumeration value="060900"/>
			<xs:enumeration value="060901"/>
			<xs:enumeration value="060902"/>
			<xs:enumeration value="061000"/>
			<xs:enumeration value="061100"/>
			<xs:enumeration value="061200"/>
			<xs:enumeration value="061300"/>
			<xs:enumeration value="061400"/>
			<xs:enumeration value="070000"/>
			<xs:enumeration value="070100"/>
			<xs:enumeration value="070200"/>
			<xs:enumeration value="070300"/>
			<xs:enumeration value="070400"/>
			<xs:enumeration value="070500"/>
			<xs:enumeration value="070600"/>
			<xs:enumeration value="070700"/>
			<xs:enumeration value="070800"/>
			<xs:enumeration value="070900"/>
			<xs:enumeration value="071000"/>
			<xs:enumeration value="071100"/>
			<xs:enumeration value="071200"/>
			<xs:enumeration value="080000"/>
			<xs:enumeration value="080100"/>
			<xs:enumeration value="080200"/>
			<xs:enumeration value="080300"/>
			<xs:enumeration value="080400"/>
			<xs:enumeration value="080500"/>
			<xs:enumeration value="080600"/>
			<xs:enumeration value="080700"/>
			<xs:enumeration value="080800"/>
			<xs:enumeration value="080900"/>
			<xs:enumeration value="090000"/>
			<xs:enumeration value="090100"/>
			<xs:enumeration value="090200"/>
			<xs:enumeration value="090300"/>
			<xs:enumeration value="090400"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Angaben zum Flurstück -->
	<xs:complexType name="AX_FlurstueckType">
		<xs:complexContent>
			<xs:extension base="adv:TA_MultiSurfaceComponentType">
				<xs:sequence>
					<xs:element name="land" type="xs:string"/>
					<xs:element name="gemarkungsnummer" type="xs:string"/>
					<xs:element name="flurstuecksnummer" type="adv:AX_FlurstuecksnummerType"/>
					<xs:element name="flurstueckskennzeichen" type="xs:string"/>
					<xs:element name="amtlicheFlaeche" type="xs:decimal"/>
					<xs:element name="flurnummer" type="xs:integer" minOccurs="0"/>
					<xs:element name="flurstuecksfolge" type="xs:string" minOccurs="0"/>
					<xs:element name="abweichenderRechtszustand" type="xs:boolean" minOccurs="0"/>
					<xs:element name="rechtsbehelfsverfahren" type="xs:boolean" minOccurs="0"/>
					<xs:element name="objektkoordinaten" type="adv:AX_ObjektkoordinateType" minOccurs="0"/>
					<xs:element name="sonstigeEigenschaften" type="adv:AX_SonstigeEigenschaftenType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="zeitpunktDerEntstehung" type="xs:date" minOccurs="0"/>
					<xs:element name="istGebucht" type="adv:ref_AX_BuchungsstelleType"/>
					<xs:element name="zeigtAuf" type="adv:ref_AX_LagebezeichnungOhneHausnummerType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="weistAuf" type="adv:ref_AX_LagebezeichnungMitHausnummerType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="gehoertAnteiligZu" type="adv:ref_AX_FlurstueckType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_BesondereFlurstuecksgrenzeType">
		<xs:complexContent>
			<xs:extension base="adv:TA_CurveComponentType">
				<xs:sequence>
					<xs:element name="artDerFurstuecksgrenze" type="adv:AX_ArtDerFurstuecksgrenze_BesondereFlurstuecksgrenzeType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFurstuecksgrenze_BesondereFlurstuecksgrenzeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2001"/>
			<xs:enumeration value="2002"/>
			<xs:enumeration value="2003"/>
			<xs:enumeration value="2004"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="7003"/>
			<xs:enumeration value="7104"/>
			<xs:enumeration value="7103"/>
			<xs:enumeration value="7102"/>
			<xs:enumeration value="7101"/>
			<xs:enumeration value="7106"/>
			<xs:enumeration value="7107"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_GrenzpunktType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="punktkennung" type="xs:string" minOccurs="0"/>
					<xs:element name="abmarkung_Marke" type="adv:AX_Abmarkung_Marke_GrenzpunktType" minOccurs="0"/>
					<xs:element name="bemerkungZurAbmarkung" type="adv:AX_BemerkungZurAbmarkung_GrenzpunktType" minOccurs="0"/>
					<xs:element name="relativeHoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="zwischenmarke" type="xs:boolean" minOccurs="0"/>
					<xs:element name="besonderePunktnummer" type="xs:string" minOccurs="0"/>
					<xs:element name="ausgesetzteAbmarkung" type="xs:string" minOccurs="0"/>
					<xs:element name="festgestellterGrenzpunkt" type="xs:boolean" minOccurs="0"/>
					<xs:element name="sonstigeEigenschaft" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="gruendeDerAusgesetztenAbmarkung" type="adv:AX_GruendeDerAusgesetztenAbmarkung_GrenzpunktType" minOccurs="0"/>
					<xs:element name="horizontfreiheit" type="adv:AX_Horizontfreiheit_GrenzpunktType" minOccurs="0"/>
					<xs:element name="zeigtAuf" type="adv:ref_AX_GrenzpunktType" minOccurs="0"/>
					<xs:element name="zustaendigeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Abmarkung_Marke_GrenzpunktType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1111"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1121"/>
			<xs:enumeration value="1122"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1210"/>
			<xs:enumeration value="1220"/>
			<xs:enumeration value="1230"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1320"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1610"/>
			<xs:enumeration value="1620"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1710"/>
			<xs:enumeration value="1720"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="2100"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_BemerkungZurAbmarkung_GrenzpunktType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_GruendeDerAusgesetztenAbmarkung_GrenzpunktType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
			<xs:enumeration value="6000"/>
			<xs:enumeration value="7000"/>
			<xs:enumeration value="8000"/>
			<xs:enumeration value="9000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Horizontfreiheit_GrenzpunktType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Angaben zur Lage -->
	<xs:complexType name="AX_LagebezeichnungOhneHausnummerType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="lagebezeichnung" type="adv:AX_LagebezeichnungType"/>
					<xs:element name="zusatzZurLagebezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="ortsteil" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_LagebezeichnungMitHausnummerType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="lagebezeichnung" type="adv:AX_LagebezeichnungType"/>
					<xs:element name="hausnummer" type="xs:string"/>
					<xs:element name="zusatzZurLagebezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="ortsteil" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_LagebezeichnungMitPseudonummerType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="lagebezeichnung" type="adv:AX_LagebezeichnungType"/>
					<xs:element name="pseudonummer" type="xs:string"/>
					<xs:element name="laufendeNummer" type="xs:string"/>
					<xs:element name="zusatzZurLagebezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="ortsteil" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_GeographischeBezeichnungType">
		<xs:complexContent>
			<xs:extension base="adv:AU_PunktobjektType">
				<xs:sequence>
					<xs:element name="lagebezeichnung" type="adv:AX_LagebezeichnungType"/>
					<xs:element name="art" type="adv:AX_Art_GeographischeBezeichnungType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_LagebezeichnungType">
		<xs:choice>
			<xs:element name="unverschluesselt" type="xs:string"/>
			<xs:element name="verschluesselt" type="adv:AX_VerschluesselteLagebezeichnungType"/>
			<xs:element name="geographischeBezeichnungVerschluesselt" type="adv:AX_VerschluesselteGeographischeBezeichnungType"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="AX_VerschluesselteGeographischeBezeichnungType">
		<xs:sequence>
			<xs:element name="land" type="xs:string"/>
			<xs:element name="lage" type="xs:string"/>
			<xs:element name="schluessel" type="xs:string" minOccurs="0"/>
			<xs:element name="inBundesland" type="adv:ref_AX_BundeslandType"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AX_Art_GeographischeBezeichnungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="1900"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2500"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_VerschluesselteLagebezeichnungType">
		<xs:sequence>
			<xs:element name="land" type="xs:string"/>
			<xs:element name="regierungsbezirk" type="xs:string"/>
			<xs:element name="kreis" type="xs:string"/>
			<xs:element name="gemeinde" type="xs:string"/>
			<xs:element name="lage" type="xs:string"/>
			<xs:element name="inGemeinde" type="adv:ref_AX_GemeindeType"/>
		</xs:sequence>
	</xs:complexType>
	<!-- Paket Angaben zum Netzpunkt -->
	<xs:complexType name="AX_AufnahmepunktType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="punktkennung" type="xs:string" minOccurs="0"/>
					<xs:element name="sonstigeEigenschaft" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="horizontfreiheit" type="adv:AX_Horizontfreiheit_NetzpunktType" minOccurs="0"/>
					<xs:element name="relativeHoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="zustaendigeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
					<xs:element name="vermarkung_Marke" type="adv:AX_Vermarkung_Marke_AufnahmepunktType" minOccurs="0"/>
					<xs:element name="hat" type="adv:ref_AX_SicherungspunktType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Vermarkung_Marke_AufnahmepunktType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1111"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1211"/>
			<xs:enumeration value="1212"/>
			<xs:enumeration value="1221"/>
			<xs:enumeration value="1222"/>
			<xs:enumeration value="1230"/>
			<xs:enumeration value="1240"/>
			<xs:enumeration value="1250"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1311"/>
			<xs:enumeration value="1320"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1610"/>
			<xs:enumeration value="1620"/>
			<xs:enumeration value="1630"/>
			<xs:enumeration value="1640"/>
			<xs:enumeration value="1650"/>
			<xs:enumeration value="1670"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="1810"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Horizontfreiheit_NetzpunktType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_SicherungspunktType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="punktkennung" type="xs:string" minOccurs="0"/>
					<xs:element name="sonstigeEigenschaft" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="horizontfreiheit" type="adv:AX_Horizontfreiheit_NetzpunktType" minOccurs="0"/>
					<xs:element name="relativeHoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="zustaendigeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
					<xs:element name="vermarkung_Marke" type="adv:AX_Vermarkung_Marke_SicherungspunktType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Vermarkung_Marke_SicherungspunktType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1111"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1211"/>
			<xs:enumeration value="1212"/>
			<xs:enumeration value="1221"/>
			<xs:enumeration value="1222"/>
			<xs:enumeration value="1230"/>
			<xs:enumeration value="1240"/>
			<xs:enumeration value="1250"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1311"/>
			<xs:enumeration value="1320"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1610"/>
			<xs:enumeration value="1620"/>
			<xs:enumeration value="1630"/>
			<xs:enumeration value="1640"/>
			<xs:enumeration value="1650"/>
			<xs:enumeration value="1660"/>
			<xs:enumeration value="1670"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1710"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="1810"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_SonstigerVermessungspunktType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="punktkennung" type="xs:string" minOccurs="0"/>
					<xs:element name="sonstigeEigenschaft" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="horizontfreiheit" type="adv:AX_Horizontfreiheit_NetzpunktType" minOccurs="0"/>
					<xs:element name="relativeHoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="zustaendigeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
					<xs:element name="vermarkung_Marke" type="adv:AX_Vermarkung_Marke_SonstigerVermessungspunktType" minOccurs="0"/>
					<xs:element name="art" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Vermarkung_Marke_SonstigerVermessungspunktType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1111"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1211"/>
			<xs:enumeration value="1212"/>
			<xs:enumeration value="1221"/>
			<xs:enumeration value="1222"/>
			<xs:enumeration value="1230"/>
			<xs:enumeration value="1240"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1311"/>
			<xs:enumeration value="1320"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1610"/>
			<xs:enumeration value="1620"/>
			<xs:enumeration value="1630"/>
			<xs:enumeration value="1640"/>
			<xs:enumeration value="1650"/>
			<xs:enumeration value="1670"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="1810"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Fortführungsnachweis -->
	<xs:complexType name="AX_FortfuehrungsnachweisDeckblattType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="fNNummer" type="adv:AX_FortfuehrungsnummerType"/>
					<xs:element name="titel" type="xs:string"/>
					<xs:element name="erstelltAm" type="xs:date" minOccurs="0"/>
					<xs:element name="eignungspruefungAm" type="xs:date" minOccurs="0"/>
					<xs:element name="fortfuehrungsentscheidungAm" type="xs:date" minOccurs="0"/>
					<xs:element name="fortfuehrungsentscheidungVon" type="xs:string" minOccurs="0"/>
					<xs:element name="eignungspruefungVon" type="xs:string" minOccurs="0"/>
					<xs:element name="fortfuehrungsmitteilungenErzeugt" type="xs:date" minOccurs="0"/>
					<xs:element name="bemerkung" type="xs:string" minOccurs="0"/>
					<xs:element name="verwaltungsaktJN" type="xs:string" minOccurs="0"/>
					<xs:element name="erstelltVon" type="xs:string" minOccurs="0"/>
					<xs:element name="bekanntgabeAnBeteiligteAm" type="xs:date" minOccurs="0"/>
					<xs:element name="auszugFuerPrivat" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="auszugFuerPrivatAm" type="xs:date" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="auszugFuerNotar" type="xs:string" minOccurs="0"/>
					<xs:element name="auszugFuerNotarAm" type="xs:date" minOccurs="0"/>
					<xs:element name="auszugFuerGrundbuchamt" type="xs:string" minOccurs="0"/>
					<xs:element name="auszugFuerGrundbuchamtAm" type="xs:date" minOccurs="0"/>
					<xs:element name="auszugFuerFinanzamt" type="xs:string" minOccurs="0"/>
					<xs:element name="auszugFuerFinanzamtAm" type="xs:date" minOccurs="0"/>
					<xs:element name="auszugFuerWeitereBeteiligte" type="xs:string" minOccurs="0"/>
					<xs:element name="auszugFuerWeitereBeteiligteAm" type="xs:date" minOccurs="0"/>
					<xs:element name="auszugFuerBauaufsichtsbehoerde" type="xs:string" minOccurs="0"/>
					<xs:element name="auszugFuerBauaufsichtsbehoerdeAm" type="xs:date" minOccurs="0"/>
					<xs:element name="beziehtSichAuf" type="adv:ref_AX_FortfuehrungsfallType" maxOccurs="unbounded"/>
					<xs:element name="inGemarkung" type="adv:ref_AX_GemarkungType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_FortfuehrungsfallType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="fortfuehrungsfallnummer" type="xs:integer"/>
					<xs:element name="ueberschriftImFortfuehrungsnachweis" type="adv:AX_AnlassartType" maxOccurs="unbounded"/>
					<xs:element name="anzahlDerFortfuehrungsmitteilungen" type="xs:integer" minOccurs="0"/>
					<xs:element name="fortfuehrungsmitteilungAnEigentuemerAntragsteller" type="xs:string" minOccurs="0"/>
					<xs:element name="stand" type="xs:string" minOccurs="0"/>
					<xs:element name="anmerkungFuerDenNotar" type="xs:string" minOccurs="0"/>
					<xs:element name="fortgefuehrt" type="xs:string" minOccurs="0"/>
					<xs:element name="zeigtAufFlurstueck" type="adv:ref_AX_FlurstueckType" maxOccurs="unbounded"/>
					<xs:element name="beziehtSichAuf" type="adv:ref_AX_UebergangsflaecheType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_UebergangsflaecheType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="flaecheBerechnet" type="xs:decimal"/>
					<xs:element name="ausgleichsmethode" type="xs:string"/>
					<xs:element name="flaecheAbgeglichen" type="xs:decimal" minOccurs="0"/>
					<xs:element name="bemerkung" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_FortfuehrungsnummerType">
		<xs:sequence>
			<xs:element name="land" type="xs:string"/>
			<xs:element name="gemarkungsnummer" type="xs:string"/>
			<xs:element name="laufendeNummer" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<!-- Paket Angaben zur Reservierung -->
	<xs:complexType name="AX_ReservierungType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="art" type="adv:AX_Art_ReservierungType"/>
					<xs:element name="nummer" type="xs:string"/>
					<xs:element name="ablaufDerReservierung" type="xs:date" minOccurs="0"/>
					<xs:element name="vermessungsstelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_ReservierungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_PunktkennungUntergegangenType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="punktkennung" type="xs:string"/>
					<xs:element name="art" type="adv:AX_Art_PunktkennungUntergegangenType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_PunktkennungUntergegangenType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Angaben zur Historie -->
	<xs:complexType name="AX_HistorischesFlurstueckType">
		<xs:complexContent>
			<xs:extension base="adv:AU_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="land" type="xs:string"/>
					<xs:element name="gemarkungsnummer" type="xs:string"/>
					<xs:element name="flurstuecksnummer" type="adv:AX_FlurstuecksnummerType"/>
					<xs:element name="flurstueckskennzeichen" type="xs:string"/>
					<xs:element name="amtlicheFlaeche" type="xs:decimal"/>
					<xs:element name="flurnummer" type="xs:integer" minOccurs="0"/>
					<xs:element name="flurstuecksfolge" type="xs:string" minOccurs="0"/>
					<xs:element name="abweichenderRechtszustand" type="xs:boolean" minOccurs="0"/>
					<xs:element name="rechtsbehelfsverfahren" type="xs:boolean" minOccurs="0"/>
					<xs:element name="objektkoordinaten" type="adv:AX_ObjektkoordinateType" minOccurs="0"/>
					<xs:element name="sonstigeEigenschaften" type="adv:AX_SonstigeEigenschaftenType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="zeitpunktDerEntstehung" type="xs:date" minOccurs="0"/>
					<xs:element name="nachfolgerFlurstueckskennzeichen" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="buchung" type="adv:AX_Buchung_HistorischesFlurstueckType" minOccurs="0"/>
					<xs:element name="zeitpunktDerHistorisierung" type="xs:date" minOccurs="0"/>
					<xs:element name="liegtIn" type="adv:ref_AX_GemarkungType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Blattart_HistorischesFlurstueckType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_HistorischesFlurstueckALBType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="land" type="xs:string"/>
					<xs:element name="gemarkungsnummer" type="xs:string"/>
					<xs:element name="flurstuecksnummer" type="adv:AX_FlurstuecksnummerType"/>
					<xs:element name="flurstueckskennzeichen" type="xs:string"/>
					<xs:element name="amtlicheFlaeche" type="xs:decimal"/>
					<xs:element name="vorgaengerFlurstueckskennzeichen" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="nachfolgerFlurstueckskennzeichen" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="buchung" type="adv:AX_Buchung_HistorischesFlurstueckALBType" minOccurs="0"/>
					<xs:element name="flurnummer" type="xs:integer" minOccurs="0"/>
					<xs:element name="flurstuecksfolge" type="xs:string" minOccurs="0"/>
					<xs:element name="objektkoordinaten" type="adv:AX_ObjektkoordinateType" minOccurs="0"/>
					<xs:element name="zeitpunktDerEntstehungDesBezugsflurstuecks" type="xs:date" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Blattart_HistorischesFlurstueckALBType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_HistorischesFlurstueckOhneRaumbezugType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="land" type="xs:string"/>
					<xs:element name="gemarkungsnummer" type="xs:string"/>
					<xs:element name="flurstuecksnummer" type="adv:AX_FlurstuecksnummerType"/>
					<xs:element name="flurstueckskennzeichen" type="xs:string"/>
					<xs:element name="amtlicheFlaeche" type="xs:decimal"/>
					<xs:element name="flurnummer" type="xs:integer" minOccurs="0"/>
					<xs:element name="flurstuecksfolge" type="xs:string" minOccurs="0"/>
					<xs:element name="abweichenderRechtszustand" type="xs:boolean" minOccurs="0"/>
					<xs:element name="rechtsbehelfsverfahren" type="xs:boolean" minOccurs="0"/>
					<xs:element name="objektkoordinaten" type="adv:AX_ObjektkoordinateType" minOccurs="0"/>
					<xs:element name="sonstigeEigenschaften" type="adv:AX_SonstigeEigenschaftenType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="zeitpunktDerEntstehung" type="xs:date" minOccurs="0"/>
					<xs:element name="zeigtAuf" type="adv:ref_AX_LagebezeichnungOhneHausnummerType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="weistAuf" type="adv:ref_AX_LagebezeichnungMitHausnummerType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="istGebucht" type="adv:ref_AX_BuchungsstelleType"/>
					<xs:element name="gehoertAnteiligZu" type="adv:ref_AX_HistorischesFlurstueckOhneRaumbezugType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="hat" type="adv:ref_AX_FortfuehrungsfallType" minOccurs="0"/>
					<xs:element name="liegtIn" type="adv:ref_AX_GemarkungType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_Buchung_HistorischesFlurstueckType">
		<xs:sequence>
			<xs:element name="blattart" type="adv:AX_Blattart_HistorischesFlurstueckType"/>
			<xs:element name="buchungsart" type="xs:string"/>
			<xs:element name="buchungsblattkennzeichen" type="adv:AX_BuchungsblattkennzeichenType"/>
			<xs:element name="laufendeNummerDerBuchungsstelle" type="xs:integer"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_Buchung_HistorischesFlurstueckALBType">
		<xs:sequence>
			<xs:element name="blattart" type="adv:AX_Blattart_HistorischesFlurstueckALBType"/>
			<xs:element name="buchungsart" type="xs:string"/>
			<xs:element name="buchungsblattkennzeichen" type="adv:AX_BuchungsblattkennzeichenType"/>
			<xs:element name="laufendeNummerDerBuchungsstelle" type="xs:integer"/>
		</xs:sequence>
	</xs:complexType>
	<!-- Paket Personen- und Bestandsdaten -->
	<xs:complexType name="AX_PersonType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="nachnameOderFirma" type="xs:string"/>
					<xs:element name="anrede" type="adv:AX_Anrede_PersonType" minOccurs="0"/>
					<xs:element name="vorname" type="xs:string" minOccurs="0"/>
					<xs:element name="namensbestandteil" type="xs:string" minOccurs="0"/>
					<xs:element name="akademischerGrad" type="xs:string" minOccurs="0"/>
					<xs:element name="geburtsname" type="xs:string" minOccurs="0"/>
					<xs:element name="geburtsdatum" type="xs:date" minOccurs="0"/>
					<xs:element name="wohnortOderSitz" type="xs:string" minOccurs="0"/>
					<xs:element name="beruf" type="xs:string" minOccurs="0"/>
					<xs:element name="sonstigeEigenschaften" type="xs:string" minOccurs="0"/>
					<xs:element name="haushaltsstelleLandesgrundbesitz" type="xs:string" minOccurs="0"/>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQOhneDatenerhebungType" minOccurs="0"/>
					<xs:element name="hat" type="adv:ref_AX_AnschriftType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="gehoertZu" type="adv:ref_AX_PersonengruppeType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="wirdVertretenVon" type="adv:ref_AX_VertretungType" minOccurs="0"/>
					<xs:element name="zeigtAuf" type="adv:ref_AX_PersonType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Anrede_PersonType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_PersonengruppeType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="nameDerPersonengruppe" type="xs:string"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_AnschriftType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="ort_Post" type="xs:string"/>
					<xs:element name="postleitzahlPostzustellung" type="xs:string" minOccurs="0"/>
					<xs:element name="postleitzahlPostfach" type="xs:string" minOccurs="0"/>
					<xs:element name="bestimmungsland" type="xs:string" minOccurs="0"/>
					<xs:element name="ortsteil" type="xs:string" minOccurs="0"/>
					<xs:element name="strasse" type="xs:string" minOccurs="0"/>
					<xs:element name="hausnummer" type="xs:string" minOccurs="0"/>
					<xs:element name="ort_AmtlichesOrtsnamensverzeichnis" type="xs:string" minOccurs="0"/>
					<xs:element name="postfach" type="xs:string" minOccurs="0"/>
					<xs:element name="fax" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="telefon" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="weitereAdressen" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQOhneDatenerhebungType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_VerwaltungType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="bestellungsbeschluss" type="xs:date" minOccurs="0"/>
					<xs:element name="beginnDerBestellung" type="xs:date" minOccurs="0"/>
					<xs:element name="endeDerBestellung" type="xs:date" minOccurs="0"/>
					<xs:element name="notariat" type="xs:string" minOccurs="0"/>
					<xs:element name="grundakt" type="xs:string" minOccurs="0"/>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQOhneDatenerhebungType" minOccurs="0"/>
					<xs:element name="haengtAn" type="adv:ref_AX_PersonType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_VertretungType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="beginnDerVertretung" type="xs:date" minOccurs="0"/>
					<xs:element name="artDerVertretung" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="endeDerVertretung" type="xs:date" minOccurs="0"/>
					<xs:element name="angabenZurVertretung" type="xs:string" minOccurs="0"/>
					<xs:element name="haengtAn" type="adv:ref_AX_PersonType"/>
					<xs:element name="beziehtSichAuf" type="adv:ref_AX_FlurstueckType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_NamensnummerType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="laufendeNummerNachDIN1421" type="xs:string" minOccurs="0"/>
					<xs:element name="nummer" type="xs:string" minOccurs="0"/>
					<xs:element name="anteil" type="adv:AX_AnteilType" minOccurs="0"/>
					<xs:element name="artDerRechtsgemeinschaft" type="adv:AX_ArtDerRechtsgemeinschaft_NamensnummerType" minOccurs="0"/>
					<xs:element name="eigentuemerart" type="adv:AX_Eigentuemerart_NamensnummerType" minOccurs="0"/>
					<xs:element name="strichblattnummer" type="xs:integer" minOccurs="0"/>
					<xs:element name="istBestandteilVon" type="adv:ref_AX_BuchungsblattType"/>
					<xs:element name="benennt" type="adv:ref_AX_PersonType" minOccurs="0"/>
					<xs:element name="bestehtAusRechtsverhaeltnissenZu" type="adv:ref_AX_NamensnummerType" minOccurs="0"/>
					<xs:element name="hatVorgaenger" type="adv:ref_AX_NamensnummerType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerRechtsgemeinschaft_NamensnummerType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Eigentuemerart_NamensnummerType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="2900"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="4200"/>
			<xs:enumeration value="4900"/>
			<xs:enumeration value="5100"/>
			<xs:enumeration value="5210"/>
			<xs:enumeration value="5220"/>
			<xs:enumeration value="5230"/>
			<xs:enumeration value="5300"/>
			<xs:enumeration value="5400"/>
			<xs:enumeration value="5500"/>
			<xs:enumeration value="5600"/>
			<xs:enumeration value="5700"/>
			<xs:enumeration value="6001"/>
			<xs:enumeration value="6002"/>
			<xs:enumeration value="6003"/>
			<xs:enumeration value="6004"/>
			<xs:enumeration value="6005"/>
			<xs:enumeration value="6006"/>
			<xs:enumeration value="6007"/>
			<xs:enumeration value="6008"/>
			<xs:enumeration value="6009"/>
			<xs:enumeration value="6010"/>
			<xs:enumeration value="6012"/>
			<xs:enumeration value="6011"/>
			<xs:enumeration value="6013"/>
			<xs:enumeration value="6014"/>
			<xs:enumeration value="6015"/>
			<xs:enumeration value="6016"/>
			<xs:enumeration value="7100"/>
			<xs:enumeration value="7200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BuchungsblattType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="buchungsblattkennzeichen" type="adv:AX_BuchungsblattkennzeichenType"/>
					<xs:element name="blattart" type="adv:AX_Blattart_BuchungsblattType"/>
					<xs:element name="aus" type="adv:ref_AX_BuchungsblattbezirkType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Blattart_BuchungsblattType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BuchungsstelleType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="buchungsart" type="adv:AX_Buchungsart_BuchungsstelleType"/>
					<xs:element name="laufendeNummer" type="xs:integer"/>
					<xs:element name="anteil" type="adv:AX_AnteilType" minOccurs="0"/>
					<xs:element name="nummerImAufteilungsplan" type="xs:string" minOccurs="0"/>
					<xs:element name="beschreibungDesSondereigentums" type="xs:string" minOccurs="0"/>
					<xs:element name="buchungstext" type="xs:string" minOccurs="0"/>
					<xs:element name="beschreibungDesUmfangsDerBuchung" type="xs:string" minOccurs="0"/>
					<xs:element name="istBestandteilVon" type="adv:ref_AX_BuchungsblattType"/>
					<xs:element name="verweistAuf" type="adv:ref_AX_FlurstueckType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="beziehtSichAuf" type="adv:ref_AX_BuchungsblattType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="wirdVerwaltetVon" type="adv:ref_AX_VerwaltungType" minOccurs="0"/>
					<xs:element name="zu" type="adv:ref_AX_BuchungsstelleType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="hierzu" type="adv:ref_AX_BuchungsstelleType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="an" type="adv:ref_AX_BuchungsstelleType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="durch" type="adv:ref_AX_BuchungsstelleType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="hatVorgaenger" type="adv:ref_AX_BuchungsstelleType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Buchungsart_BuchungsstelleType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1101"/>
			<xs:enumeration value="1102"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1301"/>
			<xs:enumeration value="1302"/>
			<xs:enumeration value="1303"/>
			<xs:enumeration value="1401"/>
			<xs:enumeration value="1402"/>
			<xs:enumeration value="1403"/>
			<xs:enumeration value="1501"/>
			<xs:enumeration value="1502"/>
			<xs:enumeration value="1503"/>
			<xs:enumeration value="2101"/>
			<xs:enumeration value="2102"/>
			<xs:enumeration value="2103"/>
			<xs:enumeration value="2104"/>
			<xs:enumeration value="2105"/>
			<xs:enumeration value="2106"/>
			<xs:enumeration value="2107"/>
			<xs:enumeration value="2108"/>
			<xs:enumeration value="2109"/>
			<xs:enumeration value="2110"/>
			<xs:enumeration value="2201"/>
			<xs:enumeration value="2202"/>
			<xs:enumeration value="2203"/>
			<xs:enumeration value="2204"/>
			<xs:enumeration value="2205"/>
			<xs:enumeration value="2301"/>
			<xs:enumeration value="2302"/>
			<xs:enumeration value="2303"/>
			<xs:enumeration value="2304"/>
			<xs:enumeration value="2305"/>
			<xs:enumeration value="2401"/>
			<xs:enumeration value="2402"/>
			<xs:enumeration value="2403"/>
			<xs:enumeration value="2404"/>
			<xs:enumeration value="2405"/>
			<xs:enumeration value="2501"/>
			<xs:enumeration value="2502"/>
			<xs:enumeration value="2503"/>
			<xs:enumeration value="2504"/>
			<xs:enumeration value="2505"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="5101"/>
			<xs:enumeration value="5200"/>
			<xs:enumeration value="5201"/>
			<xs:enumeration value="5202"/>
			<xs:enumeration value="5203"/>
			<xs:enumeration value="6101"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Angaben zum Gebäude -->
	<xs:complexType name="AX_GebaeudeType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="gebaeudefunktion" type="adv:AX_Gebaeudefunktion_GebaeudeType"/>
					<xs:element name="weitereGebaeudefunktion" type="adv:AX_WeitereGebaeudefunktion_GebaeudeType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="name" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="nutzung" type="adv:AX_Nutzung_GebaeudeType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="bauweise" type="adv:AX_Bauweise_GebaeudeType" minOccurs="0"/>
					<xs:element name="anzahlDerOberirdischenGeschosse" type="xs:integer" minOccurs="0"/>
					<xs:element name="anzahlDerUnterirdischenGeschosse" type="xs:integer" minOccurs="0"/>
					<xs:element name="hochhaus" type="xs:boolean" minOccurs="0"/>
					<xs:element name="objekthoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="besondereDachform" type="adv:AX_BesondereDachform_GebaeudeType" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_GebaeudeType" minOccurs="0"/>
					<xs:element name="geschossflaeche" type="xs:decimal" minOccurs="0"/>
					<xs:element name="grundflaeche" type="xs:decimal" minOccurs="0"/>
					<xs:element name="umbauterRaum" type="xs:decimal" minOccurs="0"/>
					<xs:element name="baujahr" type="xs:integer" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="lageZurErdoberflaeche" type="adv:AX_LageZurErdoberflaeche_GebaeudeType" minOccurs="0"/>
					<xs:element name="dachart" type="xs:string" minOccurs="0"/>
					<xs:element name="dachgeschossausbau" type="adv:AX_Dachgeschossausbau_GebaeudeType" minOccurs="0"/>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="zeigtAuf" type="adv:ref_AX_LagebezeichnungMitHausnummerType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="hat" type="adv:ref_AX_LagebezeichnungMitPseudonummerType" minOccurs="0"/>
					<xs:element name="gehoert" type="adv:ref_AX_PersonType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="gehoertZu" type="adv:ref_AX_GebaeudeType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Gebaeudefunktion_GebaeudeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1001"/>
			<xs:enumeration value="1002"/>
			<xs:enumeration value="1003"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1111"/>
			<xs:enumeration value="1112"/>
			<xs:enumeration value="1113"/>
			<xs:enumeration value="1114"/>
			<xs:enumeration value="1115"/>
			<xs:enumeration value="1116"/>
			<xs:enumeration value="1117"/>
			<xs:enumeration value="1118"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1121"/>
			<xs:enumeration value="1122"/>
			<xs:enumeration value="1123"/>
			<xs:enumeration value="1124"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1131"/>
			<xs:enumeration value="1132"/>
			<xs:enumeration value="1133"/>
			<xs:enumeration value="1134"/>
			<xs:enumeration value="1135"/>
			<xs:enumeration value="1136"/>
			<xs:enumeration value="1137"/>
			<xs:enumeration value="1138"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1141"/>
			<xs:enumeration value="1142"/>
			<xs:enumeration value="1143"/>
			<xs:enumeration value="1144"/>
			<xs:enumeration value="1145"/>
			<xs:enumeration value="1146"/>
			<xs:enumeration value="1147"/>
			<xs:enumeration value="1150"/>
			<xs:enumeration value="1151"/>
			<xs:enumeration value="1152"/>
			<xs:enumeration value="1160"/>
			<xs:enumeration value="1161"/>
			<xs:enumeration value="1162"/>
			<xs:enumeration value="1163"/>
			<xs:enumeration value="1164"/>
			<xs:enumeration value="1165"/>
			<xs:enumeration value="1170"/>
			<xs:enumeration value="1171"/>
			<xs:enumeration value="1172"/>
			<xs:enumeration value="1173"/>
			<xs:enumeration value="1174"/>
			<xs:enumeration value="1175"/>
			<xs:enumeration value="1180"/>
			<xs:enumeration value="1181"/>
			<xs:enumeration value="1182"/>
			<xs:enumeration value="1190"/>
			<xs:enumeration value="1191"/>
			<xs:enumeration value="1192"/>
			<xs:enumeration value="1194"/>
			<xs:enumeration value="1195"/>
			<xs:enumeration value="1197"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1370"/>
			<xs:enumeration value="1371"/>
			<xs:enumeration value="1372"/>
			<xs:enumeration value="1373"/>
			<xs:enumeration value="1374"/>
			<xs:enumeration value="1375"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1410"/>
			<xs:enumeration value="1420"/>
			<xs:enumeration value="1430"/>
			<xs:enumeration value="1440"/>
			<xs:enumeration value="1441"/>
			<xs:enumeration value="1442"/>
			<xs:enumeration value="1443"/>
			<xs:enumeration value="1444"/>
			<xs:enumeration value="1445"/>
			<xs:enumeration value="1450"/>
			<xs:enumeration value="1460"/>
			<xs:enumeration value="1461"/>
			<xs:enumeration value="1462"/>
			<xs:enumeration value="1463"/>
			<xs:enumeration value="1470"/>
			<xs:enumeration value="1471"/>
			<xs:enumeration value="1472"/>
			<xs:enumeration value="1473"/>
			<xs:enumeration value="1480"/>
			<xs:enumeration value="1481"/>
			<xs:enumeration value="1482"/>
			<xs:enumeration value="1483"/>
			<xs:enumeration value="1484"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1710"/>
			<xs:enumeration value="1711"/>
			<xs:enumeration value="1712"/>
			<xs:enumeration value="1720"/>
			<xs:enumeration value="1730"/>
			<xs:enumeration value="1740"/>
			<xs:enumeration value="1741"/>
			<xs:enumeration value="1742"/>
			<xs:enumeration value="1743"/>
			<xs:enumeration value="1750"/>
			<xs:enumeration value="1760"/>
			<xs:enumeration value="1770"/>
			<xs:enumeration value="1771"/>
			<xs:enumeration value="1772"/>
			<xs:enumeration value="1780"/>
			<xs:enumeration value="1900"/>
			<xs:enumeration value="1910"/>
			<xs:enumeration value="1911"/>
			<xs:enumeration value="1912"/>
			<xs:enumeration value="1913"/>
			<xs:enumeration value="1920"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2110"/>
			<xs:enumeration value="2120"/>
			<xs:enumeration value="2121"/>
			<xs:enumeration value="2122"/>
			<xs:enumeration value="2123"/>
			<xs:enumeration value="2130"/>
			<xs:enumeration value="2131"/>
			<xs:enumeration value="2140"/>
			<xs:enumeration value="2150"/>
			<xs:enumeration value="2160"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2310"/>
			<xs:enumeration value="2311"/>
			<xs:enumeration value="2312"/>
			<xs:enumeration value="2320"/>
			<xs:enumeration value="2321"/>
			<xs:enumeration value="2322"/>
			<xs:enumeration value="2323"/>
			<xs:enumeration value="2324"/>
			<xs:enumeration value="2330"/>
			<xs:enumeration value="2332"/>
			<xs:enumeration value="2340"/>
			<xs:enumeration value="2341"/>
			<xs:enumeration value="2342"/>
			<xs:enumeration value="2343"/>
			<xs:enumeration value="2344"/>
			<xs:enumeration value="2350"/>
			<xs:enumeration value="2351"/>
			<xs:enumeration value="2360"/>
			<xs:enumeration value="2361"/>
			<xs:enumeration value="2362"/>
			<xs:enumeration value="2363"/>
			<xs:enumeration value="2364"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="2501"/>
			<xs:enumeration value="2510"/>
			<xs:enumeration value="2511"/>
			<xs:enumeration value="2512"/>
			<xs:enumeration value="2515"/>
			<xs:enumeration value="2520"/>
			<xs:enumeration value="2521"/>
			<xs:enumeration value="2522"/>
			<xs:enumeration value="2523"/>
			<xs:enumeration value="2527"/>
			<xs:enumeration value="2528"/>
			<xs:enumeration value="2540"/>
			<xs:enumeration value="2560"/>
			<xs:enumeration value="2570"/>
			<xs:enumeration value="2571"/>
			<xs:enumeration value="2580"/>
			<xs:enumeration value="2590"/>
			<xs:enumeration value="2591"/>
			<xs:enumeration value="2600"/>
			<xs:enumeration value="2610"/>
			<xs:enumeration value="2611"/>
			<xs:enumeration value="2612"/>
			<xs:enumeration value="2620"/>
			<xs:enumeration value="2621"/>
			<xs:enumeration value="2622"/>
			<xs:enumeration value="2623"/>
			<xs:enumeration value="2700"/>
			<xs:enumeration value="2710"/>
			<xs:enumeration value="2720"/>
			<xs:enumeration value="2721"/>
			<xs:enumeration value="2723"/>
			<xs:enumeration value="2724"/>
			<xs:enumeration value="2726"/>
			<xs:enumeration value="2727"/>
			<xs:enumeration value="2729"/>
			<xs:enumeration value="2730"/>
			<xs:enumeration value="2731"/>
			<xs:enumeration value="2732"/>
			<xs:enumeration value="2733"/>
			<xs:enumeration value="2734"/>
			<xs:enumeration value="2735"/>
			<xs:enumeration value="2740"/>
			<xs:enumeration value="2741"/>
			<xs:enumeration value="2742"/>
			<xs:enumeration value="2800"/>
			<xs:enumeration value="2810"/>
			<xs:enumeration value="2811"/>
			<xs:enumeration value="2812"/>
			<xs:enumeration value="2820"/>
			<xs:enumeration value="2821"/>
			<xs:enumeration value="2822"/>
			<xs:enumeration value="2830"/>
			<xs:enumeration value="2840"/>
			<xs:enumeration value="2841"/>
			<xs:enumeration value="2842"/>
			<xs:enumeration value="2850"/>
			<xs:enumeration value="2860"/>
			<xs:enumeration value="2861"/>
			<xs:enumeration value="2862"/>
			<xs:enumeration value="2863"/>
			<xs:enumeration value="2870"/>
			<xs:enumeration value="2871"/>
			<xs:enumeration value="2872"/>
			<xs:enumeration value="2873"/>
			<xs:enumeration value="2874"/>
			<xs:enumeration value="2880"/>
			<xs:enumeration value="2881"/>
			<xs:enumeration value="2882"/>
			<xs:enumeration value="2883"/>
			<xs:enumeration value="2890"/>
			<xs:enumeration value="2894"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_WeitereGebaeudefunktion_GebaeudeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1001"/>
			<xs:enumeration value="1002"/>
			<xs:enumeration value="1003"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1111"/>
			<xs:enumeration value="1112"/>
			<xs:enumeration value="1113"/>
			<xs:enumeration value="1114"/>
			<xs:enumeration value="1115"/>
			<xs:enumeration value="1116"/>
			<xs:enumeration value="1117"/>
			<xs:enumeration value="1118"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1121"/>
			<xs:enumeration value="1122"/>
			<xs:enumeration value="1123"/>
			<xs:enumeration value="1124"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1131"/>
			<xs:enumeration value="1132"/>
			<xs:enumeration value="1133"/>
			<xs:enumeration value="1134"/>
			<xs:enumeration value="1135"/>
			<xs:enumeration value="1136"/>
			<xs:enumeration value="1137"/>
			<xs:enumeration value="1138"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1141"/>
			<xs:enumeration value="1142"/>
			<xs:enumeration value="1143"/>
			<xs:enumeration value="1144"/>
			<xs:enumeration value="1145"/>
			<xs:enumeration value="1146"/>
			<xs:enumeration value="1147"/>
			<xs:enumeration value="1150"/>
			<xs:enumeration value="1151"/>
			<xs:enumeration value="1152"/>
			<xs:enumeration value="1160"/>
			<xs:enumeration value="1161"/>
			<xs:enumeration value="1162"/>
			<xs:enumeration value="1163"/>
			<xs:enumeration value="1164"/>
			<xs:enumeration value="1165"/>
			<xs:enumeration value="1170"/>
			<xs:enumeration value="1171"/>
			<xs:enumeration value="1172"/>
			<xs:enumeration value="1173"/>
			<xs:enumeration value="1174"/>
			<xs:enumeration value="1175"/>
			<xs:enumeration value="1180"/>
			<xs:enumeration value="1181"/>
			<xs:enumeration value="1182"/>
			<xs:enumeration value="1190"/>
			<xs:enumeration value="1191"/>
			<xs:enumeration value="1192"/>
			<xs:enumeration value="1194"/>
			<xs:enumeration value="1195"/>
			<xs:enumeration value="1197"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1370"/>
			<xs:enumeration value="1371"/>
			<xs:enumeration value="1372"/>
			<xs:enumeration value="1373"/>
			<xs:enumeration value="1374"/>
			<xs:enumeration value="1375"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1410"/>
			<xs:enumeration value="1420"/>
			<xs:enumeration value="1430"/>
			<xs:enumeration value="1440"/>
			<xs:enumeration value="1441"/>
			<xs:enumeration value="1442"/>
			<xs:enumeration value="1443"/>
			<xs:enumeration value="1444"/>
			<xs:enumeration value="1445"/>
			<xs:enumeration value="1450"/>
			<xs:enumeration value="1460"/>
			<xs:enumeration value="1461"/>
			<xs:enumeration value="1462"/>
			<xs:enumeration value="1463"/>
			<xs:enumeration value="1470"/>
			<xs:enumeration value="1471"/>
			<xs:enumeration value="1472"/>
			<xs:enumeration value="1473"/>
			<xs:enumeration value="1480"/>
			<xs:enumeration value="1481"/>
			<xs:enumeration value="1482"/>
			<xs:enumeration value="1483"/>
			<xs:enumeration value="1484"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1710"/>
			<xs:enumeration value="1711"/>
			<xs:enumeration value="1712"/>
			<xs:enumeration value="1720"/>
			<xs:enumeration value="1730"/>
			<xs:enumeration value="1740"/>
			<xs:enumeration value="1741"/>
			<xs:enumeration value="1742"/>
			<xs:enumeration value="1743"/>
			<xs:enumeration value="1750"/>
			<xs:enumeration value="1760"/>
			<xs:enumeration value="1770"/>
			<xs:enumeration value="1771"/>
			<xs:enumeration value="1772"/>
			<xs:enumeration value="1780"/>
			<xs:enumeration value="1900"/>
			<xs:enumeration value="1910"/>
			<xs:enumeration value="1911"/>
			<xs:enumeration value="1912"/>
			<xs:enumeration value="1913"/>
			<xs:enumeration value="1920"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2110"/>
			<xs:enumeration value="2120"/>
			<xs:enumeration value="2121"/>
			<xs:enumeration value="2122"/>
			<xs:enumeration value="2123"/>
			<xs:enumeration value="2130"/>
			<xs:enumeration value="2131"/>
			<xs:enumeration value="2140"/>
			<xs:enumeration value="2150"/>
			<xs:enumeration value="2160"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2310"/>
			<xs:enumeration value="2311"/>
			<xs:enumeration value="2312"/>
			<xs:enumeration value="2320"/>
			<xs:enumeration value="2321"/>
			<xs:enumeration value="2322"/>
			<xs:enumeration value="2323"/>
			<xs:enumeration value="2324"/>
			<xs:enumeration value="2330"/>
			<xs:enumeration value="2332"/>
			<xs:enumeration value="2340"/>
			<xs:enumeration value="2341"/>
			<xs:enumeration value="2342"/>
			<xs:enumeration value="2343"/>
			<xs:enumeration value="2344"/>
			<xs:enumeration value="2350"/>
			<xs:enumeration value="2351"/>
			<xs:enumeration value="2360"/>
			<xs:enumeration value="2361"/>
			<xs:enumeration value="2362"/>
			<xs:enumeration value="2363"/>
			<xs:enumeration value="2364"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="2501"/>
			<xs:enumeration value="2510"/>
			<xs:enumeration value="2511"/>
			<xs:enumeration value="2512"/>
			<xs:enumeration value="2515"/>
			<xs:enumeration value="2520"/>
			<xs:enumeration value="2521"/>
			<xs:enumeration value="2522"/>
			<xs:enumeration value="2523"/>
			<xs:enumeration value="2527"/>
			<xs:enumeration value="2528"/>
			<xs:enumeration value="2540"/>
			<xs:enumeration value="2560"/>
			<xs:enumeration value="2570"/>
			<xs:enumeration value="2571"/>
			<xs:enumeration value="2580"/>
			<xs:enumeration value="2590"/>
			<xs:enumeration value="2591"/>
			<xs:enumeration value="2600"/>
			<xs:enumeration value="2610"/>
			<xs:enumeration value="2611"/>
			<xs:enumeration value="2612"/>
			<xs:enumeration value="2620"/>
			<xs:enumeration value="2621"/>
			<xs:enumeration value="2622"/>
			<xs:enumeration value="2623"/>
			<xs:enumeration value="2700"/>
			<xs:enumeration value="2710"/>
			<xs:enumeration value="2720"/>
			<xs:enumeration value="2721"/>
			<xs:enumeration value="2723"/>
			<xs:enumeration value="2724"/>
			<xs:enumeration value="2726"/>
			<xs:enumeration value="2727"/>
			<xs:enumeration value="2729"/>
			<xs:enumeration value="2730"/>
			<xs:enumeration value="2731"/>
			<xs:enumeration value="2732"/>
			<xs:enumeration value="2733"/>
			<xs:enumeration value="2734"/>
			<xs:enumeration value="2735"/>
			<xs:enumeration value="2740"/>
			<xs:enumeration value="2741"/>
			<xs:enumeration value="2742"/>
			<xs:enumeration value="2800"/>
			<xs:enumeration value="2810"/>
			<xs:enumeration value="2811"/>
			<xs:enumeration value="2812"/>
			<xs:enumeration value="2820"/>
			<xs:enumeration value="2821"/>
			<xs:enumeration value="2822"/>
			<xs:enumeration value="2830"/>
			<xs:enumeration value="2840"/>
			<xs:enumeration value="2841"/>
			<xs:enumeration value="2842"/>
			<xs:enumeration value="2850"/>
			<xs:enumeration value="2860"/>
			<xs:enumeration value="2861"/>
			<xs:enumeration value="2862"/>
			<xs:enumeration value="2863"/>
			<xs:enumeration value="2870"/>
			<xs:enumeration value="2871"/>
			<xs:enumeration value="2872"/>
			<xs:enumeration value="2873"/>
			<xs:enumeration value="2874"/>
			<xs:enumeration value="2880"/>
			<xs:enumeration value="2881"/>
			<xs:enumeration value="2882"/>
			<xs:enumeration value="2883"/>
			<xs:enumeration value="2890"/>
			<xs:enumeration value="2894"/>
			<xs:enumeration value="3010"/>
			<xs:enumeration value="3020"/>
			<xs:enumeration value="3030"/>
			<xs:enumeration value="3040"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Nutzung_GebaeudeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Bauweise_GebaeudeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_BesondereDachform_GebaeudeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="3300"/>
			<xs:enumeration value="3400"/>
			<xs:enumeration value="3500"/>
			<xs:enumeration value="3600"/>
			<xs:enumeration value="3700"/>
			<xs:enumeration value="3800"/>
			<xs:enumeration value="3900"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_GebaeudeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_LageZurErdoberflaeche_GebaeudeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1400"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Dachgeschossausbau_GebaeudeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BauteilType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="bauart" type="adv:AX_Bauart_BauteilType"/>
					<xs:element name="lageZurErdoberflaeche" type="adv:AX_LageZurErdoberflaeche_BauteilType" minOccurs="0"/>
					<xs:element name="hoeheDerDurchfahrt" type="xs:decimal" minOccurs="0"/>
					<xs:element name="besondereDachauspraegung" type="adv:AX_BesondereDachauspraegung_BauteilType" minOccurs="0"/>
					<xs:element name="anzahlDerOberirdischenGeschosse" type="xs:integer" minOccurs="0"/>
					<xs:element name="baujahr" type="xs:integer" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="gehoertZu" type="adv:ref_AX_GebaeudeType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bauart_BauteilType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="2610"/>
			<xs:enumeration value="2620"/>
			<xs:enumeration value="2710"/>
			<xs:enumeration value="2720"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_LageZurErdoberflaeche_BauteilType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1400"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_BesondereDachauspraegung_BauteilType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="3300"/>
			<xs:enumeration value="3400"/>
			<xs:enumeration value="3500"/>
			<xs:enumeration value="3600"/>
			<xs:enumeration value="3700"/>
			<xs:enumeration value="3800"/>
			<xs:enumeration value="3900"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BesondereGebaeudelinieType">
		<xs:complexContent>
			<xs:extension base="adv:AG_LinienobjektType">
				<xs:sequence>
					<xs:element name="beschaffenheit" type="adv:AX_Beschaffenheit_BesondereGebaeudelinieType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Beschaffenheit_BesondereGebaeudelinieType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="3300"/>
			<xs:enumeration value="3400"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_FirstlinieType">
		<xs:complexContent>
			<xs:extension base="adv:AG_LinienobjektType">
				<xs:sequence>
					<xs:element name="gehoertZu" type="adv:ref_AX_GebaeudeType" minOccurs="0"/>
					<xs:element name="beziehtSichAuf" type="adv:ref_AX_BauteilType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_BesondererGebaeudepunktType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="punktkennung" type="xs:string" minOccurs="0"/>
					<xs:element name="sonstigeEigenschaft" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="zustaendigeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<!-- Paket Siedlungsflächen -->
	<xs:complexType name="AX_WohnbauflaecheType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="artDerBebauung" type="adv:AX_ArtDerBebauung_WohnbauflaecheType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_WohnbauflaecheType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerBebauung_WohnbauflaecheType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_WohnbauflaecheType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="8000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_IndustrieUndGewerbeflaecheType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_IndustrieUndGewerbeflaecheType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="foerdergut" type="adv:AX_Foerdergut_IndustrieUndGewerbeflaecheType" minOccurs="0"/>
					<xs:element name="primaerenergie" type="adv:AX_Primaerenergie_IndustrieUndGewerbeflaecheType" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_IndustrieUndGewerbeflaecheType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_IndustrieUndGewerbeflaecheType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1710"/>
			<xs:enumeration value="1720"/>
			<xs:enumeration value="1730"/>
			<xs:enumeration value="1740"/>
			<xs:enumeration value="1750"/>
			<xs:enumeration value="1760"/>
			<xs:enumeration value="1770"/>
			<xs:enumeration value="1780"/>
			<xs:enumeration value="1790"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1410"/>
			<xs:enumeration value="1420"/>
			<xs:enumeration value="1430"/>
			<xs:enumeration value="1440"/>
			<xs:enumeration value="1450"/>
			<xs:enumeration value="1460"/>
			<xs:enumeration value="1470"/>
			<xs:enumeration value="1480"/>
			<xs:enumeration value="1490"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="2501"/>
			<xs:enumeration value="2502"/>
			<xs:enumeration value="2503"/>
			<xs:enumeration value="2504"/>
			<xs:enumeration value="2510"/>
			<xs:enumeration value="2520"/>
			<xs:enumeration value="2521"/>
			<xs:enumeration value="2522"/>
			<xs:enumeration value="2530"/>
			<xs:enumeration value="2531"/>
			<xs:enumeration value="2532"/>
			<xs:enumeration value="2540"/>
			<xs:enumeration value="2550"/>
			<xs:enumeration value="2551"/>
			<xs:enumeration value="2552"/>
			<xs:enumeration value="2560"/>
			<xs:enumeration value="2561"/>
			<xs:enumeration value="2562"/>
			<xs:enumeration value="2570"/>
			<xs:enumeration value="2571"/>
			<xs:enumeration value="2572"/>
			<xs:enumeration value="2600"/>
			<xs:enumeration value="2601"/>
			<xs:enumeration value="2602"/>
			<xs:enumeration value="2610"/>
			<xs:enumeration value="2611"/>
			<xs:enumeration value="2612"/>
			<xs:enumeration value="2620"/>
			<xs:enumeration value="2621"/>
			<xs:enumeration value="2622"/>
			<xs:enumeration value="2623"/>
			<xs:enumeration value="2630"/>
			<xs:enumeration value="2640"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Foerdergut_IndustrieUndGewerbeflaecheType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
			<xs:enumeration value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Primaerenergie_IndustrieUndGewerbeflaecheType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
			<xs:enumeration value="6000"/>
			<xs:enumeration value="7000"/>
			<xs:enumeration value="7100"/>
			<xs:enumeration value="7200"/>
			<xs:enumeration value="7300"/>
			<xs:enumeration value="7400"/>
			<xs:enumeration value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_IndustrieUndGewerbeflaecheType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="8000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_HaldeAufschuettungLagerplatzType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_HaldeAufschuettungLagerplatzType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="lagergut" type="adv:AX_Lagergut_HaldeAufschuettungLagerplatzType" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_HaldeAufschuettungLagerplatzType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_HaldeAufschuettungLagerplatzType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="3300"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Lagergut_HaldeAufschuettungLagerplatzType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
			<xs:enumeration value="6000"/>
			<xs:enumeration value="7000"/>
			<xs:enumeration value="8000"/>
			<xs:enumeration value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_HaldeAufschuettungLagerplatzType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="8000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BergbaubetriebType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="abbaugut" type="adv:AX_Abbaugut_BergbaubetriebType" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_BergbaubetriebType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Abbaugut_BergbaubetriebType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1001"/>
			<xs:enumeration value="1007"/>
			<xs:enumeration value="2002"/>
			<xs:enumeration value="2003"/>
			<xs:enumeration value="2005"/>
			<xs:enumeration value="2006"/>
			<xs:enumeration value="2013"/>
			<xs:enumeration value="2021"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="3001"/>
			<xs:enumeration value="3002"/>
			<xs:enumeration value="3003"/>
			<xs:enumeration value="3004"/>
			<xs:enumeration value="3005"/>
			<xs:enumeration value="3006"/>
			<xs:enumeration value="3007"/>
			<xs:enumeration value="3008"/>
			<xs:enumeration value="3009"/>
			<xs:enumeration value="3010"/>
			<xs:enumeration value="3011"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="4020"/>
			<xs:enumeration value="4021"/>
			<xs:enumeration value="4022"/>
			<xs:enumeration value="4030"/>
			<xs:enumeration value="5000"/>
			<xs:enumeration value="5001"/>
			<xs:enumeration value="5002"/>
			<xs:enumeration value="5003"/>
			<xs:enumeration value="5004"/>
			<xs:enumeration value="5005"/>
			<xs:enumeration value="5006"/>
			<xs:enumeration value="5007"/>
			<xs:enumeration value="5011"/>
			<xs:enumeration value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_BergbaubetriebType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="8000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_TagebauGrubeSteinbruchType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="abbaugut" type="adv:AX_Abbaugut_TagebauGrubeSteinbruchType" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_TagebauGrubeSteinbruchType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Abbaugut_TagebauGrubeSteinbruchType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1001"/>
			<xs:enumeration value="1002"/>
			<xs:enumeration value="1003"/>
			<xs:enumeration value="1004"/>
			<xs:enumeration value="1005"/>
			<xs:enumeration value="1006"/>
			<xs:enumeration value="1007"/>
			<xs:enumeration value="1008"/>
			<xs:enumeration value="1009"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1011"/>
			<xs:enumeration value="1012"/>
			<xs:enumeration value="1013"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="2001"/>
			<xs:enumeration value="2002"/>
			<xs:enumeration value="2003"/>
			<xs:enumeration value="2004"/>
			<xs:enumeration value="2005"/>
			<xs:enumeration value="2006"/>
			<xs:enumeration value="2007"/>
			<xs:enumeration value="2008"/>
			<xs:enumeration value="2009"/>
			<xs:enumeration value="2010"/>
			<xs:enumeration value="2011"/>
			<xs:enumeration value="2012"/>
			<xs:enumeration value="2013"/>
			<xs:enumeration value="2014"/>
			<xs:enumeration value="2015"/>
			<xs:enumeration value="2016"/>
			<xs:enumeration value="2017"/>
			<xs:enumeration value="2018"/>
			<xs:enumeration value="2019"/>
			<xs:enumeration value="2020"/>
			<xs:enumeration value="2021"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="4010"/>
			<xs:enumeration value="4020"/>
			<xs:enumeration value="4021"/>
			<xs:enumeration value="4022"/>
			<xs:enumeration value="4030"/>
			<xs:enumeration value="5000"/>
			<xs:enumeration value="5001"/>
			<xs:enumeration value="5002"/>
			<xs:enumeration value="5005"/>
			<xs:enumeration value="5007"/>
			<xs:enumeration value="5008"/>
			<xs:enumeration value="5009"/>
			<xs:enumeration value="5010"/>
			<xs:enumeration value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_TagebauGrubeSteinbruchType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="8000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_WohnUndBetriebsflaecheFuerLandUndForstwirtschaftType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_WohnUndBetriebsflaecheFuerLandUndForstwirtschaftType" minOccurs="0"/>
					<xs:element name="artDerBebauung" type="adv:AX_ArtDerBebauung_WohnUndBetriebsflaecheFuerLandUndForstwirtschaftType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_WohnUndBetriebsflaecheFuerLandUndForstwirtschaftType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_WohnUndBetriebsflaecheFuerLandUndForstwirtschaftType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2700"/>
			<xs:enumeration value="2710"/>
			<xs:enumeration value="2720"/>
			<xs:enumeration value="2730"/>
			<xs:enumeration value="6800"/>
			<xs:enumeration value="7600"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_ArtDerBebauung_WohnUndBetriebsflaecheFuerLandUndForstwirtschaftType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_WohnUndBetriebsflaecheFuerLandUndForstwirtschaftType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="8000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_MischnutzungMitWohnenType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_MischnutzungMitWohnenType" minOccurs="0"/>
					<xs:element name="artDerBebauung" type="adv:AX_ArtDerBebauung_MischnutzungMitWohnenType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_MischnutzungMitWohnenType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_MischnutzungMitWohnenType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2110"/>
			<xs:enumeration value="2120"/>
			<xs:enumeration value="2130"/>
			<xs:enumeration value="2140"/>
			<xs:enumeration value="2150"/>
			<xs:enumeration value="2160"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_ArtDerBebauung_MischnutzungMitWohnenType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_MischnutzungMitWohnenType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="8000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_FlaecheBesondererFunktionalerPraegungType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_FlaecheBesondererFunktionalerPraegungType" minOccurs="0"/>
					<xs:element name="artDerBebauung" type="adv:AX_ArtDerBebauung_FlaecheBesondererFunktionalerPraegungType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_FlaecheBesondererFunktionalerPraegungType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_FlaecheBesondererFunktionalerPraegungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1150"/>
			<xs:enumeration value="1160"/>
			<xs:enumeration value="1170"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_ArtDerBebauung_FlaecheBesondererFunktionalerPraegungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_FlaecheBesondererFunktionalerPraegungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="8000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_SportFreizeitUndErholungsflaecheType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_SportFreizeitUndErholungsflaecheType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="sportart" type="adv:AX_Sportart_SportFreizeitUndErholungsflaecheType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_SportFreizeitUndErholungsflaecheType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="4101"/>
			<xs:enumeration value="4200"/>
			<xs:enumeration value="4210"/>
			<xs:enumeration value="4211"/>
			<xs:enumeration value="4220"/>
			<xs:enumeration value="4230"/>
			<xs:enumeration value="4240"/>
			<xs:enumeration value="4250"/>
			<xs:enumeration value="4260"/>
			<xs:enumeration value="4270"/>
			<xs:enumeration value="4280"/>
			<xs:enumeration value="4300"/>
			<xs:enumeration value="4301"/>
			<xs:enumeration value="4310"/>
			<xs:enumeration value="4320"/>
			<xs:enumeration value="4321"/>
			<xs:enumeration value="4330"/>
			<xs:enumeration value="4331"/>
			<xs:enumeration value="4400"/>
			<xs:enumeration value="4410"/>
			<xs:enumeration value="4420"/>
			<xs:enumeration value="4430"/>
			<xs:enumeration value="4431"/>
			<xs:enumeration value="4440"/>
			<xs:enumeration value="4450"/>
			<xs:enumeration value="4460"/>
			<xs:enumeration value="4470"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Sportart_SportFreizeitUndErholungsflaecheType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1020"/>
			<xs:enumeration value="1030"/>
			<xs:enumeration value="1040"/>
			<xs:enumeration value="1050"/>
			<xs:enumeration value="1060"/>
			<xs:enumeration value="1070"/>
			<xs:enumeration value="1080"/>
			<xs:enumeration value="1090"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1130"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_FriedhofType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_FriedhofType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_FriedhofType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="9401"/>
			<xs:enumeration value="9402"/>
			<xs:enumeration value="9403"/>
			<xs:enumeration value="9404"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Verkehrsflächen -->
	<xs:complexType name="AX_StrasseType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_StrasseType" minOccurs="0"/>
					<xs:element name="zweitname" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_StrasseType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_StrasseType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2311"/>
			<xs:enumeration value="2312"/>
			<xs:enumeration value="2313"/>
			<xs:enumeration value="5130"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_StrasseType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_PlatzType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_PlatzType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_PlatzType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="5130"/>
			<xs:enumeration value="5310"/>
			<xs:enumeration value="5320"/>
			<xs:enumeration value="5330"/>
			<xs:enumeration value="5340"/>
			<xs:enumeration value="5350"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_WegType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_WegType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_WegType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="5210"/>
			<xs:enumeration value="5211"/>
			<xs:enumeration value="5212"/>
			<xs:enumeration value="5220"/>
			<xs:enumeration value="5230"/>
			<xs:enumeration value="5240"/>
			<xs:enumeration value="5250"/>
			<xs:enumeration value="5260"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BahnverkehrType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_BahnverkehrType" minOccurs="0"/>
					<xs:element name="bahnkategorie" type="adv:AX_Bahnkategorie_BahnverkehrType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="nummerDerBahnstrecke" type="xs:string" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_BahnverkehrType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_BahnverkehrType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2321"/>
			<xs:enumeration value="2322"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Bahnkategorie_BahnverkehrType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1102"/>
			<xs:enumeration value="1104"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1201"/>
			<xs:enumeration value="1202"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1301"/>
			<xs:enumeration value="1302"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1700"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_BahnverkehrType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_FlugverkehrType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_FlugverkehrType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="nutzung" type="adv:AX_Nutzung_FlugverkehrType" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_FlugverkehrType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_FlugverkehrType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="5510"/>
			<xs:enumeration value="5511"/>
			<xs:enumeration value="5512"/>
			<xs:enumeration value="5520"/>
			<xs:enumeration value="5530"/>
			<xs:enumeration value="5531"/>
			<xs:enumeration value="5540"/>
			<xs:enumeration value="5550"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Nutzung_FlugverkehrType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_FlugverkehrType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_SchiffsverkehrType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_SchiffsverkehrType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_SchiffsverkehrType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_SchiffsverkehrType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2341"/>
			<xs:enumeration value="5610"/>
			<xs:enumeration value="5620"/>
			<xs:enumeration value="5630"/>
			<xs:enumeration value="5640"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_SchiffsverkehrType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Vegetationsflächen -->
	<xs:complexType name="AX_LandwirtschaftType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="vegetationsmerkmal" type="adv:AX_Vegetationsmerkmal_LandwirtschaftType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_LandwirtschaftType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Vegetationsmerkmal_LandwirtschaftType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1011"/>
			<xs:enumeration value="1012"/>
			<xs:enumeration value="1013"/>
			<xs:enumeration value="1020"/>
			<xs:enumeration value="1021"/>
			<xs:enumeration value="1030"/>
			<xs:enumeration value="1031"/>
			<xs:enumeration value="1040"/>
			<xs:enumeration value="1050"/>
			<xs:enumeration value="1051"/>
			<xs:enumeration value="1052"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_LandwirtschaftType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2101"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_WaldType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="vegetationsmerkmal" type="adv:AX_Vegetationsmerkmal_WaldType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Vegetationsmerkmal_WaldType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1320"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_GehoelzType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="vegetationsmerkmal" type="adv:AX_Vegetationsmerkmal_GehoelzType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Vegetationsmerkmal_GehoelzType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1700"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_HeideType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_MoorType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_SumpfType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_UnlandVegetationsloseFlaecheType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="oberflaechenmaterial" type="adv:AX_Oberflaechenmaterial_UnlandVegetationsloseFlaecheType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Oberflaechenmaterial_UnlandVegetationsloseFlaecheType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1020"/>
			<xs:enumeration value="1030"/>
			<xs:enumeration value="1040"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1120"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Gewässerflächen -->
	<xs:complexType name="AX_WasserlaufType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_WasserlaufType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="hydrologischesMerkmal" type="adv:AX_HydrologischesMerkmal_WasserlaufType" minOccurs="0"/>
					<xs:element name="lageZurErdoberflaeche" type="adv:AX_LageZurErdoberflaeche_WasserlaufType" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_WasserlaufType" minOccurs="0"/>
					<xs:element name="schifffahrtskategorie" type="adv:AX_Schifffahrtskategorie_WasserlaufType" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_WasserlaufType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="8111"/>
			<xs:enumeration value="8200"/>
			<xs:enumeration value="8210"/>
			<xs:enumeration value="8220"/>
			<xs:enumeration value="8300"/>
			<xs:enumeration value="8400"/>
			<xs:enumeration value="8410"/>
			<xs:enumeration value="8500"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_HydrologischesMerkmal_WasserlaufType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_LageZurErdoberflaeche_WasserlaufType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="1810"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_WasserlaufType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Schifffahrtskategorie_WasserlaufType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_HafenbeckenType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_HafenbeckenType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="nutzung" type="adv:AX_Nutzung_HafenbeckenType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_HafenbeckenType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="8810"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Nutzung_HafenbeckenType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_StehendesGewaesserType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_StehendesGewaesserType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="hydrologischesMerkmal" type="adv:AX_HydrologischesMerkmal_StehendesGewaesserType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_StehendesGewaesserType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="8111"/>
			<xs:enumeration value="8610"/>
			<xs:enumeration value="8620"/>
			<xs:enumeration value="8630"/>
			<xs:enumeration value="8631"/>
			<xs:enumeration value="8640"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_HydrologischesMerkmal_StehendesGewaesserType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_MeerType">
		<xs:complexContent>
			<xs:extension base="adv:TA_SurfaceComponentType">
				<xs:sequence>
					<xs:element name="funktion" type="adv:AX_Funktion_MeerType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="tidemerkmal" type="adv:AX_Tidemerkmal_MeerType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_MeerType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="8710"/>
			<xs:enumeration value="8720"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Tidemerkmal_MeerType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Bauwerke und Einrichtungen in Siedlungsflächen -->
	<xs:complexType name="AX_TurmType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bauwerksfunktion" type="adv:AX_Bauwerksfunktion_TurmType"/>
					<xs:element name="objekthoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_TurmType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bauwerksfunktion_TurmType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1001"/>
			<xs:enumeration value="1002"/>
			<xs:enumeration value="1003"/>
			<xs:enumeration value="1004"/>
			<xs:enumeration value="1005"/>
			<xs:enumeration value="1006"/>
			<xs:enumeration value="1007"/>
			<xs:enumeration value="1008"/>
			<xs:enumeration value="1009"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1011"/>
			<xs:enumeration value="1012"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_TurmType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BauwerkOderAnlageFuerIndustrieUndGewerbeType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bauwerksfunktion" type="adv:AX_Bauwerksfunktion_BauwerkOderAnlageFuerIndustrieUndGewerbeType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="objekthoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_BauwerkOderAnlageFuerIndustrieUndGewerbeType" minOccurs="0"/>
					<xs:element name="lageZurErdoberflaeche" type="adv:AX_LageZurErdoberflaeche_BauwerkOderAnlageFuerIndustrieUndGewerbeType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bauwerksfunktion_BauwerkOderAnlageFuerIndustrieUndGewerbeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1210"/>
			<xs:enumeration value="1211"/>
			<xs:enumeration value="1220"/>
			<xs:enumeration value="1230"/>
			<xs:enumeration value="1240"/>
			<xs:enumeration value="1250"/>
			<xs:enumeration value="1260"/>
			<xs:enumeration value="1270"/>
			<xs:enumeration value="1280"/>
			<xs:enumeration value="1290"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1320"/>
			<xs:enumeration value="1330"/>
			<xs:enumeration value="1331"/>
			<xs:enumeration value="1332"/>
			<xs:enumeration value="1333"/>
			<xs:enumeration value="1340"/>
			<xs:enumeration value="1350"/>
			<xs:enumeration value="1360"/>
			<xs:enumeration value="1370"/>
			<xs:enumeration value="1371"/>
			<xs:enumeration value="1372"/>
			<xs:enumeration value="1380"/>
			<xs:enumeration value="1390"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_BauwerkOderAnlageFuerIndustrieUndGewerbeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="4200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_LageZurErdoberflaeche_BauwerkOderAnlageFuerIndustrieUndGewerbeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1400"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_VorratsbehaelterSpeicherbauwerkType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bauwerksfunktion" type="adv:AX_Bauwerksfunktion_VorratsbehaelterSpeicherbauwerkType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="objekthoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="speicherinhalt" type="adv:AX_Speicherinhalt_VorratsbehaelterSpeicherbauwerkType" minOccurs="0"/>
					<xs:element name="lageZurErdoberflaeche" type="adv:AX_LageZurErdoberflaeche_VorratsbehaelterSpeicherbauwerkType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bauwerksfunktion_VorratsbehaelterSpeicherbauwerkType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1201"/>
			<xs:enumeration value="1202"/>
			<xs:enumeration value="1203"/>
			<xs:enumeration value="1204"/>
			<xs:enumeration value="1205"/>
			<xs:enumeration value="1206"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Speicherinhalt_VorratsbehaelterSpeicherbauwerkType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1501"/>
			<xs:enumeration value="1510"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_LageZurErdoberflaeche_VorratsbehaelterSpeicherbauwerkType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1400"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_TransportanlageType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bauwerksfunktion" type="adv:AX_Bauwerksfunktion_TransportanlageType"/>
					<xs:element name="produkt" type="adv:AX_Produkt_TransportanlageType" minOccurs="0"/>
					<xs:element name="lageZurErdoberflaeche" type="adv:AX_LageZurErdoberflaeche_TransportanlageType" minOccurs="0"/>
					<xs:element name="nutzung" type="adv:AX_Nutzung_TransportanlageType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bauwerksfunktion_TransportanlageType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1101"/>
			<xs:enumeration value="1102"/>
			<xs:enumeration value="1103"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Produkt_TransportanlageType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1131"/>
			<xs:enumeration value="1132"/>
			<xs:enumeration value="1133"/>
			<xs:enumeration value="1140"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_LageZurErdoberflaeche_TransportanlageType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1700"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_LeitungType">
		<xs:complexContent>
			<xs:extension base="adv:AU_LinienobjektType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bauwerksfunktion" type="adv:AX_Bauwerksfunktion_LeitungType"/>
					<xs:element name="spannungsebene" type="xs:integer" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bauwerksfunktion_LeitungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1111"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BauwerkOderAnlageFuerSportFreizeitUndErholungType">
		<xs:complexContent>
			<xs:extension base="adv:AU_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bauwerksfunktion" type="adv:AX_Bauwerksfunktion_BauwerkOderAnlageFuerSportFreizeitUndErholungType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="sportart" type="adv:AX_Sportart_BauwerkOderAnlageFuerSportFreizeitUndErholungType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bauwerksfunktion_BauwerkOderAnlageFuerSportFreizeitUndErholungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1410"/>
			<xs:enumeration value="1411"/>
			<xs:enumeration value="1412"/>
			<xs:enumeration value="1420"/>
			<xs:enumeration value="1430"/>
			<xs:enumeration value="1431"/>
			<xs:enumeration value="1440"/>
			<xs:enumeration value="1450"/>
			<xs:enumeration value="1460"/>
			<xs:enumeration value="1470"/>
			<xs:enumeration value="1480"/>
			<xs:enumeration value="1490"/>
			<xs:enumeration value="1510"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Sportart_BauwerkOderAnlageFuerSportFreizeitUndErholungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1020"/>
			<xs:enumeration value="1030"/>
			<xs:enumeration value="1040"/>
			<xs:enumeration value="1050"/>
			<xs:enumeration value="1060"/>
			<xs:enumeration value="1070"/>
			<xs:enumeration value="1080"/>
			<xs:enumeration value="1090"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_HistorischesBauwerkOderHistorischeEinrichtungType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="archaeologischerTyp" type="adv:AX_ArchaeologischerTyp_HistorischesBauwerkOderHistorischeEinrichtungType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArchaeologischerTyp_HistorischesBauwerkOderHistorischeEinrichtungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1020"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1210"/>
			<xs:enumeration value="1220"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="1900"/>
			<xs:enumeration value="1910"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_HeilquelleGasquelleType">
		<xs:complexContent>
			<xs:extension base="adv:AU_PunktobjektType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="art" type="adv:AX_Art_HeilquelleGasquelleType" minOccurs="0"/>
					<xs:element name="hydrologischesMerkmal" type="adv:AX_HydrologischesMerkmal_HeilquelleGasquelleType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_HeilquelleGasquelleType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="4010"/>
			<xs:enumeration value="4020"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_HydrologischesMerkmal_HeilquelleGasquelleType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_SonstigesBauwerkOderSonstigeEinrichtungType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bauwerksfunktion" type="adv:AX_Bauwerksfunktion_SonstigesBauwerkOderSonstigeEinrichtungType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="objekthoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="hydrologischesMerkmal" type="adv:AX_HydrologischesMerkmal_SonstigesBauwerkOderSonstigeEinrichtungType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bauwerksfunktion_SonstigesBauwerkOderSonstigeEinrichtungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1610"/>
			<xs:enumeration value="1611"/>
			<xs:enumeration value="1620"/>
			<xs:enumeration value="1621"/>
			<xs:enumeration value="1622"/>
			<xs:enumeration value="1630"/>
			<xs:enumeration value="1640"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1701"/>
			<xs:enumeration value="1702"/>
			<xs:enumeration value="1703"/>
			<xs:enumeration value="1710"/>
			<xs:enumeration value="1711"/>
			<xs:enumeration value="1712"/>
			<xs:enumeration value="1713"/>
			<xs:enumeration value="1720"/>
			<xs:enumeration value="1721"/>
			<xs:enumeration value="1722"/>
			<xs:enumeration value="1730"/>
			<xs:enumeration value="1740"/>
			<xs:enumeration value="1750"/>
			<xs:enumeration value="1751"/>
			<xs:enumeration value="1752"/>
			<xs:enumeration value="1753"/>
			<xs:enumeration value="1760"/>
			<xs:enumeration value="1770"/>
			<xs:enumeration value="1771"/>
			<xs:enumeration value="1772"/>
			<xs:enumeration value="1773"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_HydrologischesMerkmal_SonstigesBauwerkOderSonstigeEinrichtungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_EinrichtungInOeffentlichenBereichenType">
		<xs:complexContent>
			<xs:extension base="adv:AU_PunktobjektType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bezeichnung" type="adv:AX_Bezeichnung_EinrichtungInOeffentlichenBereichenType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bezeichnung_EinrichtungInOeffentlichenBereichenType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1150"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1320"/>
			<xs:enumeration value="1330"/>
			<xs:enumeration value="1340"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1410"/>
			<xs:enumeration value="1420"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1510"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1610"/>
			<xs:enumeration value="1620"/>
			<xs:enumeration value="1630"/>
			<xs:enumeration value="1640"/>
			<xs:enumeration value="1650"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1710"/>
			<xs:enumeration value="1910"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2500"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BesondererBauwerkspunktType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="punktkennung" type="xs:string" minOccurs="0"/>
					<xs:element name="zustaendigeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Nutzung_TransportanlageType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Bauwerke, Anlagen und Einrichtungen für den Verkehr -->
	<xs:complexType name="AX_BauwerkImVerkehrsbereichType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bauwerksfunktion" type="adv:AX_Bauwerksfunktion_BauwerkImVerkehrsbereichType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_BauwerkImVerkehrsbereichType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bauwerksfunktion_BauwerkImVerkehrsbereichType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="1801"/>
			<xs:enumeration value="1802"/>
			<xs:enumeration value="1803"/>
			<xs:enumeration value="1804"/>
			<xs:enumeration value="1805"/>
			<xs:enumeration value="1806"/>
			<xs:enumeration value="1807"/>
			<xs:enumeration value="1808"/>
			<xs:enumeration value="1810"/>
			<xs:enumeration value="1820"/>
			<xs:enumeration value="1830"/>
			<xs:enumeration value="1840"/>
			<xs:enumeration value="1850"/>
			<xs:enumeration value="1860"/>
			<xs:enumeration value="1870"/>
			<xs:enumeration value="1880"/>
			<xs:enumeration value="1890"/>
			<xs:enumeration value="1910"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_BauwerkImVerkehrsbereichType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_StrassenverkehrsanlageType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="eigenschaft" type="adv:AX_Eigenschaft_StrassenverkehrsanlageType"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQStrasseWegPfadSteigType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Eigenschaft_StrassenverkehrsanlageType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1011"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="3001"/>
			<xs:enumeration value="3002"/>
			<xs:enumeration value="3003"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_WegPfadSteigType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="art" type="adv:AX_Art_WegPfadSteigType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQStrasseWegPfadSteigType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_WegPfadSteigType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1103"/>
			<xs:enumeration value="1104"/>
			<xs:enumeration value="1105"/>
			<xs:enumeration value="1106"/>
			<xs:enumeration value="1107"/>
			<xs:enumeration value="1108"/>
			<xs:enumeration value="1109"/>
			<xs:enumeration value="1110"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BahnverkehrsanlageType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bahnhofskategorie" type="adv:AX_Bahnhofskategorie_BahnverkehrsanlageType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bahnhofskategorie_BahnverkehrsanlageType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1020"/>
			<xs:enumeration value="1030"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_SeilbahnSchwebebahnType">
		<xs:complexContent>
			<xs:extension base="adv:AU_LinienobjektType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bahnkategorie" type="adv:AX_Bahnkategorie_SeilbahnSchwebebahnType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bahnkategorie_SeilbahnSchwebebahnType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="2600"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_GleisType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="art" type="adv:AX_Art_GleisType" minOccurs="0"/>
					<xs:element name="bahnkategorie" type="adv:AX_Bahnkategorie_GleisType" maxOccurs="unbounded"/>
					<xs:element name="lageZurOberflaeche" type="adv:AX_LageZurOberflaeche_GleisType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_GleisType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Bahnkategorie_GleisType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1102"/>
			<xs:enumeration value="1104"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1201"/>
			<xs:enumeration value="1202"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1301"/>
			<xs:enumeration value="1302"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_LageZurOberflaeche_GleisType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1400"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_FlugverkehrsanlageType">
		<xs:complexContent>
			<xs:extension base="adv:AU_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="art" type="adv:AX_Art_FlugverkehrsanlageType"/>
					<xs:element name="oberflaechenmaterial" type="adv:AX_Oberflaechenmaterial_FlugverkehrsanlageType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_FlugverkehrsanlageType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1320"/>
			<xs:enumeration value="1330"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Oberflaechenmaterial_FlugverkehrsanlageType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1210"/>
			<xs:enumeration value="1220"/>
			<xs:enumeration value="1230"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_EinrichtungenFuerDenSchiffsverkehrType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="art" type="adv:AX_Art_EinrichtungenFuerDenSchiffsverkehrType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_EinrichtungenFuerDenSchiffsverkehrType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1410"/>
			<xs:enumeration value="1420"/>
			<xs:enumeration value="1430"/>
			<xs:enumeration value="1440"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BauwerkImGewaesserbereichType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bauwerksfunktion" type="adv:AX_Bauwerksfunktion_BauwerkImGewaesserbereichType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_BauwerkImGewaesserbereichType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bauwerksfunktion_BauwerkImGewaesserbereichType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2010"/>
			<xs:enumeration value="2011"/>
			<xs:enumeration value="2012"/>
			<xs:enumeration value="2020"/>
			<xs:enumeration value="2030"/>
			<xs:enumeration value="2040"/>
			<xs:enumeration value="2050"/>
			<xs:enumeration value="2060"/>
			<xs:enumeration value="2070"/>
			<xs:enumeration value="2080"/>
			<xs:enumeration value="2090"/>
			<xs:enumeration value="2110"/>
			<xs:enumeration value="2120"/>
			<xs:enumeration value="2130"/>
			<xs:enumeration value="2131"/>
			<xs:enumeration value="2132"/>
			<xs:enumeration value="2133"/>
			<xs:enumeration value="2134"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_BauwerkImGewaesserbereichType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Besondere Vegetationsmerkmale -->
	<xs:complexType name="AX_VegetationsmerkmalType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="bewuchs" type="adv:AX_Bewuchs_VegetationsmerkmalType"/>
					<xs:element name="zustand" type="adv:AX_Zustand_VegetationsmerkmalType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bewuchs_VegetationsmerkmalType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1011"/>
			<xs:enumeration value="1012"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Zustand_VegetationsmerkmalType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="5000"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Besondere Eigenschaften von Gewässern -->
	<xs:complexType name="AX_GewaessermerkmalType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="art" type="adv:AX_Art_GewaessermerkmalType" maxOccurs="unbounded"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_GewaessermerkmalType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1610"/>
			<xs:enumeration value="1620"/>
			<xs:enumeration value="1630"/>
			<xs:enumeration value="1640"/>
			<xs:enumeration value="1650"/>
			<xs:enumeration value="1660"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BachGrabenType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="funktion" type="adv:AX_Funktion_BachGrabenType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Funktion_BachGrabenType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1020"/>
			<xs:enumeration value="1030"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Besondere Angaben zum Gewässer -->
	<xs:complexType name="AX_WasserspiegelhoeheType">
		<xs:complexContent>
			<xs:extension base="adv:AU_PunktobjektType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="hoeheDesWasserspiegels" type="xs:decimal"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_SchifffahrtslinieFaehrverkehrType">
		<xs:complexContent>
			<xs:extension base="adv:AU_LinienobjektType">
				<xs:sequence>
					<xs:element name="qualitaetsangaben" type="adv:AX_DQMitDatenerhebungType" minOccurs="0"/>
					<xs:element name="art" type="adv:AX_Art_SchifffahrtslinieFaehrverkehrType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_SchifffahrtslinieFaehrverkehrType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1710"/>
			<xs:enumeration value="1720"/>
			<xs:enumeration value="1730"/>
			<xs:enumeration value="1740"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Reliefformen -->
	<xs:complexType name="AX_BoeschungKliffType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="zustand" type="adv:AX_Zustand_BoeschungKliffType" minOccurs="0"/>
					<xs:element name="objekthoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Zustand_BoeschungKliffType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2500"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_GelaendekanteType">
		<xs:complexContent>
			<xs:extension base="adv:AG_LinienobjektType">
				<xs:sequence>
					<xs:element name="art" type="adv:AX_Art_GelaendekanteType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_GelaendekanteType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1810"/>
			<xs:enumeration value="1811"/>
			<xs:enumeration value="1820"/>
			<xs:enumeration value="1821"/>
			<xs:enumeration value="1830"/>
			<xs:enumeration value="1840"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_DammWallDeichType">
		<xs:complexContent>
			<xs:extension base="adv:AU_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="art" type="adv:AX_Art_DammWallDeichType" minOccurs="0"/>
					<xs:element name="funktion" type="adv:AX_Funktion_DammWallDeichType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="objekthoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_DammWallDeichType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1910"/>
			<xs:enumeration value="1920"/>
			<xs:enumeration value="1930"/>
			<xs:enumeration value="1940"/>
			<xs:enumeration value="1950"/>
			<xs:enumeration value="1960"/>
			<xs:enumeration value="1970"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Funktion_DammWallDeichType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="3001"/>
			<xs:enumeration value="3002"/>
			<xs:enumeration value="3004"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_HoehleneingangType">
		<xs:complexContent>
			<xs:extension base="adv:AU_PunktobjektType">
				<xs:sequence>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="zustand" type="adv:AX_Zustand_HoehleneingangType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Zustand_HoehleneingangType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="4200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_FelsenFelsblockFelsnadelType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="objekthoehe" type="xs:decimal" minOccurs="0"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_DueneType">
		<xs:complexContent>
			<xs:extension base="adv:AU_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_HoehenlinieType">
		<xs:complexContent>
			<xs:extension base="adv:AU_LinienobjektType">
				<xs:sequence>
					<xs:element name="hoeheDerHoehenlinie" type="xs:decimal"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_BesondererTopographischerPunktType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="punktkennung" type="xs:string" minOccurs="0"/>
					<xs:element name="sonstigeEigenschaft" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="zustaendigeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<!-- Paket Öffentlich-rechtliche und sonstige Festlegungen -->
	<xs:complexType name="AX_KlassifizierungNachStrassenrechtType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_KlassifizierungNachStrassenrechtType"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_KlassifizierungNachStrassenrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1150"/>
			<xs:enumeration value="1160"/>
			<xs:enumeration value="1170"/>
			<xs:enumeration value="1180"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_AndereFestlegungNachStrassenrechtType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_AndereFestlegungNachStrassenrechtType"/>
					<xs:element name="nummer" type="xs:string" minOccurs="0"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_AndereFestlegungNachStrassenrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1210"/>
			<xs:enumeration value="1220"/>
			<xs:enumeration value="1230"/>
			<xs:enumeration value="1231"/>
			<xs:enumeration value="1232"/>
			<xs:enumeration value="1240"/>
			<xs:enumeration value="1241"/>
			<xs:enumeration value="1242"/>
			<xs:enumeration value="1250"/>
			<xs:enumeration value="1260"/>
			<xs:enumeration value="1270"/>
			<xs:enumeration value="1280"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_KlassifizierungNachWasserrechtType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_KlassifizierungNachWasserrechtType"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_KlassifizierungNachWasserrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1320"/>
			<xs:enumeration value="1330"/>
			<xs:enumeration value="1340"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_AndereFestlegungNachWasserrechtType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_AndereFestlegungNachWasserrechtType"/>
					<xs:element name="nummer" type="xs:string" minOccurs="0"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_AndereFestlegungNachWasserrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1410"/>
			<xs:enumeration value="1420"/>
			<xs:enumeration value="1421"/>
			<xs:enumeration value="1430"/>
			<xs:enumeration value="1440"/>
			<xs:enumeration value="1441"/>
			<xs:enumeration value="1442"/>
			<xs:enumeration value="1450"/>
			<xs:enumeration value="1460"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_SchutzgebietNachWasserrechtType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_SchutzgebietNachWasserrechtType"/>
					<xs:element name="funktion" type="adv:AX_Funktion_SchutzgebietNachWasserrechtType" minOccurs="0"/>
					<xs:element name="name" type="xs:string"/>
					<xs:element name="nummerDesSchutzgebietes" type="xs:string"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_SchutzgebietNachWasserrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1510"/>
			<xs:enumeration value="1520"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Funktion_SchutzgebietNachWasserrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2111"/>
			<xs:enumeration value="2112"/>
			<xs:enumeration value="2113"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_NaturUmweltOderBodenschutzrechtType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_NaturUmweltOderBodenschutzrechtType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_NaturUmweltOderBodenschutzrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1610"/>
			<xs:enumeration value="1611"/>
			<xs:enumeration value="1612"/>
			<xs:enumeration value="1620"/>
			<xs:enumeration value="1621"/>
			<xs:enumeration value="1622"/>
			<xs:enumeration value="1623"/>
			<xs:enumeration value="1624"/>
			<xs:enumeration value="1630"/>
			<xs:enumeration value="1631"/>
			<xs:enumeration value="1632"/>
			<xs:enumeration value="1633"/>
			<xs:enumeration value="1634"/>
			<xs:enumeration value="1640"/>
			<xs:enumeration value="1641"/>
			<xs:enumeration value="1642"/>
			<xs:enumeration value="1643"/>
			<xs:enumeration value="1650"/>
			<xs:enumeration value="1651"/>
			<xs:enumeration value="1652"/>
			<xs:enumeration value="1653"/>
			<xs:enumeration value="1654"/>
			<xs:enumeration value="1655"/>
			<xs:enumeration value="1656"/>
			<xs:enumeration value="1660"/>
			<xs:enumeration value="1661"/>
			<xs:enumeration value="1662"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_SchutzgebietNachNaturUmweltOderBodenschutzrechtType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_SchutzgebietNachNaturUmweltOderBodenschutzrechtType"/>
					<xs:element name="name" type="xs:string"/>
					<xs:element name="nummerDesSchutzgebietes" type="xs:string"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_SchutzgebietNachNaturUmweltOderBodenschutzrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1670"/>
			<xs:enumeration value="1680"/>
			<xs:enumeration value="1690"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BauRaumOderBodenordnungsrechtType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_BauRaumOderBodenordnungsrechtType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="veraenderungOhneRuecksprache" type="xs:boolean" minOccurs="0"/>
					<xs:element name="datumAnordnung" type="xs:date" minOccurs="0"/>
					<xs:element name="datumBesitzeinweisung" type="xs:date" minOccurs="0"/>
					<xs:element name="datumrechtskraeftig" type="xs:date" minOccurs="0"/>
					<xs:element name="datumAbgabe" type="xs:date" minOccurs="0"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_BauRaumOderBodenordnungsrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1710"/>
			<xs:enumeration value="1720"/>
			<xs:enumeration value="1730"/>
			<xs:enumeration value="1740"/>
			<xs:enumeration value="1750"/>
			<xs:enumeration value="1760"/>
			<xs:enumeration value="1770"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="1810"/>
			<xs:enumeration value="1820"/>
			<xs:enumeration value="1821"/>
			<xs:enumeration value="1822"/>
			<xs:enumeration value="1823"/>
			<xs:enumeration value="1830"/>
			<xs:enumeration value="1840"/>
			<xs:enumeration value="1900"/>
			<xs:enumeration value="1910"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2110"/>
			<xs:enumeration value="2120"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2210"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2310"/>
			<xs:enumeration value="2320"/>
			<xs:enumeration value="2330"/>
			<xs:enumeration value="2340"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2410"/>
			<xs:enumeration value="2411"/>
			<xs:enumeration value="2412"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="2510"/>
			<xs:enumeration value="2600"/>
			<xs:enumeration value="2610"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_DenkmalschutzrechtType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_DenkmalschutzrechtType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_DenkmalschutzrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2700"/>
			<xs:enumeration value="2710"/>
			<xs:enumeration value="2711"/>
			<xs:enumeration value="2712"/>
			<xs:enumeration value="2713"/>
			<xs:enumeration value="2800"/>
			<xs:enumeration value="2810"/>
			<xs:enumeration value="2820"/>
			<xs:enumeration value="2900"/>
			<xs:enumeration value="2910"/>
			<xs:enumeration value="2920"/>
			<xs:enumeration value="2930"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3110"/>
			<xs:enumeration value="3111"/>
			<xs:enumeration value="3112"/>
			<xs:enumeration value="3113"/>
			<xs:enumeration value="3114"/>
			<xs:enumeration value="3115"/>
			<xs:enumeration value="3116"/>
			<xs:enumeration value="3117"/>
			<xs:enumeration value="3118"/>
			<xs:enumeration value="3120"/>
			<xs:enumeration value="3121"/>
			<xs:enumeration value="3122"/>
			<xs:enumeration value="3130"/>
			<xs:enumeration value="3131"/>
			<xs:enumeration value="3132"/>
			<xs:enumeration value="3133"/>
			<xs:enumeration value="3134"/>
			<xs:enumeration value="3135"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="3210"/>
			<xs:enumeration value="3220"/>
			<xs:enumeration value="3230"/>
			<xs:enumeration value="3240"/>
			<xs:enumeration value="3250"/>
			<xs:enumeration value="3300"/>
			<xs:enumeration value="3310"/>
			<xs:enumeration value="3320"/>
			<xs:enumeration value="3330"/>
			<xs:enumeration value="3340"/>
			<xs:enumeration value="3350"/>
			<xs:enumeration value="3360"/>
			<xs:enumeration value="3400"/>
			<xs:enumeration value="3410"/>
			<xs:enumeration value="3420"/>
			<xs:enumeration value="3430"/>
			<xs:enumeration value="3440"/>
			<xs:enumeration value="3500"/>
			<xs:enumeration value="3510"/>
			<xs:enumeration value="3520"/>
			<xs:enumeration value="3530"/>
			<xs:enumeration value="3540"/>
			<xs:enumeration value="3600"/>
			<xs:enumeration value="3610"/>
			<xs:enumeration value="3620"/>
			<xs:enumeration value="3630"/>
			<xs:enumeration value="3640"/>
			<xs:enumeration value="3700"/>
			<xs:enumeration value="3710"/>
			<xs:enumeration value="3720"/>
			<xs:enumeration value="3730"/>
			<xs:enumeration value="3740"/>
			<xs:enumeration value="3750"/>
			<xs:enumeration value="3800"/>
			<xs:enumeration value="3810"/>
			<xs:enumeration value="3820"/>
			<xs:enumeration value="3830"/>
			<xs:enumeration value="3840"/>
			<xs:enumeration value="3850"/>
			<xs:enumeration value="3860"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_ForstrechtType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_ForstrechtType" minOccurs="0"/>
					<xs:element name="besondereFunktion" type="adv:AX_BesondereFunktion_ForstrechtType"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_ForstrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="3900"/>
			<xs:enumeration value="3910"/>
			<xs:enumeration value="3920"/>
			<xs:enumeration value="3930"/>
			<xs:enumeration value="3940"/>
			<xs:enumeration value="3950"/>
			<xs:enumeration value="3960"/>
			<xs:enumeration value="3970"/>
			<xs:enumeration value="3980"/>
			<xs:enumeration value="3990"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_BesondereFunktion_ForstrechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="6000"/>
			<xs:enumeration value="9000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_SonstigesRechtType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="artDerFestlegung" type="adv:AX_ArtDerFestlegung_SonstigesRechtType"/>
					<xs:element name="name" type="xs:string" minOccurs="0"/>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="ausfuehrendeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_ArtDerFestlegung_SonstigesRechtType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="4110"/>
			<xs:enumeration value="4120"/>
			<xs:enumeration value="4200"/>
			<xs:enumeration value="4210"/>
			<xs:enumeration value="4300"/>
			<xs:enumeration value="4301"/>
			<xs:enumeration value="4302"/>
			<xs:enumeration value="4310"/>
			<xs:enumeration value="4400"/>
			<xs:enumeration value="4410"/>
			<xs:enumeration value="4500"/>
			<xs:enumeration value="4510"/>
			<xs:enumeration value="4600"/>
			<xs:enumeration value="4610"/>
			<xs:enumeration value="4710"/>
			<xs:enumeration value="4720"/>
			<xs:enumeration value="4800"/>
			<xs:enumeration value="4810"/>
			<xs:enumeration value="4811"/>
			<xs:enumeration value="4812"/>
			<xs:enumeration value="4813"/>
			<xs:enumeration value="4814"/>
			<xs:enumeration value="4815"/>
			<xs:enumeration value="4820"/>
			<xs:enumeration value="4830"/>
			<xs:enumeration value="4900"/>
			<xs:enumeration value="5100"/>
			<xs:enumeration value="5200"/>
			<xs:enumeration value="5300"/>
			<xs:enumeration value="5400"/>
			<xs:enumeration value="5500"/>
			<xs:enumeration value="5600"/>
			<xs:enumeration value="5700"/>
			<xs:enumeration value="5710"/>
			<xs:enumeration value="5720"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_SchutzzoneType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="zone" type="adv:AX_Zone_SchutzzoneType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Zone_SchutzzoneType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1020"/>
			<xs:enumeration value="1030"/>
			<xs:enumeration value="1040"/>
			<xs:enumeration value="1050"/>
			<xs:enumeration value="1060"/>
			<xs:enumeration value="1070"/>
			<xs:enumeration value="1080"/>
			<xs:enumeration value="1090"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Bodenschätzung, Bewertung -->
	<xs:complexType name="AX_BodenschaetzungType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="kulturart" type="adv:AX_Kulturart_BodenschaetzungType"/>
					<xs:element name="bodenart" type="adv:AX_Bodenart_BodenschaetzungType"/>
					<xs:element name="zustandsstufeOderBodenstufe" type="adv:AX_ZustandsstufeOderBodenstufe_BodenschaetzungType" minOccurs="0"/>
					<xs:element name="entstehungsartOderKlimastufeWasserverhaeltnisse" type="adv:AX_EntstehungsartOderKlimastufeWasserverhaeltnisse_BodenschaetzungType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="bodenzahlOderGruenlandgrundzahl" type="xs:string" minOccurs="0"/>
					<xs:element name="ackerzahlOderGruenlandzahl" type="xs:string" minOccurs="0"/>
					<xs:element name="sonstigeAngaben" type="adv:AX_SonstigeAngaben_BodenschaetzungType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="jahreszahl" type="xs:integer" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Kulturart_BodenschaetzungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Bodenart_BodenschaetzungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="5000"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="4200"/>
			<xs:enumeration value="6110"/>
			<xs:enumeration value="6120"/>
			<xs:enumeration value="6130"/>
			<xs:enumeration value="6140"/>
			<xs:enumeration value="6210"/>
			<xs:enumeration value="6220"/>
			<xs:enumeration value="6230"/>
			<xs:enumeration value="6240"/>
			<xs:enumeration value="7110"/>
			<xs:enumeration value="7130"/>
			<xs:enumeration value="7210"/>
			<xs:enumeration value="7220"/>
			<xs:enumeration value="7230"/>
			<xs:enumeration value="7310"/>
			<xs:enumeration value="7400"/>
			<xs:enumeration value="7510"/>
			<xs:enumeration value="7530"/>
			<xs:enumeration value="7610"/>
			<xs:enumeration value="7620"/>
			<xs:enumeration value="7630"/>
			<xs:enumeration value="7710"/>
			<xs:enumeration value="7800"/>
			<xs:enumeration value="7120"/>
			<xs:enumeration value="7140"/>
			<xs:enumeration value="7320"/>
			<xs:enumeration value="7520"/>
			<xs:enumeration value="7540"/>
			<xs:enumeration value="7720"/>
			<xs:enumeration value="8110"/>
			<xs:enumeration value="8120"/>
			<xs:enumeration value="8130"/>
			<xs:enumeration value="8140"/>
			<xs:enumeration value="8210"/>
			<xs:enumeration value="8220"/>
			<xs:enumeration value="8230"/>
			<xs:enumeration value="8240"/>
			<xs:enumeration value="9110"/>
			<xs:enumeration value="9120"/>
			<xs:enumeration value="9130"/>
			<xs:enumeration value="9140"/>
			<xs:enumeration value="9150"/>
			<xs:enumeration value="9160"/>
			<xs:enumeration value="9170"/>
			<xs:enumeration value="9180"/>
			<xs:enumeration value="9190"/>
			<xs:enumeration value="9200"/>
			<xs:enumeration value="9210"/>
			<xs:enumeration value="9220"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_ZustandsstufeOderBodenstufe_BodenschaetzungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="3300"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_EntstehungsartOderKlimastufeWasserverhaeltnisse_BodenschaetzungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1410"/>
			<xs:enumeration value="1420"/>
			<xs:enumeration value="1430"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="3300"/>
			<xs:enumeration value="3400"/>
			<xs:enumeration value="3410"/>
			<xs:enumeration value="3420"/>
			<xs:enumeration value="3430"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="4200"/>
			<xs:enumeration value="4300"/>
			<xs:enumeration value="4400"/>
			<xs:enumeration value="4410"/>
			<xs:enumeration value="5000"/>
			<xs:enumeration value="6100"/>
			<xs:enumeration value="6200"/>
			<xs:enumeration value="6300"/>
			<xs:enumeration value="6400"/>
			<xs:enumeration value="7100"/>
			<xs:enumeration value="7200"/>
			<xs:enumeration value="7300"/>
			<xs:enumeration value="7400"/>
			<xs:enumeration value="7410"/>
			<xs:enumeration value="7500"/>
			<xs:enumeration value="7510"/>
			<xs:enumeration value="7520"/>
			<xs:enumeration value="7530"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_SonstigeAngaben_BodenschaetzungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="2600"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="5000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_MusterLandesmusterUndVergleichsstueckType">
		<xs:complexContent>
			<xs:extension base="adv:AU_ObjektMitUnabhaengigerGeometrieType">
				<xs:sequence>
					<xs:element name="merkmal" type="adv:AX_Merkmal_MusterLandesmusterUndVergleichsstueckType"/>
					<xs:element name="nummerDesMusterLandesmusterstuecks" type="xs:string" minOccurs="0"/>
					<xs:element name="kulturart" type="adv:AX_Kulturart_MusterLandesmusterUndVergleichsstueckType" minOccurs="0"/>
					<xs:element name="bodenart" type="adv:AX_Bodenart_MusterLandesmusterUndVergleichsstueckType"/>
					<xs:element name="zustandsstufeOderBodenstufe" type="adv:AX_ZustandsstufeOderBodenstufe_MusterLandesmusterUndVergleichsstueckType" minOccurs="0"/>
					<xs:element name="entstehungsartOderKlimastufeWasserverhaeltnisse" type="adv:AX_EntstehungsartOderKlimastufeWasserverhaeltnisse_MusterLandesmusterUndVergleichsstueckType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="bodenzahlOderGruenlandgrundzahl" type="xs:string" minOccurs="0"/>
					<xs:element name="ackerzahlOderGruenlandzahl" type="xs:string" minOccurs="0"/>
					<xs:element name="sonstigeAngaben" type="adv:AX_SonstigeAngaben_MusterLandesmusterUndVergleichsstueckType" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Merkmal_MusterLandesmusterUndVergleichsstueckType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Kulturart_MusterLandesmusterUndVergleichsstueckType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Bodenart_MusterLandesmusterUndVergleichsstueckType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="5000"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="4200"/>
			<xs:enumeration value="6110"/>
			<xs:enumeration value="6120"/>
			<xs:enumeration value="6130"/>
			<xs:enumeration value="6140"/>
			<xs:enumeration value="6210"/>
			<xs:enumeration value="6220"/>
			<xs:enumeration value="6230"/>
			<xs:enumeration value="6240"/>
			<xs:enumeration value="7110"/>
			<xs:enumeration value="7130"/>
			<xs:enumeration value="7210"/>
			<xs:enumeration value="7220"/>
			<xs:enumeration value="7230"/>
			<xs:enumeration value="7310"/>
			<xs:enumeration value="7400"/>
			<xs:enumeration value="7510"/>
			<xs:enumeration value="7530"/>
			<xs:enumeration value="7610"/>
			<xs:enumeration value="7620"/>
			<xs:enumeration value="7630"/>
			<xs:enumeration value="7710"/>
			<xs:enumeration value="7800"/>
			<xs:enumeration value="7120"/>
			<xs:enumeration value="7140"/>
			<xs:enumeration value="7320"/>
			<xs:enumeration value="7520"/>
			<xs:enumeration value="7540"/>
			<xs:enumeration value="7720"/>
			<xs:enumeration value="8110"/>
			<xs:enumeration value="8120"/>
			<xs:enumeration value="8130"/>
			<xs:enumeration value="8140"/>
			<xs:enumeration value="8210"/>
			<xs:enumeration value="8220"/>
			<xs:enumeration value="8230"/>
			<xs:enumeration value="8240"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_ZustandsstufeOderBodenstufe_MusterLandesmusterUndVergleichsstueckType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2400"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_EntstehungsartOderKlimastufeWasserverhaeltnisse_MusterLandesmusterUndVergleichsstueckType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1410"/>
			<xs:enumeration value="1420"/>
			<xs:enumeration value="1430"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="3300"/>
			<xs:enumeration value="3400"/>
			<xs:enumeration value="3410"/>
			<xs:enumeration value="3420"/>
			<xs:enumeration value="3430"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="4200"/>
			<xs:enumeration value="4300"/>
			<xs:enumeration value="4400"/>
			<xs:enumeration value="4410"/>
			<xs:enumeration value="5000"/>
			<xs:enumeration value="6100"/>
			<xs:enumeration value="6200"/>
			<xs:enumeration value="6300"/>
			<xs:enumeration value="6400"/>
			<xs:enumeration value="7100"/>
			<xs:enumeration value="7200"/>
			<xs:enumeration value="7300"/>
			<xs:enumeration value="7400"/>
			<xs:enumeration value="7410"/>
			<xs:enumeration value="7500"/>
			<xs:enumeration value="7510"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_SonstigeAngaben_MusterLandesmusterUndVergleichsstueckType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2500"/>
			<xs:enumeration value="2600"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_GrablochDerBodenschaetzungType">
		<xs:complexContent>
			<xs:extension base="adv:AU_PunktobjektType">
				<xs:sequence>
					<xs:element name="bedeutung" type="adv:AX_Bedeutung_GrablochDerBodenschaetzungType"/>
					<xs:element name="kennziffer" type="adv:AX_KennzifferGrablochType" minOccurs="0"/>
					<xs:element name="inGemarkung" type="adv:ref_AX_GemarkungType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Bedeutung_GrablochDerBodenschaetzungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BewertungType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="klassifizierung" type="adv:AX_Klassifizierung_BewertungType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Klassifizierung_BewertungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1140"/>
			<xs:enumeration value="1210"/>
			<xs:enumeration value="1220"/>
			<xs:enumeration value="1230"/>
			<xs:enumeration value="1240"/>
			<xs:enumeration value="1250"/>
			<xs:enumeration value="1260"/>
			<xs:enumeration value="1310"/>
			<xs:enumeration value="1320"/>
			<xs:enumeration value="1330"/>
			<xs:enumeration value="1340"/>
			<xs:enumeration value="1350"/>
			<xs:enumeration value="1360"/>
			<xs:enumeration value="2110"/>
			<xs:enumeration value="2120"/>
			<xs:enumeration value="2130"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="2300"/>
			<xs:enumeration value="2310"/>
			<xs:enumeration value="2320"/>
			<xs:enumeration value="2330"/>
			<xs:enumeration value="2340"/>
			<xs:enumeration value="2350"/>
			<xs:enumeration value="2360"/>
			<xs:enumeration value="2370"/>
			<xs:enumeration value="2410"/>
			<xs:enumeration value="2420"/>
			<xs:enumeration value="2430"/>
			<xs:enumeration value="2440"/>
			<xs:enumeration value="2450"/>
			<xs:enumeration value="2510"/>
			<xs:enumeration value="2520"/>
			<xs:enumeration value="2530"/>
			<xs:enumeration value="2610"/>
			<xs:enumeration value="2620"/>
			<xs:enumeration value="2630"/>
			<xs:enumeration value="2700"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_KennzifferGrablochType">
		<xs:sequence>
			<xs:element name="land" type="xs:string"/>
			<xs:element name="gemarkungsnummer" type="xs:string"/>
			<xs:element name="nummerDesGrablochs" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<!-- Paket Präsentationsobjekte -->
	<xs:complexType name="AX_TextType">
		<xs:complexContent>
			<xs:extension base="adv:AP_LTOType">
				<xs:sequence>
					<xs:element name="art" type="adv:AX_Art_TextType"/>
					<xs:element name="hat" type="adv:ref_AX_LinieType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_TextType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1110"/>
			<xs:enumeration value="1120"/>
			<xs:enumeration value="1130"/>
			<xs:enumeration value="1150"/>
			<xs:enumeration value="1210"/>
			<xs:enumeration value="1220"/>
			<xs:enumeration value="1230"/>
			<xs:enumeration value="1240"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1320"/>
			<xs:enumeration value="1510"/>
			<xs:enumeration value="1520"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_PunktType">
		<xs:complexContent>
			<xs:extension base="adv:AP_PPOType">
				<xs:sequence>
					<xs:element name="art" type="adv:AX_Art_PunktType"/>
					<xs:element name="hat" type="adv:ref_AX_LinieType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_PunktType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="2210"/>
			<xs:enumeration value="2400"/>
			<xs:enumeration value="2530"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_LinieType">
		<xs:complexContent>
			<xs:extension base="adv:AP_LPOType">
				<xs:sequence>
					<xs:element name="art" type="adv:AX_Art_LinieType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_LinieType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3400"/>
			<xs:enumeration value="3510"/>
			<xs:enumeration value="3511"/>
			<xs:enumeration value="3512"/>
			<xs:enumeration value="3513"/>
			<xs:enumeration value="3530"/>
			<xs:enumeration value="3620"/>
			<xs:enumeration value="3701"/>
			<xs:enumeration value="3703"/>
			<xs:enumeration value="3715"/>
			<xs:enumeration value="3714"/>
			<xs:enumeration value="3713"/>
			<xs:enumeration value="3712"/>
			<xs:enumeration value="3711"/>
			<xs:enumeration value="3900"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Nutzerprofile -->
	<xs:complexType name="AX_BenutzerType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="art" type="xs:string" minOccurs="0"/>
					<xs:element name="zeitlicheBerechtigung" type="xs:date" minOccurs="0"/>
					<xs:element name="zahlungsweise" type="xs:string" minOccurs="0"/>
					<xs:element name="ist" type="adv:ref_AX_PersonType"/>
					<xs:element name="gehoertZu" type="adv:ref_AX_BenutzergruppeType" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_BenutzergruppeType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="profilkennung" type="xs:string"/>
					<xs:element ref="gml:extentOf" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="bereichObjekt" type="adv:AX_BereichObjektType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="objektartenAttributartenUndWerteliste_Selektionsbereich" type="adv:AX_ObjektartenAttributartenUndWerteliste_SelektionsbereichType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="objektartenAttributartenUndWerteliste_Filterung" type="adv:AX_ObjektartenAttributartenUndWerteliste_FilterungType" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="bereichZeitlich" type="adv:AX_BereichZeitlichType" minOccurs="0"/>
					<xs:element name="letzteAbgabeZugriff" type="xs:date" minOccurs="0"/>
					<xs:element name="zugriffsartProduktkennungBenutzung" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="zugriffsartProduktkennungFuehrung" type="xs:integer" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="zugriffsartFortfuehrungsanlass" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="datenformat" type="adv:AX_Datenformat_BenutzergruppeType" minOccurs="0"/>
					<xs:element name="ausgabemedium" type="adv:AX_Ausgabemedium_BenutzergruppeType" minOccurs="0"/>
					<xs:element name="zustaendigeStelle" type="adv:ref_AX_DienststelleType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_BereichObjekt_BenutzergruppeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_BereichZeitlich_BenutzergruppeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Datenformat_BenutzergruppeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Ausgabemedium_BenutzergruppeType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_ObjektartenAttributartenUndWerteliste_SelektionsbereichType">
		<xs:sequence>
			<xs:element name="spalte1" type="xs:string"/>
			<xs:element name="spalte2" type="xs:string"/>
			<xs:element name="spalte3" type="xs:string" minOccurs="0"/>
			<xs:element name="spalte4" type="xs:string" minOccurs="0"/>
			<xs:element name="spalte5" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AX_Art_BereichZeitlichType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_ObjektartenAttributartenUndWerteliste_FilterungType">
		<xs:sequence>
			<xs:element name="spalte1" type="xs:string"/>
			<xs:element name="spalte2" type="xs:string"/>
			<xs:element name="spalte3" type="xs:string" minOccurs="0"/>
			<xs:element name="spalte4" type="xs:string" minOccurs="0"/>
			<xs:element name="spalte5" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AX_Gebietsart_BereichObjektType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="2100"/>
			<xs:enumeration value="2200"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BereichZeitlichType">
		<xs:sequence>
			<xs:element name="art" type="adv:AX_Art_BereichZeitlichType"/>
			<xs:element name="ersterStichtag" type="xs:date" minOccurs="0"/>
			<xs:element name="intervall" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_BereichObjektType">
		<xs:sequence>
			<xs:element name="gebietsart" type="adv:AX_Gebietsart_BereichObjektType"/>
			<xs:element name="gebietsbezeichnung" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<!-- Paket Migrationsobjekte -->
	<xs:complexType name="AX_GebaeudeausgestaltungType">
		<xs:complexContent>
			<xs:extension base="adv:AU_LinienobjektType">
				<xs:sequence>
					<xs:element name="darstellung" type="adv:AX_Darstellung_GebaeudeausgestaltungType"/>
					<xs:element name="zeigtAuf" type="adv:ref_AX_GebaeudeType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Darstellung_GebaeudeausgestaltungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="0251"/>
			<xs:enumeration value="0252"/>
			<xs:enumeration value="1011"/>
			<xs:enumeration value="1012"/>
			<xs:enumeration value="1013"/>
			<xs:enumeration value="1014"/>
			<xs:enumeration value="1016"/>
			<xs:enumeration value="1041"/>
			<xs:enumeration value="1042"/>
			<xs:enumeration value="1043"/>
			<xs:enumeration value="1044"/>
			<xs:enumeration value="1045"/>
			<xs:enumeration value="1046"/>
			<xs:enumeration value="1047"/>
			<xs:enumeration value="1048"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_TopographischeLinieType">
		<xs:complexContent>
			<xs:extension base="adv:AU_LinienobjektType">
				<xs:sequence>
					<xs:element name="liniendarstellung" type="adv:AX_Liniendarstellung_TopographischeLinieType"/>
					<xs:element name="sonstigeEigenschaft" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Liniendarstellung_TopographischeLinieType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- Paket Objektbezogene Qualitätsangaben -->
	<xs:simpleType name="AX_DatenerhebungType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="4200"/>
			<xs:enumeration value="4210"/>
			<xs:enumeration value="4220"/>
			<xs:enumeration value="4230"/>
			<xs:enumeration value="4240"/>
			<xs:enumeration value="4250"/>
			<xs:enumeration value="4300"/>
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_DQStrasseWegPfadSteigType">
		<xs:sequence>
			<xs:element name="herkunft" type="adv:LI_LineageType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AX_Datenerhebung_StrasseWegPfadSteigType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="1900"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="4200"/>
			<xs:enumeration value="4210"/>
			<xs:enumeration value="4220"/>
			<xs:enumeration value="4230"/>
			<xs:enumeration value="4240"/>
			<xs:enumeration value="4250"/>
			<xs:enumeration value="4260"/>
			<xs:enumeration value="4270"/>
			<xs:enumeration value="4280"/>
			<xs:enumeration value="4290"/>
			<xs:enumeration value="4300"/>
			<xs:enumeration value="4310"/>
			<xs:enumeration value="4320"/>
			<xs:enumeration value="4330"/>
			<xs:enumeration value="4340"/>
			<xs:enumeration value="4350"/>
			<xs:enumeration value="4360"/>
			<xs:enumeration value="4370"/>
			<xs:enumeration value="4380"/>
			<xs:enumeration value="4390"/>
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_DQOhneDatenerhebungType">
		<xs:sequence>
			<xs:element name="herkunft" type="adv:LI_LineageType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AX_DatenerhebungHoehe_PunktortType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Datenerhebung3D_PunktortType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Datenerhebung2D_PunktortType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="1000"/>
			<xs:enumeration value="1010"/>
			<xs:enumeration value="1020"/>
			<xs:enumeration value="1030"/>
			<xs:enumeration value="1040"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1610"/>
			<xs:enumeration value="1620"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1710"/>
			<xs:enumeration value="1720"/>
			<xs:enumeration value="1800"/>
			<xs:enumeration value="1900"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="3100"/>
			<xs:enumeration value="3200"/>
			<xs:enumeration value="4000"/>
			<xs:enumeration value="4100"/>
			<xs:enumeration value="4200"/>
			<xs:enumeration value="4210"/>
			<xs:enumeration value="4220"/>
			<xs:enumeration value="4230"/>
			<xs:enumeration value="4240"/>
			<xs:enumeration value="4250"/>
			<xs:enumeration value="4270"/>
			<xs:enumeration value="4290"/>
			<xs:enumeration value="4300"/>
			<xs:enumeration value="4310"/>
			<xs:enumeration value="4320"/>
			<xs:enumeration value="4330"/>
			<xs:enumeration value="4340"/>
			<xs:enumeration value="4350"/>
			<xs:enumeration value="4370"/>
			<xs:enumeration value="4390"/>
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_DQPunktort2DType">
		<xs:sequence>
			<xs:element name="herkunft" type="adv:LI_LineageType" minOccurs="0"/>
			<xs:element name="genauigkeit" type="adv:AX_Genauigkeit2D_PunktortType" minOccurs="0"/>
			<xs:element name="vertrauenswuerdigkeit" type="adv:AX_Vertrauenswuerdigkeit2D_PunktortType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_DQPunktort3DType">
		<xs:sequence>
			<xs:element name="herkunft" type="adv:LI_LineageType" minOccurs="0"/>
			<xs:element name="genauigkeit" type="adv:AX_Genauigkeit3D_PunktortType" minOccurs="0"/>
			<xs:element name="vertrauenswuerdigkeit" type="adv:AX_Vertrauenswuerdigkeit3D_PunktortType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_DQPunktortHoeheType">
		<xs:sequence>
			<xs:element name="herkunft" type="adv:LI_LineageType" minOccurs="0"/>
			<xs:element name="genauigkeit" type="adv:AX_GenauigkeitHoehe_PunktortType" minOccurs="0"/>
			<xs:element name="vertrauenswuerdigkeit" type="adv:AX_VertrauenswuerdigkeitHoehe_PunktortType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AX_Genauigkeit3D_PunktortType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1800"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_VertrauenswuerdigkeitHoehe_PunktortType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Vertrauenswuerdigkeit3D_PunktortType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Vertrauenswuerdigkeit2D_PunktortType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_GenauigkeitHoehe_PunktortType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1100"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1600"/>
			<xs:enumeration value="1900"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AX_Genauigkeit2D_PunktortType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1200"/>
			<xs:enumeration value="1300"/>
			<xs:enumeration value="1400"/>
			<xs:enumeration value="1500"/>
			<xs:enumeration value="1700"/>
			<xs:enumeration value="1800"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_DQMitDatenerhebungType">
		<xs:sequence>
			<xs:element name="herkunft" type="adv:LI_LineageType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<!-- Paket Angaben zum Punktort -->
	<xs:complexType name="AX_PunktortRFType">
		<xs:complexContent>
			<xs:extension base="adv:AG_PunktobjektType">
				<xs:sequence>
					<xs:element name="liegenschaftskarte" type="xs:boolean" minOccurs="0"/>
					<xs:element name="qualitaetsangaben2D" type="adv:AX_DQPunktort2DType" minOccurs="0"/>
					<xs:element name="qualitaetsangaben3D" type="adv:AX_DQPunktort3DType" minOccurs="0"/>
					<xs:element name="qualitaetsangabenHoehe" type="adv:AX_DQPunktortHoeheType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_PunktortAUType">
		<xs:complexContent>
			<xs:extension base="adv:AU_PunktobjektType">
				<xs:sequence>
					<xs:element name="liegenschaftskarte" type="xs:boolean" minOccurs="0"/>
					<xs:element name="qualitaetsangaben2D" type="adv:AX_DQPunktort2DType" minOccurs="0"/>
					<xs:element name="qualitaetsangaben3D" type="adv:AX_DQPunktort3DType" minOccurs="0"/>
					<xs:element name="qualitaetsangabenHoehe" type="adv:AX_DQPunktortHoeheType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_PunktortTAType">
		<xs:complexContent>
			<xs:extension base="adv:TA_PointComponentType">
				<xs:sequence>
					<xs:element name="liegenschaftskarte" type="xs:boolean" minOccurs="0"/>
					<xs:element name="qualitaetsangaben2D" type="adv:AX_DQPunktort2DType" minOccurs="0"/>
					<xs:element name="qualitaetsangaben3D" type="adv:AX_DQPunktort3DType" minOccurs="0"/>
					<xs:element name="qualitaetsangabenHoehe" type="adv:AX_DQPunktortHoeheType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<!-- Paket Zuständigkeit und Gebietseinheit -->
	<xs:complexType name="AX_GemarkungsteilFlurType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="schluesselGesamt" type="xs:string"/>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="administrativeFunktion" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="gehoertZu" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_BundeslandType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="schluesselGesamt" type="xs:string"/>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="administrativeFunktion" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_GemarkungType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="schluesselGesamt" type="xs:string"/>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="administrativeFunktion" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="istAmtsbezirkVon" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_RegierungsbezirkType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="schluesselGesamt" type="xs:string"/>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="administrativeFunktion" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_KreisType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="schluesselGesamt" type="xs:string"/>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="administrativeFunktion" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_NationalstaatType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="schluesselGesamt" type="xs:string"/>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="administrativeFunktion" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_GemeindeType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="schluesselGesamt" type="xs:string"/>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="administrativeFunktion" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="gemeindekennzeichen" type="adv:AX_GemeindekennzeichenType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_GemeindeteilType">
		<xs:complexContent>
			<xs:extension base="adv:AG_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="schluesselGesamt" type="xs:string"/>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="administrativeFunktion" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					<xs:element name="gemeindekennzeichen" type="adv:AX_GemeindekennzeichenType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_VerwaltungsgemeinschaftType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="schluesselGesamt" type="xs:string"/>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="administrativeFunktion" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_BaublockType">
		<xs:complexContent>
			<xs:extension base="adv:AU_FlaechenobjektType">
				<xs:sequence>
					<xs:element name="baublockbezeichnung" type="xs:string"/>
					<xs:element name="art" type="adv:AX_Art_BaublockType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_BaublockType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_WirtschaftlicheEinheitType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_ZustaendigkeitType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="funktion" type="xs:string" minOccurs="0"/>
					<xs:element name="bestehtFuer" type="adv:ref_AX_FlurstueckType" maxOccurs="unbounded"/>
					<xs:element name="zustaendigeStelle" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_GemeindekennzeichenType">
		<xs:sequence>
			<xs:element name="land" type="xs:string"/>
			<xs:element name="regierungsbezirk" type="xs:string"/>
			<xs:element name="kreis" type="xs:string"/>
			<xs:element name="gemeinde" type="xs:string"/>
			<xs:element name="gemeindeteil" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AX_RegionType">
		<xs:complexContent>
			<xs:extension base="adv:AA_ZUSOType">
				<xs:sequence>
					<xs:element name="bezeichnung" type="xs:string" minOccurs="0"/>
					<xs:element name="schluesselGesamt" type="xs:string"/>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="administrativeFunktion" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="AX_Art_VerbandType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="9998"/>
			<xs:enumeration value="9999"/>
			<xs:enumeration value="1000"/>
			<xs:enumeration value="2000"/>
			<xs:enumeration value="3000"/>
			<xs:enumeration value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AX_BuchungsblattbezirkType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="bezeichnung" type="xs:string"/>
					<xs:element name="liegtInnerhalb" type="adv:ref_AX_BundeslandType"/>
					<xs:element name="gehoertZu" type="adv:ref_AX_DienststelleType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_DienststelleType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="bezeichnung" type="xs:string"/>
					<xs:element name="stellenart" type="xs:string" minOccurs="0"/>
					<xs:element name="kennung" type="xs:string" minOccurs="0"/>
					<xs:element name="liegtInnerhalb" type="adv:ref_AX_BundeslandType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_VerbandType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="bezeichnung" type="xs:string"/>
					<xs:element name="art" type="adv:AX_Art_VerbandType" minOccurs="0"/>
					<xs:element name="enthaelt" type="adv:ref_AX_GemeindeType" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AX_LagebezeichnungKatalogeintragType">
		<xs:complexContent>
			<xs:extension base="adv:AA_NREOType">
				<xs:sequence>
					<xs:element name="schluessel" type="xs:string"/>
					<xs:element name="bezeichnung" type="xs:string"/>
					<xs:element name="kennung" type="xs:string" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<!--PART 3 - Object Reference types-->
	<xs:complexType name="ref_AX_BuchungsstelleType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_LagebezeichnungOhneHausnummerType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_LagebezeichnungMitHausnummerType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_FlurstueckType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_GrenzpunktType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_DienststelleType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_BundeslandType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_GemeindeType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_SicherungspunktType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_FortfuehrungsfallType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_GemarkungType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_UebergangsflaecheType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_HistorischesFlurstueckOhneRaumbezugType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_AnschriftType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_PersonengruppeType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_VertretungType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_PersonType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_BuchungsblattType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_NamensnummerType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_BuchungsblattbezirkType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_VerwaltungType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_LagebezeichnungMitPseudonummerType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_GebaeudeType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_BauteilType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_LinieType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="ref_AX_BenutzergruppeType">
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
	</xs:complexType>
</xs:schema>
begin:vcard 
n:Fischbach;Andreas
tel;fax:089/636 41342
tel;work:089/636 48170
x-mozilla-html:FALSE
url:www.sicad.de
org:SICAD Geomatics;SICAD PP
adr:;;Otto Hahn Ring 6;M�nchen;Bayern;81739;D
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl. Ing. (FH)
fn:Fischbach Andreas
end:vcard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to