<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Stand: 02.07.2026-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xs:simpleType name="vnr">
		<xs:restriction base="xs:positiveInteger">
			<xs:pattern value="\d{10}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="kz">
		<xs:restriction base="xs:decimal">
			<xs:maxInclusive value="9999999999999.99"/>
			<xs:minInclusive value="0.00"/>
			<xs:totalDigits value="15"/>
			<xs:fractionDigits value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="kztype">
		<xs:restriction base="xs:string">
			<xs:enumeration value="kz"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="datumtype">
		<xs:restriction base="xs:string">
			<xs:enumeration value="datum"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="uhrzeittype">
		<xs:restriction base="xs:string">
			<xs:enumeration value="uhrzeit"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="wahl">
		<xs:restriction base="xs:string">
			<xs:enumeration value="J"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="alphanumerisch10">
		<xs:restriction base="xs:string">
			<xs:maxLength value="10"/>
			<xs:minLength value="1"/>
			<xs:pattern value="[0-9,a-z,A-Z,ä,Ä,ö,Ö,ü,Ü,ß,//,/.,/ ,\-,/,,/(,/),/=,/',/*,/´,/`]{1,10}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="alphanumerisch12">
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
			<xs:minLength value="1"/>
			<xs:pattern value="[0-9,a-z,A-Z,ä,Ä,ö,Ö,ü,Ü,ß,//,/.,/ ,\-,/,,/(,/),/=,/',/*,/´,/`]{1,12}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="alphanumerisch50">
		<xs:restriction base="xs:string">
			<xs:maxLength value="50"/>
			<xs:minLength value="1"/>
			<xs:pattern value="[0-9,a-z,A-Z,ä,Ä,ö,Ö,ü,Ü,ß,//,/.,/ ,\-,/,,/(,/),/=,/',/*,/´,/`]{1,50}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BIC_Type">
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3}){0,1}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="AK">
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="kz">
					<xs:attribute name="type" type="kztype" use="required"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="ALLGEMEINE_DATEN">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ANBRINGEN"/>
				<xs:element ref="KUNDENINFO" minOccurs="0"/>
				<xs:element ref="REFNR"/>
				<xs:choice>
					<xs:sequence>
						<xs:element ref="GESETZ"/>
						<xs:element ref="GEMEINSCHAFTSDEPOT_D" minOccurs="0"/>
						<xs:element ref="GEMEINSCHAFTSDEPOT_A" minOccurs="0"/>
						<xs:element ref="BERICHTIGUNG" minOccurs="0"/>
						<xs:element ref="ZEITPUNKT"/>
						<xs:element ref="DEPOTFUEHRENDE_STELLE"/>
					</xs:sequence>
					<xs:element ref="GESAMTRUECK"/>
				</xs:choice>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="ANBRINGEN">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:enumeration value="DUE"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="ANZAHL_ERKLAERUNGEN">
		<xs:simpleType>
			<xs:restriction base="xs:positiveInteger">
				<xs:maxInclusive value="99999"/>
				<xs:minInclusive value="1"/>
				<xs:totalDigits value="5"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="ART_IDENTIFIKATIONSBEGRIFF">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:enumeration value="FASTNR"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="BERICHTIGUNG" type="wahl"/>
	<xs:element name="BETROFFENE_WERTPAPIERE">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="BEZ_WG"/>
				<xs:element ref="ISIN"/>
				<xs:element ref="MEN"/>
				<xs:element ref="KENN_MEN"/>
				<xs:element ref="AK"/>
				<xs:element ref="KENN_AK"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="BEZ_WG" type="alphanumerisch50"/>
	<xs:element name="BIC" type="BIC_Type"/>
	<xs:element name="DATUEB">
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:date">
					<xs:attribute name="type" type="datumtype" use="required"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="DATUM_ERSTELLUNG">
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:date">
					<xs:attribute name="type" type="datumtype" use="required"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="DEP_STELLE" type="alphanumerisch50"/>
	<xs:element name="DEPOTFUEHRENDE_STELLE">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="DEP_STELLE"/>
				<xs:element ref="BIC"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="DEPOTINHABER">
		<xs:complexType>
			<xs:choice>
				<xs:element ref="VNR_D"/>
				<xs:element ref="FASTNR_D"/>
				<xs:sequence>
					<xs:element ref="NNAME_D"/>
					<xs:element ref="VNAME_D"/>
					<xs:element ref="GEB_D"/>
					<xs:element ref="STR_D"/>
					<xs:element ref="NR_D"/>
					<xs:element ref="STG_D" minOccurs="0"/>
					<xs:element ref="TUER_D" minOccurs="0"/>
					<xs:element ref="PLZ_D"/>
					<xs:element ref="ORT_D"/>
					<xs:element ref="LAND_D"/>
				</xs:sequence>
				<xs:sequence>
					<xs:element ref="FIRMNAME_D"/>
					<xs:element ref="STR_D"/>
					<xs:element ref="NR_D"/>
					<xs:element ref="STG_D" minOccurs="0"/>
					<xs:element ref="TUER_D" minOccurs="0"/>
					<xs:element ref="PLZ_D"/>
					<xs:element ref="ORT_D"/>
					<xs:element ref="LAND_D"/>
				</xs:sequence>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="ERKLAERUNG">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ALLGEMEINE_DATEN"/>
				<xs:element ref="DEPOTINHABER" minOccurs="0" maxOccurs="50"/>
				<xs:element ref="BETROFFENE_WERTPAPIERE" minOccurs="0" maxOccurs="1000"/>
				<xs:element ref="UEBERTRAGUNG_AUF" minOccurs="0" maxOccurs="50"/>
			</xs:sequence>
			<xs:attribute name="art" type="xs:string" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="ERKLAERUNGS_UEBERMITTLUNG">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="INFO_DATEN"/>
				<xs:element ref="ERKLAERUNG" maxOccurs="99999"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="FASTNR_D">
		<xs:simpleType>
			<xs:restriction base="xs:positiveInteger">
				<xs:maxInclusive value="989999999"/>
				<xs:minInclusive value="030000010"/>
				<xs:pattern value="\d{9}"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="FASTNR_MITTEILER">
		<xs:simpleType>
			<xs:restriction base="xs:positiveInteger">
				<xs:maxInclusive value="989999999"/>
				<xs:minInclusive value="030000010"/>
				<xs:pattern value="\d{9}"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="FIRMNAME_A" type="alphanumerisch50"/>
	<xs:element name="FIRMNAME_D" type="alphanumerisch50"/>
	<xs:element name="GEB_A">
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:date">
					<xs:attribute name="type" type="datumtype" use="required"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="GEB_D">
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:date">
					<xs:attribute name="type" type="datumtype" use="required"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="GEMEINSCHAFTSDEPOT_A" type="wahl"/>
	<xs:element name="GEMEINSCHAFTSDEPOT_D" type="wahl"/>
	<xs:element name="GESAMTRUECK" type="wahl"/>
	<xs:element name="GESETZ">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:enumeration value="273T"/>
				<xs:enumeration value="274T"/>
				<xs:enumeration value="274Z"/>
				<xs:enumeration value="275T"/>
				<xs:enumeration value="274A"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="IDENTIFIKATIONSBEGRIFF">
		<xs:simpleType>
			<xs:restriction base="xs:positiveInteger">
				<xs:maxInclusive value="989999999"/>
				<xs:minInclusive value="010000010"/>
				<xs:pattern value="\d{9}"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="INFO_DATEN">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ART_IDENTIFIKATIONSBEGRIFF"/>
				<xs:element ref="IDENTIFIKATIONSBEGRIFF"/>
				<xs:element ref="PAKET_NR"/>
				<xs:element ref="DATUM_ERSTELLUNG"/>
				<xs:element ref="UHRZEIT_ERSTELLUNG"/>
				<xs:element ref="ANZAHL_ERKLAERUNGEN"/>
				<xs:element ref="FASTNR_MITTEILER"/>
				<xs:element ref="NAME_MITTEILER"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="ISIN" type="alphanumerisch12"/>
	<xs:element name="KENN_AK">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:enumeration value="T"/>
				<xs:enumeration value="A"/>
				<xs:enumeration value="K"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="KENN_MEN">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:enumeration value="S"/>
				<xs:enumeration value="N"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="KUNDENINFO">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:maxLength value="50"/>
				<xs:minLength value="0"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="LAND_A">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:enumeration value="ET"/>
				<xs:enumeration value="GQ"/>
				<xs:enumeration value="ETH"/>
				<xs:enumeration value="AFG"/>
				<xs:enumeration value="AL"/>
				<xs:enumeration value="GBA"/>
				<xs:enumeration value="DZ"/>
				<xs:enumeration value="ASM"/>
				<xs:enumeration value="VI"/>
				<xs:enumeration value="AND"/>
				<xs:enumeration value="ANG"/>
				<xs:enumeration value="AIA"/>
				<xs:enumeration value="ANT"/>
				<xs:enumeration value="RA"/>
				<xs:enumeration value="ARM"/>
				<xs:enumeration value="ABW"/>
				<xs:enumeration value="AZ"/>
				<xs:enumeration value="AUS"/>
				<xs:enumeration value="BS"/>
				<xs:enumeration value="BRN"/>
				<xs:enumeration value="BD"/>
				<xs:enumeration value="BDS"/>
				<xs:enumeration value="BY"/>
				<xs:enumeration value="B"/>
				<xs:enumeration value="BH"/>
				<xs:enumeration value="DY"/>
				<xs:enumeration value="BMU"/>
				<xs:enumeration value="BTN"/>
				<xs:enumeration value="BOL"/>
				<xs:enumeration value="BIH"/>
				<xs:enumeration value="RB"/>
				<xs:enumeration value="BR"/>
				<xs:enumeration value="BUI"/>
				<xs:enumeration value="BRU"/>
				<xs:enumeration value="BG"/>
				<xs:enumeration value="BF"/>
				<xs:enumeration value="RU"/>
				<xs:enumeration value="RCH"/>
				<xs:enumeration value="RC"/>
				<xs:enumeration value="VCR"/>
				<xs:enumeration value="COK"/>
				<xs:enumeration value="CR"/>
				<xs:enumeration value="CI"/>
				<xs:enumeration value="D"/>
				<xs:enumeration value="WD"/>
				<xs:enumeration value="DOM"/>
				<xs:enumeration value="DJI"/>
				<xs:enumeration value="DK"/>
				<xs:enumeration value="EC"/>
				<xs:enumeration value="ES"/>
				<xs:enumeration value="ER"/>
				<xs:enumeration value="EST"/>
				<xs:enumeration value="FLK"/>
				<xs:enumeration value="FJI"/>
				<xs:enumeration value="FIN"/>
				<xs:enumeration value="F"/>
				<xs:enumeration value="GF"/>
				<xs:enumeration value="PF"/>
				<xs:enumeration value="FO"/>
				<xs:enumeration value="GAB"/>
				<xs:enumeration value="WAG"/>
				<xs:enumeration value="GE"/>
				<xs:enumeration value="GH"/>
				<xs:enumeration value="GBZ"/>
				<xs:enumeration value="WG"/>
				<xs:enumeration value="GR"/>
				<xs:enumeration value="GLP"/>
				<xs:enumeration value="GUM"/>
				<xs:enumeration value="GCA"/>
				<xs:enumeration value="GBG"/>
				<xs:enumeration value="RG"/>
				<xs:enumeration value="GNB"/>
				<xs:enumeration value="GUY"/>
				<xs:enumeration value="RH"/>
				<xs:enumeration value="HD"/>
				<xs:enumeration value="HK"/>
				<xs:enumeration value="IND"/>
				<xs:enumeration value="RI"/>
				<xs:enumeration value="GBM"/>
				<xs:enumeration value="IRQ"/>
				<xs:enumeration value="IR"/>
				<xs:enumeration value="IRL"/>
				<xs:enumeration value="IS"/>
				<xs:enumeration value="IL"/>
				<xs:enumeration value="I"/>
				<xs:enumeration value="JA"/>
				<xs:enumeration value="J"/>
				<xs:enumeration value="ADN"/>
				<xs:enumeration value="GBJ"/>
				<xs:enumeration value="KJH"/>
				<xs:enumeration value="SCG"/>
				<xs:enumeration value="K"/>
				<xs:enumeration value="CAM"/>
				<xs:enumeration value="CDN"/>
				<xs:enumeration value="CV"/>
				<xs:enumeration value="KZ"/>
				<xs:enumeration value="QA"/>
				<xs:enumeration value="EAK"/>
				<xs:enumeration value="KS"/>
				<xs:enumeration value="KIR"/>
				<xs:enumeration value="CO"/>
				<xs:enumeration value="COM"/>
				<xs:enumeration value="RCB"/>
				<xs:enumeration value="ZRE"/>
				<xs:enumeration value="PRK"/>
				<xs:enumeration value="ROK"/>
				<xs:enumeration value="HR"/>
				<xs:enumeration value="CU"/>
				<xs:enumeration value="KWT"/>
				<xs:enumeration value="LAO"/>
				<xs:enumeration value="LS"/>
				<xs:enumeration value="LV"/>
				<xs:enumeration value="RL"/>
				<xs:enumeration value="LB"/>
				<xs:enumeration value="LAR"/>
				<xs:enumeration value="FL"/>
				<xs:enumeration value="LT"/>
				<xs:enumeration value="L"/>
				<xs:enumeration value="MAC"/>
				<xs:enumeration value="RM"/>
				<xs:enumeration value="MW"/>
				<xs:enumeration value="MAL"/>
				<xs:enumeration value="MV"/>
				<xs:enumeration value="RMM"/>
				<xs:enumeration value="M"/>
				<xs:enumeration value="MA"/>
				<xs:enumeration value="MTQ"/>
				<xs:enumeration value="RIM"/>
				<xs:enumeration value="MS"/>
				<xs:enumeration value="MK"/>
				<xs:enumeration value="MEX"/>
				<xs:enumeration value="FSM"/>
				<xs:enumeration value="MD"/>
				<xs:enumeration value="MC"/>
				<xs:enumeration value="MNL"/>
				<xs:enumeration value="MOC"/>
				<xs:enumeration value="BUR"/>
				<xs:enumeration value="NAM"/>
				<xs:enumeration value="NAU"/>
				<xs:enumeration value="NEP"/>
				<xs:enumeration value="NGN"/>
				<xs:enumeration value="NCL"/>
				<xs:enumeration value="NZ"/>
				<xs:enumeration value="NIC"/>
				<xs:enumeration value="NL"/>
				<xs:enumeration value="NA"/>
				<xs:enumeration value="RN"/>
				<xs:enumeration value="WAN"/>
				<xs:enumeration value="N"/>
				<xs:enumeration value="OM"/>
				<xs:enumeration value="PK"/>
				<xs:enumeration value="PA"/>
				<xs:enumeration value="PNG"/>
				<xs:enumeration value="PY"/>
				<xs:enumeration value="PE"/>
				<xs:enumeration value="RP"/>
				<xs:enumeration value="PL"/>
				<xs:enumeration value="P"/>
				<xs:enumeration value="PRI"/>
				<xs:enumeration value="RWA"/>
				<xs:enumeration value="RO"/>
				<xs:enumeration value="RUS"/>
				<xs:enumeration value="A"/>
				<xs:enumeration value="SLB"/>
				<xs:enumeration value="Z"/>
				<xs:enumeration value="WS"/>
				<xs:enumeration value="RSM"/>
				<xs:enumeration value="WL"/>
				<xs:enumeration value="STP"/>
				<xs:enumeration value="SA"/>
				<xs:enumeration value="S"/>
				<xs:enumeration value="CH"/>
				<xs:enumeration value="SN"/>
				<xs:enumeration value="SY"/>
				<xs:enumeration value="WAL"/>
				<xs:enumeration value="ZW"/>
				<xs:enumeration value="SGP"/>
				<xs:enumeration value="SK"/>
				<xs:enumeration value="SLO"/>
				<xs:enumeration value="SO"/>
				<xs:enumeration value="SU"/>
				<xs:enumeration value="E"/>
				<xs:enumeration value="CL"/>
				<xs:enumeration value="WV"/>
				<xs:enumeration value="KN"/>
				<xs:enumeration value="SUD"/>
				<xs:enumeration value="SME"/>
				<xs:enumeration value="SD"/>
				<xs:enumeration value="SYR"/>
				<xs:enumeration value="ZA"/>
				<xs:enumeration value="TJ"/>
				<xs:enumeration value="EAT"/>
				<xs:enumeration value="T"/>
				<xs:enumeration value="TG"/>
				<xs:enumeration value="TO"/>
				<xs:enumeration value="TT"/>
				<xs:enumeration value="TD"/>
				<xs:enumeration value="CZ"/>
				<xs:enumeration value="TN"/>
				<xs:enumeration value="TM"/>
				<xs:enumeration value="TUV"/>
				<xs:enumeration value="TR"/>
				<xs:enumeration value="EAU"/>
				<xs:enumeration value="UA"/>
				<xs:enumeration value="H"/>
				<xs:enumeration value="ROU"/>
				<xs:enumeration value="UZ"/>
				<xs:enumeration value="VU"/>
				<xs:enumeration value="V"/>
				<xs:enumeration value="YV"/>
				<xs:enumeration value="UAE"/>
				<xs:enumeration value="USA"/>
				<xs:enumeration value="GB"/>
				<xs:enumeration value="VN"/>
				<xs:enumeration value="RCA"/>
				<xs:enumeration value="CY"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="LAND_D">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:enumeration value="ET"/>
				<xs:enumeration value="GQ"/>
				<xs:enumeration value="ETH"/>
				<xs:enumeration value="AFG"/>
				<xs:enumeration value="AL"/>
				<xs:enumeration value="GBA"/>
				<xs:enumeration value="DZ"/>
				<xs:enumeration value="ASM"/>
				<xs:enumeration value="VI"/>
				<xs:enumeration value="AND"/>
				<xs:enumeration value="ANG"/>
				<xs:enumeration value="AIA"/>
				<xs:enumeration value="ANT"/>
				<xs:enumeration value="RA"/>
				<xs:enumeration value="ARM"/>
				<xs:enumeration value="ABW"/>
				<xs:enumeration value="AZ"/>
				<xs:enumeration value="AUS"/>
				<xs:enumeration value="BS"/>
				<xs:enumeration value="BRN"/>
				<xs:enumeration value="BD"/>
				<xs:enumeration value="BDS"/>
				<xs:enumeration value="BY"/>
				<xs:enumeration value="B"/>
				<xs:enumeration value="BH"/>
				<xs:enumeration value="DY"/>
				<xs:enumeration value="BMU"/>
				<xs:enumeration value="BTN"/>
				<xs:enumeration value="BOL"/>
				<xs:enumeration value="BIH"/>
				<xs:enumeration value="RB"/>
				<xs:enumeration value="BR"/>
				<xs:enumeration value="BUI"/>
				<xs:enumeration value="BRU"/>
				<xs:enumeration value="BG"/>
				<xs:enumeration value="BF"/>
				<xs:enumeration value="RU"/>
				<xs:enumeration value="RCH"/>
				<xs:enumeration value="RC"/>
				<xs:enumeration value="VCR"/>
				<xs:enumeration value="COK"/>
				<xs:enumeration value="CR"/>
				<xs:enumeration value="CI"/>
				<xs:enumeration value="D"/>
				<xs:enumeration value="WD"/>
				<xs:enumeration value="DOM"/>
				<xs:enumeration value="DJI"/>
				<xs:enumeration value="DK"/>
				<xs:enumeration value="EC"/>
				<xs:enumeration value="ES"/>
				<xs:enumeration value="ER"/>
				<xs:enumeration value="EST"/>
				<xs:enumeration value="FLK"/>
				<xs:enumeration value="FJI"/>
				<xs:enumeration value="FIN"/>
				<xs:enumeration value="F"/>
				<xs:enumeration value="GF"/>
				<xs:enumeration value="PF"/>
				<xs:enumeration value="FO"/>
				<xs:enumeration value="GAB"/>
				<xs:enumeration value="WAG"/>
				<xs:enumeration value="GE"/>
				<xs:enumeration value="GH"/>
				<xs:enumeration value="GBZ"/>
				<xs:enumeration value="WG"/>
				<xs:enumeration value="GR"/>
				<xs:enumeration value="GLP"/>
				<xs:enumeration value="GUM"/>
				<xs:enumeration value="GCA"/>
				<xs:enumeration value="GBG"/>
				<xs:enumeration value="RG"/>
				<xs:enumeration value="GNB"/>
				<xs:enumeration value="GUY"/>
				<xs:enumeration value="RH"/>
				<xs:enumeration value="HD"/>
				<xs:enumeration value="HK"/>
				<xs:enumeration value="IND"/>
				<xs:enumeration value="RI"/>
				<xs:enumeration value="GBM"/>
				<xs:enumeration value="IRQ"/>
				<xs:enumeration value="IR"/>
				<xs:enumeration value="IRL"/>
				<xs:enumeration value="IS"/>
				<xs:enumeration value="IL"/>
				<xs:enumeration value="I"/>
				<xs:enumeration value="JA"/>
				<xs:enumeration value="J"/>
				<xs:enumeration value="ADN"/>
				<xs:enumeration value="GBJ"/>
				<xs:enumeration value="KJH"/>
				<xs:enumeration value="SCG"/>
				<xs:enumeration value="K"/>
				<xs:enumeration value="CAM"/>
				<xs:enumeration value="CDN"/>
				<xs:enumeration value="CV"/>
				<xs:enumeration value="KZ"/>
				<xs:enumeration value="QA"/>
				<xs:enumeration value="EAK"/>
				<xs:enumeration value="KS"/>
				<xs:enumeration value="KIR"/>
				<xs:enumeration value="CO"/>
				<xs:enumeration value="COM"/>
				<xs:enumeration value="RCB"/>
				<xs:enumeration value="ZRE"/>
				<xs:enumeration value="PRK"/>
				<xs:enumeration value="ROK"/>
				<xs:enumeration value="HR"/>
				<xs:enumeration value="CU"/>
				<xs:enumeration value="KWT"/>
				<xs:enumeration value="LAO"/>
				<xs:enumeration value="LS"/>
				<xs:enumeration value="LV"/>
				<xs:enumeration value="RL"/>
				<xs:enumeration value="LB"/>
				<xs:enumeration value="LAR"/>
				<xs:enumeration value="FL"/>
				<xs:enumeration value="LT"/>
				<xs:enumeration value="L"/>
				<xs:enumeration value="MAC"/>
				<xs:enumeration value="RM"/>
				<xs:enumeration value="MW"/>
				<xs:enumeration value="MAL"/>
				<xs:enumeration value="MV"/>
				<xs:enumeration value="RMM"/>
				<xs:enumeration value="M"/>
				<xs:enumeration value="MA"/>
				<xs:enumeration value="MTQ"/>
				<xs:enumeration value="RIM"/>
				<xs:enumeration value="MS"/>
				<xs:enumeration value="MK"/>
				<xs:enumeration value="MEX"/>
				<xs:enumeration value="FSM"/>
				<xs:enumeration value="MD"/>
				<xs:enumeration value="MC"/>
				<xs:enumeration value="MNL"/>
				<xs:enumeration value="MOC"/>
				<xs:enumeration value="BUR"/>
				<xs:enumeration value="NAM"/>
				<xs:enumeration value="NAU"/>
				<xs:enumeration value="NEP"/>
				<xs:enumeration value="NGN"/>
				<xs:enumeration value="NCL"/>
				<xs:enumeration value="NZ"/>
				<xs:enumeration value="NIC"/>
				<xs:enumeration value="NL"/>
				<xs:enumeration value="NA"/>
				<xs:enumeration value="RN"/>
				<xs:enumeration value="WAN"/>
				<xs:enumeration value="N"/>
				<xs:enumeration value="OM"/>
				<xs:enumeration value="PK"/>
				<xs:enumeration value="PA"/>
				<xs:enumeration value="PNG"/>
				<xs:enumeration value="PY"/>
				<xs:enumeration value="PE"/>
				<xs:enumeration value="RP"/>
				<xs:enumeration value="PL"/>
				<xs:enumeration value="P"/>
				<xs:enumeration value="PRI"/>
				<xs:enumeration value="RWA"/>
				<xs:enumeration value="RO"/>
				<xs:enumeration value="RUS"/>
				<xs:enumeration value="A"/>
				<xs:enumeration value="SLB"/>
				<xs:enumeration value="Z"/>
				<xs:enumeration value="WS"/>
				<xs:enumeration value="RSM"/>
				<xs:enumeration value="WL"/>
				<xs:enumeration value="STP"/>
				<xs:enumeration value="SA"/>
				<xs:enumeration value="S"/>
				<xs:enumeration value="CH"/>
				<xs:enumeration value="SN"/>
				<xs:enumeration value="SY"/>
				<xs:enumeration value="WAL"/>
				<xs:enumeration value="ZW"/>
				<xs:enumeration value="SGP"/>
				<xs:enumeration value="SK"/>
				<xs:enumeration value="SLO"/>
				<xs:enumeration value="SO"/>
				<xs:enumeration value="SU"/>
				<xs:enumeration value="E"/>
				<xs:enumeration value="CL"/>
				<xs:enumeration value="WV"/>
				<xs:enumeration value="KN"/>
				<xs:enumeration value="SUD"/>
				<xs:enumeration value="SME"/>
				<xs:enumeration value="SD"/>
				<xs:enumeration value="SYR"/>
				<xs:enumeration value="ZA"/>
				<xs:enumeration value="TJ"/>
				<xs:enumeration value="EAT"/>
				<xs:enumeration value="T"/>
				<xs:enumeration value="TG"/>
				<xs:enumeration value="TO"/>
				<xs:enumeration value="TT"/>
				<xs:enumeration value="TD"/>
				<xs:enumeration value="CZ"/>
				<xs:enumeration value="TN"/>
				<xs:enumeration value="TM"/>
				<xs:enumeration value="TUV"/>
				<xs:enumeration value="TR"/>
				<xs:enumeration value="EAU"/>
				<xs:enumeration value="UA"/>
				<xs:enumeration value="H"/>
				<xs:enumeration value="ROU"/>
				<xs:enumeration value="UZ"/>
				<xs:enumeration value="VU"/>
				<xs:enumeration value="V"/>
				<xs:enumeration value="YV"/>
				<xs:enumeration value="UAE"/>
				<xs:enumeration value="USA"/>
				<xs:enumeration value="GB"/>
				<xs:enumeration value="VN"/>
				<xs:enumeration value="RCA"/>
				<xs:enumeration value="CY"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="MEN">
		<xs:simpleType>
			<xs:restriction base="xs:positiveInteger">
				<xs:maxInclusive value="9999999999"/>
				<xs:minInclusive value="1"/>
				<xs:totalDigits value="10"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="NAME_MITTEILER">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:maxLength value="50"/>
				<xs:minLength value="1"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="NNAME_A" type="alphanumerisch50"/>
	<xs:element name="NNAME_D" type="alphanumerisch50"/>
	<xs:element name="NR_A" type="alphanumerisch10"/>
	<xs:element name="NR_D" type="alphanumerisch10"/>
	<xs:element name="ORT_A" type="alphanumerisch50"/>
	<xs:element name="ORT_D" type="alphanumerisch50"/>
	<xs:element name="PAKET_NR">
		<xs:simpleType>
			<xs:restriction base="xs:positiveInteger">
				<xs:maxInclusive value="999999999"/>
				<xs:minInclusive value="1"/>
				<xs:totalDigits value="9"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="PLZ_A">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:pattern value="[A-Z,a-z,0-9]{4,10}"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="PLZ_D">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:pattern value="[A-Z,a-z,0-9]{4,10}"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="REFNR">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:pattern value="[A-Z,a-z,0-9,\-/ ]{1,25}"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="STG_A" type="alphanumerisch10"/>
	<xs:element name="STG_D" type="alphanumerisch10"/>
	<xs:element name="STR_A" type="alphanumerisch50"/>
	<xs:element name="STR_D" type="alphanumerisch50"/>
	<xs:element name="TUER_A" type="alphanumerisch10"/>
	<xs:element name="TUER_D" type="alphanumerisch10"/>
	<xs:element name="UEBERTRAGUNG_AUF">
		<xs:complexType>
			<xs:choice>
				<xs:sequence>
					<xs:element ref="NNAME_A"/>
					<xs:element ref="VNAME_A"/>
					<xs:element ref="GEB_A"/>
					<xs:element ref="STR_A"/>
					<xs:element ref="NR_A"/>
					<xs:element ref="STG_A" minOccurs="0"/>
					<xs:element ref="TUER_A" minOccurs="0"/>
					<xs:element ref="PLZ_A"/>
					<xs:element ref="ORT_A"/>
					<xs:element ref="LAND_A"/>
				</xs:sequence>
				<xs:sequence>
					<xs:element ref="FIRMNAME_A"/>
					<xs:element ref="STR_A"/>
					<xs:element ref="NR_A"/>
					<xs:element ref="STG_A" minOccurs="0"/>
					<xs:element ref="TUER_A" minOccurs="0"/>
					<xs:element ref="PLZ_A"/>
					<xs:element ref="ORT_A"/>
					<xs:element ref="LAND_A"/>
				</xs:sequence>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="UHRZEIT_ERSTELLUNG">
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:time">
					<xs:attribute name="type" type="uhrzeittype" use="required"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="VNAME_A" type="alphanumerisch50"/>
	<xs:element name="VNAME_D" type="alphanumerisch50"/>
	<xs:element name="VNR_D" type="vnr"/>
	<xs:element name="ZEITPUNKT">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="DATUEB"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
