<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--Generated by SWIFTStandards Workstation (build:R6.1.0.2) on 2009 Jan 08 17:30:53-->
<!-- Edited by Hendrik Muus, STUZZA, AT -->
<!-- ***** Change log at end of document -->
<!-- Definition for validation according SEPA RB 7 plus additional options for use in Austria -->
<!--+++change from+++ <xs:schema xmlns="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02" elementFormDefault="qualified"> -->
<xd:schema xmlns="ISO:pain.008.001.02:APC:STUZZA:payments:004" xmlns:xd="http://www.w3.org/2001/XMLSchema" xmlns:xml="http://www.w3.org/XML/1998/namespace" targetNamespace="ISO:pain.008.001.02:APC:STUZZA:payments:004" elementFormDefault="qualified">
	<!-- ************************************************************ -->
	<!-- ***                                                      *** -->
	<!-- ***               Diese Definitionen sind als            *** -->
	<!-- ***                                                      *** -->
	<!-- ***               Technical Validation Subset            *** -->
	<!-- ***                                                      *** -->
	<!-- ***   zu verstehen. Alle damit validierbaren XML-Daten   *** -->
	<!-- ***   lassen sich ebenfalls mit dem zugrundeliegenden    *** -->
	<!-- ***   originalen Namespace der ISO validieren. Bei der   *** -->
	<!-- ***   Übermittlung der Daten ist daher der originale     *** -->
	<!-- ***   Namespace der ISO zu verwenden.                    *** -->
	<!-- ***                                                      *** -->
	<!-- ***                                                      *** -->
	<!-- ***               This definitions specify a             *** -->
	<!-- ***                                                      *** -->
	<!-- ***               Technical Validation Subset            *** -->
	<!-- ***                                                      *** -->
	<!-- ***   All XML data validating with this scheme can       *** -->
	<!-- ***   also be validated with the underlying original     *** -->
	<!-- ***   namespace of ISO. Therefor the original ISO        *** -->
	<!-- ***   namespace is to be used for data transmission.     *** -->
	<!-- ***                                                      *** -->
	<!-- ************************************************************ -->
	<!--  ********************** start replace include node with copy of type definitions of schema to get standalone schema  -->
	<xd:include schemaLocation="RB7.0_pain.008_codelists.xsd"/>
	<!--  ********************** stop replace include node with copy of type definitions of schema to get standalone schema  -->
	<xd:attribute name="namespace" fixed="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02">
		<xd:annotation>
			<xd:documentation xml:lang="de">Namespace-Name in der XML-Instanz der Datenübertragung</xd:documentation>
			<xd:documentation xml:lang="en">Namespace name of instance on data transmission</xd:documentation>
		</xd:annotation>
	</xd:attribute>
	<xd:attribute name="version" fixed="006">
		<xd:annotation>
			<xd:documentation xml:lang="de">Version dieses Schemas</xd:documentation>
			<xd:documentation xml:lang="en">Schema version</xd:documentation>
		</xd:annotation>
	</xd:attribute>
	<xd:attribute name="lastEdit" fixed="2014-05-22">
		<xd:annotation>
			<xd:documentation xml:lang="de">Datum der letzten Veränderung</xd:documentation>
			<xd:documentation xml:lang="en">Date of last change</xd:documentation>
		</xd:annotation>
	</xd:attribute>
	<xd:attribute name="replaceVersion" fixed="005">
		<xd:annotation>
			<xd:documentation xml:lang="de">Ersetzte Version</xd:documentation>
			<xd:documentation xml:lang="en">Replaced version</xd:documentation>
		</xd:annotation>
	</xd:attribute>
	<xd:attribute name="replaceLastEdit" fixed="2014-01-22">
		<xd:annotation>
			<xd:documentation xml:lang="de">Ersetztes Versionsdatum</xd:documentation>
			<xd:documentation xml:lang="en">Replaced version date</xd:documentation>
		</xd:annotation>
	</xd:attribute>
	<xd:attribute name="validityStart" fixed="2014-02-01">
		<xd:annotation>
			<xd:documentation xml:lang="de">Beginn der Gültigkeit</xd:documentation>
			<xd:documentation xml:lang="en">Start of validity</xd:documentation>
		</xd:annotation>
	</xd:attribute>
	<xd:attribute name="validityEnd" fixed="with validity start of version 008">
		<xd:annotation>
			<xd:documentation xml:lang="de">Ende der Gültigkeit</xd:documentation>
			<xd:documentation xml:lang="en">End of validity</xd:documentation>
		</xd:annotation>
	</xd:attribute>
	<!-- Root element -->
	<xd:element name="Document" type="Document"/>
	<!-- Type definitions -->
	<xd:complexType name="AccountIdentification4Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="IBAN" type="IBAN2007Identifier"/>
				<xd:element name="Othr" type="GenericAccountIdentification1"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="AccountSchemeName1Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="ExternalAccountIdentification1Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="ActiveOrHistoricCurrencyAndAmount_SimpleType">
		<xd:restriction base="xd:decimal">
			<xd:minInclusive value="0"/>
			<xd:fractionDigits value="5"/>
			<xd:totalDigits value="18"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="ActiveOrHistoricCurrencyAndAmount">
		<xd:simpleContent>
			<xd:extension base="ActiveOrHistoricCurrencyAndAmount_SimpleType">
				<xd:attribute name="Ccy" type="ActiveOrHistoricCurrencyCode" use="required"/>
			</xd:extension>
		</xd:simpleContent>
	</xd:complexType>
	<xd:simpleType name="ActiveOrHistoricCurrencyCode">
		<xd:restriction base="xd:string">
			<xd:pattern value="[A-Z]{3,3}"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AddressType2Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="ADDR"/>
			<xd:enumeration value="PBOX"/>
			<xd:enumeration value="HOME"/>
			<xd:enumeration value="BIZZ"/>
			<xd:enumeration value="MLTO"/>
			<xd:enumeration value="DLVY"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="AmendmentInformationDetails6">
		<xd:sequence>
			<xd:element name="OrgnlMndtId" type="Max35Text" minOccurs="0"/>
			<xd:element name="OrgnlCdtrSchmeId" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="OrgnlCdtrAgt" type="BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
			<xd:element name="OrgnlCdtrAgtAcct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="OrgnlDbtr" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="OrgnlDbtrAcct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="OrgnlDbtrAgt" type="BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
			<xd:element name="OrgnlDbtrAgtAcct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="OrgnlFnlColltnDt" type="ISODate" minOccurs="0"/>
			<xd:element name="OrgnlFrqcy" type="Frequency1Code" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="AnyBICIdentifier">
		<xd:restriction base="xd:string">
			<xd:pattern value="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="Authorisation1Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="Authorisation1Code"/>
				<xd:element name="Prtry" type="Max128Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="Authorisation1Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="AUTH"/>
			<xd:enumeration value="FDET"/>
			<xd:enumeration value="FSUM"/>
			<xd:enumeration value="ILEV"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="BICIdentifier">
		<xd:restriction base="xd:string">
			<xd:pattern value="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="BatchBookingIndicator">
		<xd:restriction base="xd:boolean"/>
	</xd:simpleType>
	<xd:complexType name="BranchAndFinancialInstitutionIdentification4">
		<xd:sequence>
			<xd:element name="FinInstnId" type="FinancialInstitutionIdentification7"/>
			<xd:element name="BrnchId" type="BranchData2" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="BranchData2">
		<xd:sequence>
			<xd:element name="Id" type="Max35Text" minOccurs="0"/>
			<xd:element name="Nm" type="Max140Text" minOccurs="0"/>
			<xd:element name="PstlAdr" type="PostalAddress6" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="CashAccount16">
		<xd:sequence>
			<xd:element name="Id" type="AccountIdentification4Choice"/>
			<xd:element name="Tp" type="CashAccountType2" minOccurs="0"/>
			<xd:element name="Ccy" type="ActiveOrHistoricCurrencyCode" minOccurs="0"/>
			<xd:element name="Nm" type="Max70Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="CashAccountType2">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="CashAccountType4Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="CashAccountType4Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="CASH"/>
			<xd:enumeration value="CHAR"/>
			<xd:enumeration value="COMM"/>
			<xd:enumeration value="TAXE"/>
			<xd:enumeration value="CISH"/>
			<xd:enumeration value="TRAS"/>
			<xd:enumeration value="SACC"/>
			<xd:enumeration value="CACC"/>
			<xd:enumeration value="SVGS"/>
			<xd:enumeration value="ONDP"/>
			<xd:enumeration value="MGLD"/>
			<xd:enumeration value="NREX"/>
			<xd:enumeration value="MOMA"/>
			<xd:enumeration value="LOAN"/>
			<xd:enumeration value="SLRY"/>
			<xd:enumeration value="ODFT"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="CategoryPurpose1Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="ExternalCategoryPurpose1Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="ChargeBearerType1Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="DEBT"/>
			<xd:enumeration value="CRED"/>
			<xd:enumeration value="SHAR"/>
			<xd:enumeration value="SLEV"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="ClearingSystemIdentification2Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="ExternalClearingSystemIdentification1Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="ClearingSystemMemberIdentification2">
		<xd:sequence>
			<xd:element name="ClrSysId" type="ClearingSystemIdentification2Choice" minOccurs="0"/>
			<xd:element name="MmbId" type="Max35Text"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="ContactDetails2">
		<xd:sequence>
			<xd:element name="NmPrfx" type="NamePrefix1Code" minOccurs="0"/>
			<xd:element name="Nm" type="Max140Text" minOccurs="0"/>
			<xd:element name="PhneNb" type="PhoneNumber" minOccurs="0"/>
			<xd:element name="MobNb" type="PhoneNumber" minOccurs="0"/>
			<xd:element name="FaxNb" type="PhoneNumber" minOccurs="0"/>
			<xd:element name="EmailAdr" type="Max2048Text" minOccurs="0"/>
			<xd:element name="Othr" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="CountryCode">
		<xd:restriction base="xd:string">
			<xd:pattern value="[A-Z]{2,2}"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="CreditDebitCode">
		<xd:restriction base="xd:string">
			<xd:enumeration value="CRDT"/>
			<xd:enumeration value="DBIT"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="CreditorReferenceInformation2">
		<xd:sequence>
			<xd:element name="Tp" type="CreditorReferenceType2" minOccurs="0"/>
			<xd:element name="Ref" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="CreditorReferenceType1Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="DocumentType3Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="CreditorReferenceType2">
		<xd:sequence>
			<xd:element name="CdOrPrtry" type="CreditorReferenceType1Choice"/>
			<xd:element name="Issr" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="CustomerDirectDebitInitiationV02">
		<xd:sequence>
			<xd:element name="GrpHdr" type="GroupHeader39"/>
			<xd:element name="PmtInf" type="PaymentInstructionInformation4" maxOccurs="unbounded"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="DateAndPlaceOfBirth">
		<xd:sequence>
			<xd:element name="BirthDt" type="ISODate"/>
			<xd:element name="PrvcOfBirth" type="Max35Text" minOccurs="0"/>
			<xd:element name="CityOfBirth" type="Max35Text"/>
			<xd:element name="CtryOfBirth" type="CountryCode"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="DatePeriodDetails">
		<xd:sequence>
			<xd:element name="FrDt" type="ISODate"/>
			<xd:element name="ToDt" type="ISODate"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="DecimalNumber">
		<xd:restriction base="xd:decimal">
			<xd:fractionDigits value="17"/>
			<xd:totalDigits value="18"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="DirectDebitTransaction6">
		<xd:sequence>
			<xd:element name="MndtRltdInf" type="MandateRelatedInformation6" minOccurs="0"/>
			<xd:element name="CdtrSchmeId" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="PreNtfctnId" type="Max35Text" minOccurs="0"/>
			<xd:element name="PreNtfctnDt" type="ISODate" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="DirectDebitTransactionInformation9">
		<xd:sequence>
			<xd:element name="PmtId" type="PaymentIdentification1"/>
			<xd:element name="PmtTpInf" type="PaymentTypeInformation20" minOccurs="0"/>
			<xd:element name="InstdAmt" type="ActiveOrHistoricCurrencyAndAmount"/>
			<xd:element name="ChrgBr" type="ChargeBearerType1Code" minOccurs="0"/>
			<xd:element name="DrctDbtTx" type="DirectDebitTransaction6" minOccurs="0"/>
			<xd:element name="UltmtCdtr" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="DbtrAgt" type="BranchAndFinancialInstitutionIdentification4"/>
			<xd:element name="DbtrAgtAcct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="Dbtr" type="PartyIdentification32"/>
			<xd:element name="DbtrAcct" type="CashAccount16"/>
			<xd:element name="UltmtDbtr" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="InstrForCdtrAgt" type="Max140Text" minOccurs="0"/>
			<xd:element name="Purp" type="Purpose2Choice" minOccurs="0"/>
			<xd:element name="RgltryRptg" type="RegulatoryReporting3" minOccurs="0" maxOccurs="10"/>
			<xd:element name="Tax" type="TaxInformation3" minOccurs="0"/>
			<xd:element name="RltdRmtInf" type="RemittanceLocation2" minOccurs="0" maxOccurs="10"/>
			<xd:element name="RmtInf" type="RemittanceInformation5" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="Document">
		<xd:sequence>
			<!-- changed from <xd:element name="CstmrDrctDbtInitn" type="CustomerDirectDebitInitiationV02"/> -->
			<xd:element name="CstmrDrctDbtInitn" type="AT_CustomerDirectDebitInitiationV02" xml:ToC="1;Nachricht">
				<xd:annotation>
					<xd:documentation xml:lang="de">Diese Version definiert zusätzliche Beschränkungen und Erweiterungen basierend auf den Core Empfehlungen des EPC Rulebook und Implementation Guideline in Österreich</xd:documentation>
					<xd:documentation xml:lang="en">This version containes restrictions and extensions based on core recommendations of EPC Rulebook and Implementation Guideline for use in Austria</xd:documentation>
				</xd:annotation>
			</xd:element>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="DocumentAdjustment1">
		<xd:sequence>
			<xd:element name="Amt" type="ActiveOrHistoricCurrencyAndAmount"/>
			<xd:element name="CdtDbtInd" type="CreditDebitCode" minOccurs="0"/>
			<xd:element name="Rsn" type="Max4Text" minOccurs="0"/>
			<xd:element name="AddtlInf" type="Max140Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="DocumentType3Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="RADM"/>
			<xd:enumeration value="RPIN"/>
			<xd:enumeration value="FXDR"/>
			<xd:enumeration value="DISP"/>
			<xd:enumeration value="PUOR"/>
			<xd:enumeration value="SCOR"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="DocumentType5Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="MSIN"/>
			<xd:enumeration value="CNFA"/>
			<xd:enumeration value="DNFA"/>
			<xd:enumeration value="CINV"/>
			<xd:enumeration value="CREN"/>
			<xd:enumeration value="DEBN"/>
			<xd:enumeration value="HIRI"/>
			<xd:enumeration value="SBIN"/>
			<xd:enumeration value="CMCN"/>
			<xd:enumeration value="SOAC"/>
			<xd:enumeration value="DISP"/>
			<xd:enumeration value="BOLD"/>
			<xd:enumeration value="VCHR"/>
			<xd:enumeration value="AROI"/>
			<xd:enumeration value="TSUT"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="ExternalAccountIdentification1Code">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="4"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="ExternalCategoryPurpose1Code">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="4"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="ExternalClearingSystemIdentification1Code">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="5"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="ExternalFinancialInstitutionIdentification1Code">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="4"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="ExternalLocalInstrument1Code">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="35"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="ExternalOrganisationIdentification1Code">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="4"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="ExternalPersonIdentification1Code">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="4"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="ExternalPurpose1Code">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="4"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="ExternalServiceLevel1Code">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="4"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="FinancialIdentificationSchemeName1Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="ExternalFinancialInstitutionIdentification1Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="FinancialInstitutionIdentification7">
		<xd:sequence>
			<xd:element name="BIC" type="BICIdentifier" minOccurs="0"/>
			<xd:element name="ClrSysMmbId" type="ClearingSystemMemberIdentification2" minOccurs="0"/>
			<xd:element name="Nm" type="Max140Text" minOccurs="0"/>
			<xd:element name="PstlAdr" type="PostalAddress6" minOccurs="0"/>
			<xd:element name="Othr" type="GenericFinancialIdentification1" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="Frequency1Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="YEAR"/>
			<xd:enumeration value="MNTH"/>
			<xd:enumeration value="QURT"/>
			<xd:enumeration value="MIAN"/>
			<xd:enumeration value="WEEK"/>
			<xd:enumeration value="DAIL"/>
			<xd:enumeration value="ADHO"/>
			<xd:enumeration value="INDA"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="GenericAccountIdentification1">
		<xd:sequence>
			<xd:element name="Id" type="Max34Text"/>
			<xd:element name="SchmeNm" type="AccountSchemeName1Choice" minOccurs="0"/>
			<xd:element name="Issr" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="GenericFinancialIdentification1">
		<xd:sequence>
			<xd:element name="Id" type="Max35Text"/>
			<xd:element name="SchmeNm" type="FinancialIdentificationSchemeName1Choice" minOccurs="0"/>
			<xd:element name="Issr" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="GenericOrganisationIdentification1">
		<xd:sequence>
			<xd:element name="Id" type="Max35Text"/>
			<xd:element name="SchmeNm" type="OrganisationIdentificationSchemeName1Choice" minOccurs="0"/>
			<xd:element name="Issr" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="GenericPersonIdentification1">
		<xd:sequence>
			<xd:element name="Id" type="Max35Text"/>
			<xd:element name="SchmeNm" type="PersonIdentificationSchemeName1Choice" minOccurs="0"/>
			<xd:element name="Issr" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="GroupHeader39">
		<xd:sequence>
			<xd:element name="MsgId" type="Max35Text"/>
			<xd:element name="CreDtTm" type="ISODateTime"/>
			<xd:element name="Authstn" type="Authorisation1Choice" minOccurs="0" maxOccurs="2"/>
			<xd:element name="NbOfTxs" type="Max15NumericText"/>
			<xd:element name="CtrlSum" type="DecimalNumber" minOccurs="0"/>
			<xd:element name="InitgPty" type="PartyIdentification32"/>
			<xd:element name="FwdgAgt" type="BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="IBAN2007Identifier">
		<xd:restriction base="xd:string">
			<xd:pattern value="[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="ISODate">
		<xd:restriction base="xd:date"/>
	</xd:simpleType>
	<xd:simpleType name="ISODateTime">
		<xd:restriction base="xd:dateTime"/>
	</xd:simpleType>
	<xd:complexType name="LocalInstrument2Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="ExternalLocalInstrument1Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="MandateRelatedInformation6">
		<xd:sequence>
			<xd:element name="MndtId" type="Max35Text" minOccurs="0"/>
			<xd:element name="DtOfSgntr" type="ISODate" minOccurs="0"/>
			<xd:element name="AmdmntInd" type="TrueFalseIndicator" minOccurs="0"/>
			<xd:element name="AmdmntInfDtls" type="AmendmentInformationDetails6" minOccurs="0"/>
			<xd:element name="ElctrncSgntr" type="Max1025Text" minOccurs="0"/>
			<xd:element name="FrstColltnDt" type="ISODate" minOccurs="0"/>
			<xd:element name="FnlColltnDt" type="ISODate" minOccurs="0"/>
			<xd:element name="Frqcy" type="Frequency1Code" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="Max1025Text">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="1025"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Max10Text">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="10"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Max128Text">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="128"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Max140Text">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="140"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Max15NumericText">
		<xd:restriction base="xd:string">
			<xd:pattern value="[0-9]{1,15}"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Max16Text">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="16"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Max2048Text">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="2048"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Max34Text">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="34"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Max35Text">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="35"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Max4Text">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="4"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Max70Text">
		<xd:restriction base="xd:string">
			<xd:minLength value="1"/>
			<xd:maxLength value="70"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="NameAndAddress10">
		<xd:sequence>
			<xd:element name="Nm" type="Max140Text"/>
			<xd:element name="Adr" type="PostalAddress6"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="NamePrefix1Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="DOCT"/>
			<xd:enumeration value="MIST"/>
			<xd:enumeration value="MISS"/>
			<xd:enumeration value="MADM"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="Number">
		<xd:restriction base="xd:decimal">
			<xd:fractionDigits value="0"/>
			<xd:totalDigits value="18"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="OrganisationIdentification4">
		<xd:sequence>
			<xd:element name="BICOrBEI" type="AnyBICIdentifier" minOccurs="0"/>
			<xd:element name="Othr" type="GenericOrganisationIdentification1" minOccurs="0" maxOccurs="unbounded"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="OrganisationIdentificationSchemeName1Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="ExternalOrganisationIdentification1Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="Party6Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="OrgId" type="OrganisationIdentification4"/>
				<xd:element name="PrvtId" type="PersonIdentification5"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="PartyIdentification32">
		<xd:sequence>
			<xd:element name="Nm" type="Max140Text" minOccurs="0"/>
			<xd:element name="PstlAdr" type="PostalAddress6" minOccurs="0"/>
			<xd:element name="Id" type="Party6Choice" minOccurs="0"/>
			<xd:element name="CtryOfRes" type="CountryCode" minOccurs="0"/>
			<xd:element name="CtctDtls" type="ContactDetails2" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="PaymentIdentification1">
		<xd:sequence>
			<xd:element name="InstrId" type="Max35Text" minOccurs="0"/>
			<xd:element name="EndToEndId" type="Max35Text"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="PaymentInstructionInformation4">
		<xd:sequence>
			<xd:element name="PmtInfId" type="Max35Text"/>
			<xd:element name="PmtMtd" type="PaymentMethod2Code"/>
			<xd:element name="BtchBookg" type="BatchBookingIndicator" minOccurs="0"/>
			<xd:element name="NbOfTxs" type="Max15NumericText" minOccurs="0"/>
			<xd:element name="CtrlSum" type="DecimalNumber" minOccurs="0"/>
			<xd:element name="PmtTpInf" type="PaymentTypeInformation20" minOccurs="0"/>
			<xd:element name="ReqdColltnDt" type="ISODate"/>
			<xd:element name="Cdtr" type="PartyIdentification32"/>
			<xd:element name="CdtrAcct" type="CashAccount16"/>
			<xd:element name="CdtrAgt" type="BranchAndFinancialInstitutionIdentification4"/>
			<xd:element name="CdtrAgtAcct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="UltmtCdtr" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="ChrgBr" type="ChargeBearerType1Code" minOccurs="0"/>
			<xd:element name="ChrgsAcct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="ChrgsAcctAgt" type="BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
			<xd:element name="CdtrSchmeId" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="DrctDbtTxInf" type="DirectDebitTransactionInformation9" maxOccurs="unbounded"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="PaymentMethod2Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="DD"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="PaymentTypeInformation20">
		<xd:sequence>
			<xd:element name="InstrPrty" type="Priority2Code" minOccurs="0"/>
			<xd:element name="SvcLvl" type="ServiceLevel8Choice" minOccurs="0"/>
			<xd:element name="LclInstrm" type="LocalInstrument2Choice" minOccurs="0"/>
			<xd:element name="SeqTp" type="SequenceType1Code" minOccurs="0"/>
			<xd:element name="CtgyPurp" type="CategoryPurpose1Choice" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="PercentageRate">
		<xd:restriction base="xd:decimal">
			<xd:fractionDigits value="10"/>
			<xd:totalDigits value="11"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="PersonIdentification5">
		<xd:sequence>
			<xd:element name="DtAndPlcOfBirth" type="DateAndPlaceOfBirth" minOccurs="0"/>
			<xd:element name="Othr" type="GenericPersonIdentification1" minOccurs="0" maxOccurs="unbounded"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="PersonIdentificationSchemeName1Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="ExternalPersonIdentification1Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="PhoneNumber">
		<xd:restriction base="xd:string">
			<xd:pattern value="\+[0-9]{1,3}-[0-9()+\-]{1,30}"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="PostalAddress6">
		<xd:sequence>
			<xd:element name="AdrTp" type="AddressType2Code" minOccurs="0"/>
			<xd:element name="Dept" type="Max70Text" minOccurs="0"/>
			<xd:element name="SubDept" type="Max70Text" minOccurs="0"/>
			<xd:element name="StrtNm" type="Max70Text" minOccurs="0"/>
			<xd:element name="BldgNb" type="Max16Text" minOccurs="0"/>
			<xd:element name="PstCd" type="Max16Text" minOccurs="0"/>
			<xd:element name="TwnNm" type="Max35Text" minOccurs="0"/>
			<xd:element name="CtrySubDvsn" type="Max35Text" minOccurs="0"/>
			<xd:element name="Ctry" type="CountryCode" minOccurs="0"/>
			<xd:element name="AdrLine" type="Max70Text" minOccurs="0" maxOccurs="7"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="Priority2Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="HIGH"/>
			<xd:enumeration value="NORM"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="Purpose2Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="ExternalPurpose1Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="ReferredDocumentInformation3">
		<xd:sequence>
			<xd:element name="Tp" type="ReferredDocumentType2" minOccurs="0"/>
			<xd:element name="Nb" type="Max35Text" minOccurs="0"/>
			<xd:element name="RltdDt" type="ISODate" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="ReferredDocumentType1Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="DocumentType5Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="ReferredDocumentType2">
		<xd:sequence>
			<xd:element name="CdOrPrtry" type="ReferredDocumentType1Choice"/>
			<xd:element name="Issr" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="RegulatoryAuthority2">
		<xd:sequence>
			<xd:element name="Nm" type="Max140Text" minOccurs="0"/>
			<xd:element name="Ctry" type="CountryCode" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="RegulatoryReporting3">
		<xd:sequence>
			<xd:element name="DbtCdtRptgInd" type="RegulatoryReportingType1Code" minOccurs="0"/>
			<xd:element name="Authrty" type="RegulatoryAuthority2" minOccurs="0"/>
			<xd:element name="Dtls" type="StructuredRegulatoryReporting3" minOccurs="0" maxOccurs="unbounded"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="RegulatoryReportingType1Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="CRED"/>
			<xd:enumeration value="DEBT"/>
			<xd:enumeration value="BOTH"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="RemittanceAmount1">
		<xd:sequence>
			<xd:element name="DuePyblAmt" type="ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
			<xd:element name="DscntApldAmt" type="ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
			<xd:element name="CdtNoteAmt" type="ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
			<xd:element name="TaxAmt" type="ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
			<xd:element name="AdjstmntAmtAndRsn" type="DocumentAdjustment1" minOccurs="0" maxOccurs="unbounded"/>
			<xd:element name="RmtdAmt" type="ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="RemittanceInformation5">
		<xd:sequence>
			<xd:element name="Ustrd" type="Max140Text" minOccurs="0" maxOccurs="unbounded"/>
			<xd:element name="Strd" type="StructuredRemittanceInformation7" minOccurs="0" maxOccurs="unbounded"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="RemittanceLocation2">
		<xd:sequence>
			<xd:element name="RmtId" type="Max35Text" minOccurs="0"/>
			<xd:element name="RmtLctnMtd" type="RemittanceLocationMethod2Code" minOccurs="0"/>
			<xd:element name="RmtLctnElctrncAdr" type="Max2048Text" minOccurs="0"/>
			<xd:element name="RmtLctnPstlAdr" type="NameAndAddress10" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="RemittanceLocationMethod2Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="FAXI"/>
			<xd:enumeration value="EDIC"/>
			<xd:enumeration value="URID"/>
			<xd:enumeration value="EMAL"/>
			<xd:enumeration value="POST"/>
			<xd:enumeration value="SMSM"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="SequenceType1Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="FRST"/>
			<xd:enumeration value="RCUR"/>
			<xd:enumeration value="FNAL"/>
			<xd:enumeration value="OOFF"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="ServiceLevel8Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="ExternalServiceLevel1Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="StructuredRegulatoryReporting3">
		<xd:sequence>
			<xd:element name="Tp" type="Max35Text" minOccurs="0"/>
			<xd:element name="Dt" type="ISODate" minOccurs="0"/>
			<xd:element name="Ctry" type="CountryCode" minOccurs="0"/>
			<xd:element name="Cd" type="Max10Text" minOccurs="0"/>
			<xd:element name="Amt" type="ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
			<xd:element name="Inf" type="Max35Text" minOccurs="0" maxOccurs="unbounded"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="StructuredRemittanceInformation7">
		<xd:sequence>
			<xd:element name="RfrdDocInf" type="ReferredDocumentInformation3" minOccurs="0" maxOccurs="unbounded"/>
			<xd:element name="RfrdDocAmt" type="RemittanceAmount1" minOccurs="0"/>
			<xd:element name="CdtrRefInf" type="CreditorReferenceInformation2" minOccurs="0"/>
			<xd:element name="Invcr" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="Invcee" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="AddtlRmtInf" type="Max140Text" minOccurs="0" maxOccurs="3"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="TaxAmount1">
		<xd:sequence>
			<xd:element name="Rate" type="PercentageRate" minOccurs="0"/>
			<xd:element name="TaxblBaseAmt" type="ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
			<xd:element name="TtlAmt" type="ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
			<xd:element name="Dtls" type="TaxRecordDetails1" minOccurs="0" maxOccurs="unbounded"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="TaxAuthorisation1">
		<xd:sequence>
			<xd:element name="Titl" type="Max35Text" minOccurs="0"/>
			<xd:element name="Nm" type="Max140Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="TaxInformation3">
		<xd:sequence>
			<xd:element name="Cdtr" type="TaxParty1" minOccurs="0"/>
			<xd:element name="Dbtr" type="TaxParty2" minOccurs="0"/>
			<xd:element name="AdmstnZn" type="Max35Text" minOccurs="0"/>
			<xd:element name="RefNb" type="Max140Text" minOccurs="0"/>
			<xd:element name="Mtd" type="Max35Text" minOccurs="0"/>
			<xd:element name="TtlTaxblBaseAmt" type="ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
			<xd:element name="TtlTaxAmt" type="ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
			<xd:element name="Dt" type="ISODate" minOccurs="0"/>
			<xd:element name="SeqNb" type="Number" minOccurs="0"/>
			<xd:element name="Rcrd" type="TaxRecord1" minOccurs="0" maxOccurs="unbounded"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="TaxParty1">
		<xd:sequence>
			<xd:element name="TaxId" type="Max35Text" minOccurs="0"/>
			<xd:element name="RegnId" type="Max35Text" minOccurs="0"/>
			<xd:element name="TaxTp" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="TaxParty2">
		<xd:sequence>
			<xd:element name="TaxId" type="Max35Text" minOccurs="0"/>
			<xd:element name="RegnId" type="Max35Text" minOccurs="0"/>
			<xd:element name="TaxTp" type="Max35Text" minOccurs="0"/>
			<xd:element name="Authstn" type="TaxAuthorisation1" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="TaxPeriod1">
		<xd:sequence>
			<xd:element name="Yr" type="ISODate" minOccurs="0"/>
			<xd:element name="Tp" type="TaxRecordPeriod1Code" minOccurs="0"/>
			<xd:element name="FrToDt" type="DatePeriodDetails" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="TaxRecord1">
		<xd:sequence>
			<xd:element name="Tp" type="Max35Text" minOccurs="0"/>
			<xd:element name="Ctgy" type="Max35Text" minOccurs="0"/>
			<xd:element name="CtgyDtls" type="Max35Text" minOccurs="0"/>
			<xd:element name="DbtrSts" type="Max35Text" minOccurs="0"/>
			<xd:element name="CertId" type="Max35Text" minOccurs="0"/>
			<xd:element name="FrmsCd" type="Max35Text" minOccurs="0"/>
			<xd:element name="Prd" type="TaxPeriod1" minOccurs="0"/>
			<xd:element name="TaxAmt" type="TaxAmount1" minOccurs="0"/>
			<xd:element name="AddtlInf" type="Max140Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="TaxRecordDetails1">
		<xd:sequence>
			<xd:element name="Prd" type="TaxPeriod1" minOccurs="0"/>
			<xd:element name="Amt" type="ActiveOrHistoricCurrencyAndAmount"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="TaxRecordPeriod1Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="MM01"/>
			<xd:enumeration value="MM02"/>
			<xd:enumeration value="MM03"/>
			<xd:enumeration value="MM04"/>
			<xd:enumeration value="MM05"/>
			<xd:enumeration value="MM06"/>
			<xd:enumeration value="MM07"/>
			<xd:enumeration value="MM08"/>
			<xd:enumeration value="MM09"/>
			<xd:enumeration value="MM10"/>
			<xd:enumeration value="MM11"/>
			<xd:enumeration value="MM12"/>
			<xd:enumeration value="QTR1"/>
			<xd:enumeration value="QTR2"/>
			<xd:enumeration value="QTR3"/>
			<xd:enumeration value="QTR4"/>
			<xd:enumeration value="HLF1"/>
			<xd:enumeration value="HLF2"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="TrueFalseIndicator">
		<xd:restriction base="xd:boolean"/>
	</xd:simpleType>
	<!-- own redefined datatypes -->
	<!-- simple types -->
	<xd:simpleType name="AT_ActiveOrHistoricCurrencyCode">
		<xd:restriction base="ActiveOrHistoricCurrencyCode">
			<xd:enumeration value="EUR">
				<xd:annotation>
					<xd:documentation xml:lang="de">SEPA kann nur EUR transferieren</xd:documentation>
					<xd:documentation xml:lang="en">SEPA just enables EUR transfers</xd:documentation>
				</xd:annotation>
			</xd:enumeration>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_ChargeBearerType1Code">
		<xd:restriction base="ChargeBearerType1Code">
			<xd:enumeration value="SLEV">
				<xd:annotation>
					<xd:documentation xml:lang="de">Spesenoption gemäß SEPA Richtlinie</xd:documentation>
					<xd:documentation xml:lang="en">Charge option according SEPA regulation</xd:documentation>
				</xd:annotation>
			</xd:enumeration>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_DecimalNumber">
		<xd:restriction base="DecimalNumber">
			<xd:annotation>
				<xd:documentation xml:lang="de">Der Maximalwert der Kontrolsumme. Mehr kann eine Datei nicht beauftragen</xd:documentation>
				<xd:documentation xml:lang="en">The maximum value of the control sum. One file cannot instruct lager values</xd:documentation>
			</xd:annotation>
			<xd:minInclusive value="0.01"/>
			<xd:maxInclusive value="999999999999.99"/>
			<xd:pattern value="(([1-9]\d*)|(0))(\.\d{1,2})?"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_DocumentType3Code">
		<xd:restriction base="DocumentType3Code">
			<xd:enumeration value="SCOR">
				<xd:annotation>
					<xd:documentation xml:lang="de">Vom Empänger vorgegebene Referenz zur Zuordnung des Eingangs</xd:documentation>
					<xd:documentation xml:lang="en">Referenz assigned by creditor to identify and associate receipt</xd:documentation>
				</xd:annotation>
			</xd:enumeration>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_Max140Text">
		<xd:restriction base="AT_NotEmpty140">
			<xd:annotation>
				<xd:documentation xml:lang="de">Begrenzung des Zeichensatzes für Namen und Verwendungszweck</xd:documentation>
				<xd:documentation xml:lang="en">Limitation of character set for names and remittance information</xd:documentation>
			</xd:annotation>
			<xd:pattern value="[\-A-Za-z0-9\+/\?:\(\)\.,'&#x20;äöüßÄÖÜ&amp;&gt;&lt;&quot;\|€$§%!=#~;\*\{\}\[\]@\\_°\^]*"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_Max140Text_Nm">
		<xd:restriction base="AT_Max140Text">
			<xd:annotation>
				<xd:documentation xml:lang="de">Begrenzung der Länge der Namenselemente</xd:documentation>
				<xd:documentation xml:lang="en">Limitation of length of name elements</xd:documentation>
			</xd:annotation>
			<xd:maxLength value="70"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_Max15NumericText">
		<xd:restriction base="Max15NumericText">
			<xd:annotation>
				<xd:documentation xml:lang="de">Begrenzung der Länge des Transaktionszählers</xd:documentation>
				<xd:documentation xml:lang="en">Limitation of length of transaction counter</xd:documentation>
			</xd:annotation>
			<xd:pattern value="[0-9]{1,6}"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_Max35Text">
		<xd:restriction base="AT_NotEmpty35">
			<xd:annotation>
				<xd:documentation xml:lang="de">Begrenzung des Zeichensatzes für Namen</xd:documentation>
				<xd:documentation xml:lang="en">Limitation of character set for names</xd:documentation>
			</xd:annotation>
			<xd:pattern value="[\-A-Za-z0-9\+/\?:\(\)\.,'&#x20;äöüßÄÖÜ&amp;&gt;&lt;&quot;\|€$§%!=#~;\*\{\}\[\]@\\_°\^]*"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_Max35Text_CdtrSchmeId">
		<xd:restriction base="AT_NotEmpty35">
			<xd:enumeration value="SEPA">
				<xd:annotation>
					<xd:documentation xml:lang="de">Festgelegter Wert für die Kreditorenidentifikation</xd:documentation>
					<xd:documentation xml:lang="en">Fixed value for the creditor identification</xd:documentation>
				</xd:annotation>
			</xd:enumeration>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_Max35Text_IBANonly">
		<xd:restriction base="AT_NotEmpty35">
			<xd:enumeration value="NOTPROVIDED">
				<xd:annotation>
					<xd:documentation xml:lang="de">Festgelegter Wert für IBAN-only Beauftragungen</xd:documentation>
					<xd:documentation xml:lang="en">Fixed value for IBAN only initiations</xd:documentation>
				</xd:annotation>
			</xd:enumeration>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_Max35Text_REF">
		<xd:restriction base="AT_Max35Text_STRUCTURE">
			<xd:annotation>
				<xd:documentation xml:lang="de">Begrenzung des Zeichensatzes für Codes, Referenzen und Identifikatoren</xd:documentation>
				<xd:documentation xml:lang="en">Limitation of character set for codes, references and identifications</xd:documentation>
			</xd:annotation>
			<xd:pattern value="[\-A-Za-z0-9\+/\?:\(\)\.,'&#x20;]*"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_Max35Text_STRUCTURE">
		<xd:restriction base="AT_NotEmpty35">
			<xd:annotation>
				<xd:documentation xml:lang="de">Erlaubte Struktur für Codes, Referenzen und Identifikatoren nach EPC217-08 Best Practices SEPA Requirements for Character Set SSG.pdf

Startet nicht mit /
Endet nicht mit /
Enthält kein //</xd:documentation>
				<xd:documentation xml:lang="en">Allowed structure for codes, references and identifications according EPC217-08 Best Practices SEPA Requirements for Character Set SSG.pdf

Don't start with /
Don't end with /
Don't contain //</xd:documentation>
			</xd:annotation>
			<xd:pattern value="([^/]+|[^/]+/)*[^/]"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_Max70Text">
		<xd:restriction base="AT_NotEmpty70">
			<xd:annotation>
				<xd:documentation xml:lang="de">Begrenzung des Zeichensatzes für Adressen</xd:documentation>
				<xd:documentation xml:lang="en">Limitation of character set for addresses</xd:documentation>
			</xd:annotation>
			<xd:pattern value="[\-A-Za-z0-9\+/\?:\(\)\.,'&#x20;äöüßÄÖÜ&amp;&gt;&lt;&quot;\|€$§%!=#~;\*\{\}\[\]@\\_°\^]*"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_NotEmpty140">
		<xd:restriction base="Max140Text">
			<xd:annotation>
				<xd:documentation xml:lang="de">Ein Text oder Wert muß mindestens ein druckbares Zeichen enthalten</xd:documentation>
				<xd:documentation xml:lang="en">A text or value must contain at least one printable character</xd:documentation>
			</xd:annotation>
			<xd:pattern value=".*\S+.*"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_NotEmpty35">
		<xd:restriction base="Max35Text">
			<xd:annotation>
				<xd:documentation xml:lang="de">Ein Text oder Wert muß mindestens ein druckbares Zeichen enthalten</xd:documentation>
				<xd:documentation xml:lang="en">A text or value must contain at least one printable character</xd:documentation>
			</xd:annotation>
			<xd:pattern value=".*\S+.*"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_NotEmpty70">
		<xd:restriction base="Max70Text">
			<xd:annotation>
				<xd:documentation xml:lang="de">Ein Text oder Wert muß mindestens ein druckbares Zeichen enthalten</xd:documentation>
				<xd:documentation xml:lang="en">A text or value must contain at least one printable character</xd:documentation>
			</xd:annotation>
			<xd:pattern value=".*\S+.*"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:simpleType name="AT_PaymentMethod2Code">
		<xd:restriction base="PaymentMethod2Code">
			<xd:enumeration value="DD">
				<xd:annotation>
					<xd:documentation xml:lang="de">SEPA reguliert nur Standard-Massenzahlungsverkehrs-Aufträge</xd:documentation>
					<xd:documentation xml:lang="en">SEPA regulates just standard mass payments initiations</xd:documentation>
				</xd:annotation>
			</xd:enumeration>
		</xd:restriction>
	</xd:simpleType>
	<!-- complex types with simple content -->
	<xd:complexType name="AT_ActiveOrHistoricCurrencyAndAmount">
		<xd:simpleContent>
			<xd:restriction base="ActiveOrHistoricCurrencyAndAmount">
				<xd:annotation>
					<xd:documentation xml:lang="de">Begrenzung der Länge und Darstellung des Einzelbetrags</xd:documentation>
					<xd:documentation xml:lang="en">Limitation of length and representation of transaction amount</xd:documentation>
				</xd:annotation>
				<xd:minInclusive value="0.01"/>
				<xd:maxInclusive value="999999999.99"/>
				<xd:fractionDigits value="2"/>
				<xd:totalDigits value="11"/>
				<xd:attribute name="Ccy" type="AT_ActiveOrHistoricCurrencyCode" use="required">
					<xd:annotation>
						<xd:documentation xml:lang="de">Einzig verfügbarer Wert ist EUR</xd:documentation>
						<xd:documentation xml:lang="en">Only available value is EUR</xd:documentation>
					</xd:annotation>
				</xd:attribute>
			</xd:restriction>
		</xd:simpleContent>
	</xd:complexType>
	<!-- complex types with complex content -->
	<xd:complexType name="AT_AccountIdentification4Choice">
		<xd:complexContent>
			<xd:restriction base="AccountIdentification4Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="IBAN" type="IBAN2007Identifier">
							<xd:annotation>
								<xd:documentation xml:lang="de">IBAN eines Kontos im SEPA-Raum. Alle anderen erfordern möglicherweise andere Verarbeitung</xd:documentation>
								<xd:documentation xml:lang="en">IBAN of an account in SEPA area. All other may need special processing</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_AmendmentInformationDetails6">
		<xd:complexContent>
			<xd:restriction base="AmendmentInformationDetails6">
				<xd:sequence>
					<xd:element name="OrgnlMndtId" type="AT_Max35Text_REF" id="AT-19" minOccurs="0" xml:ToC="4;Alte Mandats-Id">
						<xd:annotation>
							<xd:documentation xml:lang="de">Ursprüngliche Mandatsidentifikation. Im Falle einer Änderung der Mandatsidentifikation</xd:documentation>
							<xd:documentation xml:lang="en">Original mandate identification. In case of change of mandate identification</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="OrgnlCdtrSchmeId" type="AT_PartyIdentification32_OrgnlCdtrSchemeId" minOccurs="0" xml:ToC="4;Alte/r Kreditoren-Id/-Name">
						<xd:annotation>
							<xd:documentation xml:lang="de">Ursprüngliche Identifikation und/oder ursprünglicher Name des Einziehers. Im Falle einer Änderung von Identifikation und/oder Name des Einziehers</xd:documentation>
							<xd:documentation xml:lang="en">Original identification and/or name of drawer. In case of change of drawer identification and/or name</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="OrgnlDbtrAcct" type="AT_CashAccount16" minOccurs="0" xml:ToC="4;Altes Bezogenenkonto">
						<xd:annotation>
							<xd:documentation xml:lang="de">Ursprüngliches Konto des Bezogenen. Im Falle einer Änderung der Bezogenenkontos. Bei gleichzeitigem Wechsel des Kreditinstitutes siehe OrgnlDbtrAgt</xd:documentation>
							<xd:documentation xml:lang="en">Original account of drawee. In case of change of account of drawee. On concurrent change of financial institution see OrgnlDbtrAgt</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="OrgnlDbtrAgt" type="AT_BranchAndFinancialInstitutionIdentification4_Amdmnt" minOccurs="0" xml:ToC="4;Alte Bezogenenbank">
						<xd:annotation>
							<xd:documentation xml:lang="de">Ursprüngliches Institut des Bezogenen. Im Falle eines gleichzeitigen Wechsels des Kreditinstitutes</xd:documentation>
							<xd:documentation xml:lang="en">Original financial institution of drawee. In case of concurrent change of financial institution</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_BranchAndFinancialInstitutionIdentification4_Amdmnt">
		<xd:complexContent>
			<xd:restriction base="BranchAndFinancialInstitutionIdentification4">
				<xd:sequence>
					<xd:element name="FinInstnId" type="AT_FinancialInstitutionIdentification7_Amdmnt">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identifikation des Instituts</xd:documentation>
							<xd:documentation xml:lang="en">Identification of financial institution</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_BranchAndFinancialInstitutionIdentification4_Cdtr">
		<xd:complexContent>
			<xd:restriction base="BranchAndFinancialInstitutionIdentification4">
				<xd:sequence>
					<xd:element name="FinInstnId" type="AT_FinancialInstitutionIdentification7_Cdtr">
						<xd:annotation>
							<xd:documentation xml:lang="de">BIC einer Bank im SEPA-Raum. Alle anderen erfordern möglicherweise andere Verarbeitung</xd:documentation>
							<xd:documentation xml:lang="en">BIC of a bank in SEPA area. All other may need special processing</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_BranchAndFinancialInstitutionIdentification4_Dbtr">
		<xd:complexContent>
			<xd:restriction base="BranchAndFinancialInstitutionIdentification4">
				<xd:sequence>
					<xd:element name="FinInstnId" type="AT_FinancialInstitutionIdentification7_Dbtr">
						<xd:annotation>
							<xd:documentation xml:lang="de">BIC einer Bank im SEPA-Raum. Alle anderen erfordern möglicherweise andere Verarbeitung</xd:documentation>
							<xd:documentation xml:lang="en">BIC of a bank in SEPA area. All other may need special processing</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_CashAccount16">
		<xd:complexContent>
			<xd:restriction base="CashAccount16">
				<xd:sequence>
					<xd:element name="Id" type="AT_AccountIdentification4Choice">
						<xd:annotation>
							<xd:documentation xml:lang="de">IBAN eines Kontos im SEPA-Raum. Alle anderen erfordern möglicherweise andere Verarbeitung</xd:documentation>
							<xd:documentation xml:lang="en">IBAN of an account in SEPA area. All other may need special processing</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_CashAccount16_Cdtr">
		<xd:complexContent>
			<xd:restriction base="CashAccount16">
				<xd:sequence>
					<xd:element name="Id" type="AT_AccountIdentification4Choice">
						<xd:annotation>
							<xd:documentation xml:lang="de">IBAN eines Kontos im SEPA-Raum. Alle anderen erfordern möglicherweise andere Verarbeitung</xd:documentation>
							<xd:documentation xml:lang="en">IBAN of an account in SEPA area. All other may need special processing</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Ccy" type="ActiveOrHistoricCurrencyCode" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontowährung des begünstigten Kontos. Nur notwending bei Mehrwährungskonto</xd:documentation>
							<xd:documentation xml:lang="en">Account currency of credited account. Only necessary with multi currency account</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_CategoryPurpose1Choice">
		<xd:complexContent>
			<xd:restriction base="CategoryPurpose1Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="Cd" type="AT_ExternalCategoryPurpose1Code">
							<xd:annotation>
								<xd:documentation xml:lang="de">Code entsprechend Codeliste</xd:documentation>
								<xd:documentation xml:lang="en">Code according code list</xd:documentation>
							</xd:annotation>
						</xd:element>
						<xd:element name="Prtry" type="AT_Max35Text">
							<xd:annotation>
								<xd:documentation xml:lang="de">Keine Verwendung definiert</xd:documentation>
								<xd:documentation xml:lang="en">No application defined</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_CreditorReferenceInformation2">
		<xd:complexContent>
			<xd:restriction base="CreditorReferenceInformation2">
				<xd:sequence>
					<xd:element name="Tp" type="AT_CreditorReferenceType2">
						<xd:annotation>
							<xd:documentation xml:lang="de">Typ und Herkunft der Referenz</xd:documentation>
							<xd:documentation xml:lang="en">Type and issuer of reference</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Ref" type="AT_Max35Text_REF">
						<xd:annotation>
							<xd:documentation xml:lang="de">Zahlungsreferenz</xd:documentation>
							<xd:documentation xml:lang="en">Creditor's reference</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_CreditorReferenceType1Choice">
		<xd:complexContent>
			<xd:restriction base="CreditorReferenceType1Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="Cd" type="AT_DocumentType3Code">
							<xd:annotation>
								<xd:documentation xml:lang="de">Einzig verfügbarer Wert ist SCOR</xd:documentation>
								<xd:documentation xml:lang="en">Only available value is SCOR</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_CreditorReferenceType2">
		<xd:complexContent>
			<xd:restriction base="CreditorReferenceType2">
				<xd:sequence>
					<xd:element name="CdOrPrtry" type="AT_CreditorReferenceType1Choice">
						<xd:annotation>
							<xd:documentation xml:lang="de">Typcode</xd:documentation>
							<xd:documentation xml:lang="en">Code type</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Issr" type="AT_Max35Text" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Referenz vergebende Organisation</xd:documentation>
							<xd:documentation xml:lang="en">Reference assigning organisation</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_CustomerDirectDebitInitiationV02">
		<xd:complexContent>
			<xd:restriction base="CustomerDirectDebitInitiationV02">
				<xd:sequence>
					<xd:element name="GrpHdr" type="AT_GroupHeader39" xml:ToC="1;Nachrichtenkopf">
						<xd:annotation>
							<xd:documentation xml:lang="de">Grundlegende Informationen zur übermittelten Datei</xd:documentation>
							<xd:documentation xml:lang="en">Basic information on transmitted file</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="PmtInf" type="AT_PaymentInstructionInformation4" maxOccurs="unbounded" xml:ToC="1;Bestände">
						<xd:annotation>
							<xd:documentation xml:lang="de">Maximal 9.999 Bestände. Größere Anzahl kann nicht verarbeitet werden und die gesamte Datei wird zurückgewiesen</xd:documentation>
							<xd:documentation xml:lang="en">Restricted to 9.999 batches. Larger count can not be processed and complete file will be rejected</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_DateAndPlaceOfBirth">
		<xd:complexContent>
			<xd:restriction base="DateAndPlaceOfBirth">
				<xd:sequence>
					<xd:element name="BirthDt" type="ISODate">
						<xd:annotation>
							<xd:documentation xml:lang="de">Tag der Geburt</xd:documentation>
							<xd:documentation xml:lang="en">Date of birth</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="PrvcOfBirth" type="AT_Max35Text" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Bundesland der Geburt</xd:documentation>
							<xd:documentation xml:lang="en">Province of birth</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CityOfBirth" type="AT_Max35Text">
						<xd:annotation>
							<xd:documentation xml:lang="de">Stadt der Geburt</xd:documentation>
							<xd:documentation xml:lang="en">City of birth</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CtryOfBirth" type="CountryCode">
						<xd:annotation>
							<xd:documentation xml:lang="de">Land der Geburt</xd:documentation>
							<xd:documentation xml:lang="en">Country of birth</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_DirectDebitTransactionInformation9">
		<xd:complexContent>
			<xd:restriction base="DirectDebitTransactionInformation9">
				<xd:sequence>
					<xd:element name="PmtId" type="AT_PaymentIdentification1" xml:ToC="2;Auftraggeberreferenz">
						<xd:annotation>
							<xd:documentation xml:lang="de">Referenzen des Auftragggebers</xd:documentation>
							<xd:documentation xml:lang="en">Initiator's references </xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="InstdAmt" type="AT_ActiveOrHistoricCurrencyAndAmount" id="AT-06" xml:ToC="2;Betrag">
						<xd:annotation>
							<xd:documentation xml:lang="de">Einzelbetrag. Begrenzt auf maximal 999999999.99 und minimal 0.01. Punkt als Dezimalzeichen. Keine negativen Werte</xd:documentation>
							<xd:documentation xml:lang="en">Single amount. Restricted to a maximum 999999999.99 and a minimum of 0.01. Decimal sign is the dot. No negative values</xd:documentation>
							<xd:documentation>Beispiele / Examples
-- ungültig / invalid --
.87
645.
942.80352132
00023
000343.00
-- gültig und empfohlen / valid and recommended --
0.34
74.5
456
3.04
-- möglich / possible --
10.0
10.40
10.00</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="ChrgBr" type="AT_ChargeBearerType1Code" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Einzig verfügbarer Wert ist SLEV</xd:documentation>
							<xd:documentation xml:lang="en">Only available value is SLEV</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="DrctDbtTx" type="AT_DirectDebitTransaction6" xml:ToC="2;Mandatsdaten">
						<xd:annotation>
							<xd:documentation xml:lang="de">Mandatsbezogene Informationen</xd:documentation>
							<xd:documentation xml:lang="en">Mandate related information</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="UltmtCdtr" type="AT_PartyIdentification32_UltmtCdtr" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Referenzpartei des Kontoinhabers / Einziehers, d.h. üblicherweise der eigentliche Gläubiger. Gleichzeitige Nennung auf Bestandsebene ist nicht erlaubt</xd:documentation>
							<xd:documentation xml:lang="en">Reference party of account owner / drawer, i.e. habitually the actual creditor. Concurrent quoting on batch level is not allowed</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="DbtrAgt" type="AT_BranchAndFinancialInstitutionIdentification4_Dbtr" xml:ToC="2;Bezogenenbank">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontoführendes Institut des Kontoinhabers / Bezogenen</xd:documentation>
							<xd:documentation xml:lang="en">Financial institution servicing the account owner / drawee</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Dbtr" type="AT_PartyIdentification32_Dbtr" xml:ToC="2;Kontoinhaber">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontoinhaber / Bezogener</xd:documentation>
							<xd:documentation xml:lang="en">Account owner / drawee</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="DbtrAcct" type="AT_CashAccount16" id="AT-07" xml:ToC="2;Bezogenenkonto">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontonummer des Kontoinhabers / Bezogenen</xd:documentation>
							<xd:documentation xml:lang="en">Account number of account owner / drawee</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="UltmtDbtr" type="AT_PartyIdentification32_UltmtDbtr" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Referenzpartei des Kontoinhabers / Bezogenen, d.h. üblicherweise der eigentliche Schuldner</xd:documentation>
							<xd:documentation xml:lang="en">Reference party of account owner / drawee, i.e. habitually the actual debtor</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Purp" type="AT_Purpose2Choice" id="AT-58" minOccurs="0" xml:ToC="2;Geschäftsvorfallcode">
						<xd:annotation>
							<xd:documentation xml:lang="de">Dieser Code kann von Kundenseite kommen und identifiziert einerseits spezielle Services, andererseits einen Zahlungsgrund für den Zahlungsempfänger.
Begrenzte Codeliste. Dieser Code wird, sofern möglich, an den Kunden weitergereicht, bei Rückleitungen aller Art wird er nicht retourniert</xd:documentation>
							<xd:documentation xml:lang="en">This code may come from the customer and identifies on the one hand special services, on the other hand a payment purpose or reason for the creditor.
Restricted code list. This code will be forwarded to the customer when possible, on any kinds of R-message it is not returned</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="RmtInf" type="AT_RemittanceInformation5" id="AT-22" minOccurs="0" xml:ToC="2;Bezogenenreferenz oder Verwendungszweck">
						<xd:annotation>
							<xd:documentation xml:lang="de">Verwendungszweck / Bezogenenreferenz</xd:documentation>
							<xd:documentation xml:lang="en">Remittance information / receipients reference</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_DirectDebitTransaction6">
		<xd:complexContent>
			<xd:restriction base="DirectDebitTransaction6">
				<xd:sequence>
					<xd:element name="MndtRltdInf" type="AT_MandateRelatedInformation6">
						<xd:annotation>
							<xd:documentation xml:lang="de">Mandatsbezogenen Informationen</xd:documentation>
							<xd:documentation xml:lang="en">Mandate related information</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CdtrSchmeId" type="AT_PartyIdentification32_CdtrSchmeId" minOccurs="0" xml:ToC="3;Kreditorenidentifikation (je Mandat)">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kreditorenidentifikation

ACHTUNG: Die Kreditorenidentifikation muß entweder hier angegeben werden (und kann dann je Lastschrift wechseln) oder auf Bestandsebene (im Bereich der Daten des Kreditors) und ist dann für alle einzelnen Lastschriften gleich</xd:documentation>
							<xd:documentation xml:lang="en">Creditor identification

ATTENTION: The creditor identification needs to be populated either at this position (and can differ on each debit) or at batch level (in the area of creditors data) and is then identical for all single debits</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_FinancialInstitutionIdentification7_Amdmnt">
		<xd:complexContent>
			<xd:restriction base="FinancialInstitutionIdentification7">
				<xd:sequence>
					<xd:element name="Othr" type="AT_GenericFinancialIdentification1">
						<xd:annotation>
							<xd:documentation xml:lang="de">Andere Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Other identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_FinancialInstitutionIdentification7_Cdtr">
		<xd:complexContent>
			<xd:restriction base="FinancialInstitutionIdentification7">
				<xd:sequence>
					<xd:annotation>
						<xd:documentation xml:lang="de">Entweder BIC oder Othr, jedoch nicht gleichzeitig</xd:documentation>
						<xd:documentation xml:lang="en">Either BIC or Othr, but not concurrently</xd:documentation>
					</xd:annotation>
					<xd:element name="BIC" type="BICIdentifier" id="AT-12" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">BIC der beauftragten Bank</xd:documentation>
							<xd:documentation xml:lang="en">BIC of the instructed bank</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Othr" type="AT_GenericFinancialIdentification1_CdtrDbtr" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Andere Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Other identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_FinancialInstitutionIdentification7_Dbtr">
		<xd:complexContent>
			<xd:restriction base="FinancialInstitutionIdentification7">
				<xd:sequence>
					<xd:annotation>
						<xd:documentation xml:lang="de">Entweder BIC oder Othr, jedoch nicht gleichzeitig</xd:documentation>
						<xd:documentation xml:lang="en">Either BIC or Othr, but not concurrently</xd:documentation>
					</xd:annotation>
					<xd:element name="BIC" type="BICIdentifier" id="AT-13" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">BIC einer Bank im SEPA-Raum. Alle anderen erfordern möglicherweise andere Verarbeitung</xd:documentation>
							<xd:documentation xml:lang="en">BIC of a bank in SEPA area. All other may need special processing</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Othr" type="AT_GenericFinancialIdentification1_CdtrDbtr" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Andere Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Other identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_GenericFinancialIdentification1">
		<xd:complexContent>
			<xd:restriction base="GenericFinancialIdentification1">
				<xd:sequence>
					<xd:element name="Id" type="AT_Max35Text_REF">
						<xd:annotation>
							<xd:documentation xml:lang="de">SMNDA für den Fall, daß der Debtor die Bank gewechselt hat. Kann nur bei Debits mit FRST im SequenceType vorkommen</xd:documentation>
							<xd:documentation xml:lang="en">SMNDA in case deptor has changed bank. Only on debits with SequenceType is FRST</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_GenericFinancialIdentification1_CdtrDbtr">
		<xd:complexContent>
			<xd:restriction base="GenericFinancialIdentification1">
				<xd:sequence>
					<xd:element name="Id" type="AT_Max35Text_IBANonly">
						<xd:annotation>
							<xd:documentation xml:lang="de">Fixer Wert "NOTPROVIDED"</xd:documentation>
							<xd:documentation xml:lang="en">Fixed value "NOTPROVIDED"</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_GenericOrganisationIdentification1">
		<xd:complexContent>
			<xd:restriction base="GenericOrganisationIdentification1">
				<xd:sequence>
					<xd:element name="Id" type="AT_Max35Text_REF">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identifikation der Organisation</xd:documentation>
							<xd:documentation xml:lang="en">Identification of organisation</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="SchmeNm" type="AT_OrganisationIdentificationSchemeName1Choice" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Typ der Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Type of identification</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Issr" type="AT_Max35Text" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identifikation vergebende Organisation</xd:documentation>
							<xd:documentation xml:lang="en">Identification assigning organisation</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_GenericOrganisationIdentification1_InitgPty">
		<xd:complexContent>
			<xd:restriction base="GenericOrganisationIdentification1">
				<xd:sequence>
					<xd:element name="Id" type="AT_Max35Text_REF">
						<xd:annotation>
							<xd:documentation xml:lang="de">Von der Bank vergebene Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Identification assigned by bank</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="SchmeNm" type="AT_OrganisationIdentificationSchemeName1Choice_InitgPty" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Typ der Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Type of identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_GenericPersonIdentification1">
		<xd:complexContent>
			<xd:restriction base="GenericPersonIdentification1">
				<xd:sequence>
					<xd:element name="Id" type="AT_Max35Text_REF">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identifikation der Person</xd:documentation>
							<xd:documentation xml:lang="en">Identification of person</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="SchmeNm" type="AT_PersonIdentificationSchemeName1Choice" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Typ der Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Type of identification</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Issr" type="AT_Max35Text" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identifikation vergebende Organisation</xd:documentation>
							<xd:documentation xml:lang="en">Identification assigning organisation</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_GenericPersonIdentification1_CdtrSchmeId">
		<xd:complexContent>
			<xd:restriction base="GenericPersonIdentification1">
				<xd:sequence>
					<xd:element name="Id" type="AT_Max35Text_REF">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kreditorenidentifikation</xd:documentation>
							<xd:documentation xml:lang="en">Creditor identification</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="SchmeNm" type="AT_PersonIdentificationSchemeName1Choice_CdtrSchmeId" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Typ der Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Type of identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_GroupHeader39">
		<xd:complexContent>
			<xd:restriction base="GroupHeader39">
				<xd:sequence>
					<xd:element name="MsgId" type="AT_Max35Text_REF" xml:ToC="2;Nachrichtenreferenz">
						<xd:annotation>
							<xd:documentation xml:lang="de">Technische Referenz der Übermittlungsdatei. Eindeutigkeit über mindestens 30 Tage ist herzustellen

ACHTUNG: Beschränken Sie sich für einen sicheren Ablauf auf Buchstaben, Ziffern und Bindestrich.
Eindeutigkeit erreicht man zB einfach über die Kombination des Datums mit einem Tageszähler</xd:documentation>
							<xd:documentation xml:lang="en">Technical reference of transmitted file. Ensure uniqueness for at least 30 days

ATTENTION: For save processing limit yourselves to digits, letters and minus sign.
Uniqueness is simple achievable eg with combining the date with a daily counter</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CreDtTm" type="ISODateTime" xml:ToC="2;Nachrichtenerstellung">
						<xd:annotation>
							<xd:documentation xml:lang="de">Dateierzeugungsdatum und -zeit. Es ist nur das Format YYYY-MM-DDThh:mm:ss verfügbar. Zeitpunkt in CET(CEST)-Zeit</xd:documentation>
							<xd:documentation xml:lang="en">File creation date and time. Only format available is YYYY-MM-DDThh:mm:ss. It is the CET(CEST) timestamp</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="NbOfTxs" type="AT_Max15NumericText" xml:ToC="2;Nachrichtenumsätze">
						<xd:annotation>
							<xd:documentation xml:lang="de">Anzahl aller Einzeltransaktionen in dieser Datei. Maximal 999.999 Transactionen

ACHTUNG: Mehr als 100.000 Umsätzen bedürfen der vorherigen Abstimmung</xd:documentation>
							<xd:documentation xml:lang="en">Count of all single transactions in this file. Maximum 999.999 transactions

ATTENTION: More than 100.000 transactions need preliminary agreement</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CtrlSum" type="AT_DecimalNumber" minOccurs="0" xml:ToC="2;Nachrichtensumme">
						<xd:annotation>
							<xd:documentation xml:lang="de">Summe aller Einzeltransaktionen in dieser Datei. Ein Wert zwischen 0.01 und 999999999999.99. Punkt als Dezimalzeichen. Keine negativen Werte

Die Verwendung dieses Elements ist dringend angeraten. Es wird fallweise zur Prüfung von Doppelanlieferungen verwendet</xd:documentation>
							<xd:documentation xml:lang="en">Sum of all single transactions in this file. A value between 0.01 and 999999999999.99. Decimal sign is the dot. No negative values

Element is strongly recommended. It is occasionally used for proof of duplicate submission</xd:documentation>
							<xd:documentation>Beispiele / Examples
-- ungültig / invalid --
.87
645.
942.80352132
00023
000343.00
-- gültig und empfohlen / valid and recommended --
0.34
74.5
456
3.04
-- möglich / possible --
10.0
10.40
10.00</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="InitgPty" type="AT_PartyIdentification32_InitgPty" xml:ToC="2;Nachrichtensender">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identifizierung des Kommunikationsberechtigten.
Stimmen Sie Ihre Id mit dem empfangenden Finanzinstitut ab. Üblicherweise die Hauptkontonummer</xd:documentation>
							<xd:documentation xml:lang="en">Identification of communication entitled party.
Agree your Id with receiving financial institution.
 Habitualy the main account number</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_LocalInstrument2Choice">
		<xd:complexContent>
			<xd:restriction base="LocalInstrument2Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="Cd" type="AT_ExternalLocalInstrument1Code" id="AT-20-B">
							<xd:annotation>
								<xd:documentation xml:lang="de">[CORE]   (Basis-)Lastschrift
[B2B]   Firmen-Lastschrift
[COR1]   (Basis-)Lastschrift mit verkürzter Einreichfrist</xd:documentation>
								<xd:documentation xml:lang="en">[CORE]   (basic) debit
[B2B]   business debit
[COR1]   (basic) debit with shortened presentation time line</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_MandateRelatedInformation6">
		<xd:complexContent>
			<xd:restriction base="MandateRelatedInformation6">
				<xd:sequence>
					<xd:element name="MndtId" type="AT_Max35Text_REF" id="AT-01" xml:ToC="3;Mandatsidentifikation">
						<xd:annotation>
							<xd:documentation xml:lang="de">Mandatsidentification</xd:documentation>
							<xd:documentation xml:lang="en">Mandate identification</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="DtOfSgntr" type="ISODate" id="AT-25" xml:ToC="3;Unterschriftsdatum">
						<xd:annotation>
							<xd:documentation xml:lang="de">Unterzeichnungsdatum des Mandats. Es ist nur das Format YYYY-MM-DD verfügbar</xd:documentation>
							<xd:documentation xml:lang="en">Signing date of mandate. Only format available is YYYY-MM-DD</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="AmdmntInd" type="TrueFalseIndicator" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Indikator für Mandatsänderungen. Verfügbare Werte: 'true', 'false'</xd:documentation>
							<xd:documentation xml:lang="en">Indicator for mandate changes. Available values: 'true', 'false'</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="AmdmntInfDtls" type="AT_AmendmentInformationDetails6" id="AT-24" minOccurs="0" xml:ToC="3;Änderungsdetails">
						<xd:annotation>
							<xd:documentation xml:lang="de">Änderungen zum Mandat. Bedingt, daß der Indikator eine Änderung anzeigt</xd:documentation>
							<xd:documentation xml:lang="en">Changes to mandate. Indicator must be set accordingly</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="ElctrncSgntr" type="Max1025Text" id="AT-16_AT-17_AT-60" minOccurs="0" xml:ToC="3;e-Mandat (MER)">
						<xd:annotation>
							<xd:documentation xml:lang="de">Elektronische Signatur oder Mandatstyp oder Prüfreferenz.
Im Falle eines Einzugs nach CORE ist dieses Element
a) nicht verwendet und indiziert damit das Vorliegen eines papierhaften Mandats (Mandatstyp 'paper') oder
b) enthält die Prüfreferenz der Debtorbank und indiziert damit das Vorliegen eines elektronischen Mandats (Mandatstyp 'e-Mandate')
Im Falle eines Einzugs nach B2B ist dieses Element
a) nicht verwendet und indiziert damit das Vorliegen eines papierhaften Mandats (Mandatstyp 'paper') oder
b) enthält vereinbarte Signaturdaten</xd:documentation>
							<xd:documentation xml:lang="en">Electronic signature or mandate type or validation reference.
In case of a debit according CORE this element is
a) not used and inherit indicates a debit based on a paper mandate (mandate type 'paper') or
b) contains the validation reference of debtor bank and inherit indicates a debit based on an electronic mandate (mandate type 'e-Mandate')
In case of a debit according B2B this element is
a) not used and inherit indicates a debit based on a paper mandate (mandate type 'paper') or
b) contains agreed signature data</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_OrganisationIdentification4">
		<xd:complexContent>
			<xd:restriction base="OrganisationIdentification4">
				<xd:sequence>
					<xd:annotation>
						<xd:documentation xml:lang="de">Obwohl die originale Struktur die gleichzeitige Anlieferung beider Folgeelemente erlaubt, soll hier nur ein Element folgen.

Es darf nur eines von beiden geben</xd:documentation>
						<xd:documentation xml:lang="en">Although the original structure allowes the concurrent occurance of both subsequent elements, it shall follow just one element.

Only one is allowed</xd:documentation>
					</xd:annotation>
					<xd:element name="BICOrBEI" type="AnyBICIdentifier" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">BIC oder BEI</xd:documentation>
							<xd:documentation xml:lang="en">BIC or BEI</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Othr" type="AT_GenericOrganisationIdentification1" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Andere Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Other identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_OrganisationIdentification4_InitgPty">
		<xd:complexContent>
			<xd:restriction base="OrganisationIdentification4">
				<xd:sequence>
					<xd:annotation>
						<xd:documentation xml:lang="de">Obwohl die originale Struktur die gleichzeitige Anlieferung beider Folgeelemente erlaubt, soll hier nur ein Element folgen.

Es darf nur eines von beiden geben</xd:documentation>
						<xd:documentation xml:lang="en">Although the original structure allowes the concurrent occurance of both subsequent elements, it shall follow just one element.

Only one is allowed</xd:documentation>
					</xd:annotation>
					<xd:element name="BICOrBEI" type="AnyBICIdentifier" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">BIC oder BEI</xd:documentation>
							<xd:documentation xml:lang="en">BIC or BEI</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Othr" type="AT_GenericOrganisationIdentification1_InitgPty" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Andere Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Other identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_OrganisationIdentificationSchemeName1Choice">
		<xd:complexContent>
			<xd:restriction base="OrganisationIdentificationSchemeName1Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="Cd" type="AT_ExternalOrganisationIdentification1Code">
							<xd:annotation>
								<xd:documentation xml:lang="de">Code aus Codeliste</xd:documentation>
								<xd:documentation xml:lang="en">Code from code list</xd:documentation>
							</xd:annotation>
						</xd:element>
						<xd:element name="Prtry" type="AT_Max35Text_REF">
							<xd:annotation>
								<xd:documentation xml:lang="de">Proprietärer Code</xd:documentation>
								<xd:documentation xml:lang="en">Proprietary code</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_OrganisationIdentificationSchemeName1Choice_InitgPty">
		<xd:complexContent>
			<xd:restriction base="OrganisationIdentificationSchemeName1Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="Cd" type="AT_ExternalOrganisationIdentification1Code_InitgPty">
							<xd:annotation>
								<xd:documentation xml:lang="de">Einzig verfügbarer Wert ist BANK</xd:documentation>
								<xd:documentation xml:lang="en">Only available value is BANK</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_Party6Choice_CdtrSchmeId">
		<xd:complexContent>
			<xd:restriction base="Party6Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="PrvtId" type="AT_PersonIdentification5_CdtrSchmeId">
							<xd:annotation>
								<xd:documentation xml:lang="de">Kreditorenidentifikation</xd:documentation>
								<xd:documentation xml:lang="en">Creditor identification</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_Party6Choice_Dbtr">
		<xd:complexContent>
			<xd:restriction base="Party6Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="OrgId" type="AT_OrganisationIdentification4">
							<xd:annotation>
								<xd:documentation xml:lang="de">Identifikation der Organisation</xd:documentation>
								<xd:documentation xml:lang="en">Identification of organisation</xd:documentation>
							</xd:annotation>
						</xd:element>
						<xd:element name="PrvtId" type="AT_PersonIdentification5">
							<xd:annotation>
								<xd:documentation xml:lang="de">Identifikation der Person</xd:documentation>
								<xd:documentation xml:lang="en">Identification of person</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_Party6Choice_InitgPty">
		<xd:complexContent>
			<xd:restriction base="Party6Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="OrgId" type="AT_OrganisationIdentification4_InitgPty">
							<xd:annotation>
								<xd:documentation xml:lang="de">Identifikation der Organisation</xd:documentation>
								<xd:documentation xml:lang="en">Identification of organisation</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_Party6Choice_Ultmt">
		<xd:complexContent>
			<xd:restriction base="Party6Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="OrgId" type="AT_OrganisationIdentification4">
							<xd:annotation>
								<xd:documentation xml:lang="de">Identifikation der Organisation</xd:documentation>
								<xd:documentation xml:lang="en">Identification of organisation</xd:documentation>
							</xd:annotation>
						</xd:element>
						<xd:element name="PrvtId" type="AT_PersonIdentification5">
							<xd:annotation>
								<xd:documentation xml:lang="de">Identifikation der Person</xd:documentation>
								<xd:documentation xml:lang="en">Identification of person</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PartyIdentification32_Cdtr">
		<xd:complexContent>
			<xd:restriction base="PartyIdentification32">
				<xd:sequence>
					<xd:element name="Nm" type="AT_Max140Text_Nm" id="AT-03">
						<xd:annotation>
							<xd:documentation xml:lang="de">Name des Kontoinhabers

ACHTUNG: Auf 70 Zeichen begrenzt</xd:documentation>
							<xd:documentation xml:lang="en">Name of the account owner

ATTENTION: Limited to 70 characters</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="PstlAdr" type="AT_PostalAddress6" id="AT-05" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Diese Adresse gilt als nicht geschrieben. Bei Weitergabe ex AT wird die Adresse fallweise aus den Stammdaten eingestellt</xd:documentation>
							<xd:documentation xml:lang="en">This address is treated as not given. When forwarding ex AT the address is occasionally taken from instituts database</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PartyIdentification32_CdtrSchmeId">
		<xd:complexContent>
			<xd:restriction base="PartyIdentification32">
				<xd:sequence>
					<xd:element name="Id" type="AT_Party6Choice_CdtrSchmeId" id="AT-02">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kreditorenidentifikation</xd:documentation>
							<xd:documentation xml:lang="en">Creditor identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PartyIdentification32_Dbtr">
		<xd:complexContent>
			<xd:restriction base="PartyIdentification32">
				<xd:sequence>
					<xd:element name="Nm" type="AT_Max140Text_Nm" id="AT-14">
						<xd:annotation>
							<xd:documentation xml:lang="de">Name des Kontoinhabers

ACHTUNG: Auf 70 Zeichen begrenzt

ELV: "/CDGM/{ CardNumber }/{ SequenceNumber }/{ ExpiryDate }", wobei { xxx } durch den jeweiligen Wert ersetzt wird</xd:documentation>
							<xd:documentation xml:lang="en">Name of account owner

ATTENTION: Limited to 70 characters

ELV: "/CDGM/{ CardNumber }/{ SequenceNumber }/{ ExpiryDate }", where{ xxx } replaced with respective value</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="PstlAdr" type="AT_PostalAddress6" id="AT-09" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Die Adresse gilt als nicht geschrieben</xd:documentation>
							<xd:documentation xml:lang="en">This address is treated as not given</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Id" type="AT_Party6Choice_Dbtr" id="AT-27" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identifikation des Kontoinhabers</xd:documentation>
							<xd:documentation xml:lang="en">Identification of account owner</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PartyIdentification32_InitgPty">
		<xd:complexContent>
			<xd:restriction base="PartyIdentification32">
				<xd:sequence>
					<xd:element name="Nm" type="AT_Max140Text_Nm" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Name des Senders

ACHTUNG: Auf 70 Zeichen begrenzt</xd:documentation>
							<xd:documentation xml:lang="en">Name of Sender

ATTENTION: Limited to 70 characters</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Id" type="AT_Party6Choice_InitgPty" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identifikation des Senders</xd:documentation>
							<xd:documentation xml:lang="en">Identification of sender</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PartyIdentification32_OrgnlCdtrSchemeId">
		<xd:complexContent>
			<xd:restriction base="PartyIdentification32">
				<xd:sequence>
					<xd:element name="Nm" type="AT_Max140Text_Nm" id="AT-03-Changed" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Vorherige Kreditorenname

ACHTUNG: Auf 70 Zeichen limitiert</xd:documentation>
							<xd:documentation xml:lang="en">Preliminary creditor name

ATTENTION: Limited to 70 characters</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Id" type="AT_Party6Choice_CdtrSchmeId" id="AT-18" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Vorherige Kreditorenidentifikation</xd:documentation>
							<xd:documentation xml:lang="en">Preliminary creditor identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PartyIdentification32_UltmtCdtr">
		<xd:complexContent>
			<xd:restriction base="PartyIdentification32">
				<xd:sequence>
					<xd:element name="Nm" type="AT_Max140Text_Nm" id="AT-38" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Name / Bezeichnung der Referenzpartei des Kontoinhabers / Einziehers, d.h. üblicherweise der eigentliche Gläubiger

ACHTUNG: Auf 70 Zeichen begrenzt</xd:documentation>
							<xd:documentation xml:lang="en">Name / Designation of reference party of account owner / drawerl, i.e. habitually the actual creditor

ATTENTION: Limited to 70 characters</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Id" type="AT_Party6Choice_Ultmt" id="AT-39" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identification der Referenzpartei des Kontoinhabers / Einziehers, d.h. üblicherweise der eigentliche Gläubiger</xd:documentation>
							<xd:documentation xml:lang="en">Identification of reference party of account owner /drawer, i.e. habitually the actual creditor</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PartyIdentification32_UltmtDbtr">
		<xd:complexContent>
			<xd:restriction base="PartyIdentification32">
				<xd:sequence>
					<xd:element name="Nm" type="AT_Max140Text_Nm" id="AT-15" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Name / Bezeichnung der Referenzpartei des Kontoinhabers / Bezogener, d.h. üblicherweise der eigentliche Schuldner

ACHTUNG: Auf 70 Zeichen begrenzt</xd:documentation>
							<xd:documentation xml:lang="en">Name / Designation of reference party of account owner / drawee, i.e. habitually the actual debtor

ATTENTION: Limited to 70 characters</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Id" type="AT_Party6Choice_Ultmt" id="AT-37" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identification der Referenzpartei des Kontoinhabers / Bezogener, d.h. üblicherweise der eigentliche Schuldner</xd:documentation>
							<xd:documentation xml:lang="en">Identification of reference party of account owner / drawee, i.e. habitually the actual debtor</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PaymentIdentification1">
		<xd:complexContent>
			<xd:restriction base="PaymentIdentification1">
				<xd:sequence>
					<xd:element name="InstrId" type="AT_Max35Text_REF" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Dieses Element ist nur aus Kompatitilitätsgründen möglich, damit keine Ablehnung aus technischen Gründen erfolgt. Angabe wird ignoriert</xd:documentation>
							<xd:documentation xml:lang="en">This element is only possible for compatibility reasons, to avoid rejects for technical reasons. Information is ignored</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="EndToEndId" type="AT_Max35Text_REF" id="AT-10">
						<xd:annotation>
							<xd:documentation xml:lang="de">Auftraggeberreferenz. Enthält mindestens den Wert NOTPROVIDED, falls keine spezielle Referenz angegeben werden soll.

ACHTUNG: Kann im Kontoauszug zur Referenzierung weitergegeben werden. Dort gilt die Beschränkung auf Buchstaben, Ziffern und Bindestrich, keine Umlaute, Sonderzeichen oder Leerschritte. Für die vollständige Weitergabe ist die Einhaltung dieser Einschränkungen unabdingbar</xd:documentation>
							<xd:documentation xml:lang="en">Initiator's reference. Contains at least the value NOTPROVIDED, in case no specific reference shall be provided.

ATTENTION: Can be forwarded in account statement. There is a charset restiction implemented. Only letters, digits and dash is allowed, no Umlauts, special characters or spaces.
To ensure complete transmission redeeming of this restrictions is indispensable</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PaymentInstructionInformation4">
		<xd:complexContent>
			<xd:restriction base="PaymentInstructionInformation4">
				<xd:sequence>
					<xd:element name="PmtInfId" type="AT_Max35Text_REF" xml:ToC="2;Bestandsreferenz">
						<xd:annotation>
							<xd:documentation xml:lang="de">Bestandskontrollnummer. Eindeutigkeit über mindestens 1 Jahr ist herzustellen.

ACHTUNG: Kann im Kontoauszug zur Referenzierung zurückgegeben werden. Beachten Sie die ggf. vorhandenen Beschränkungen im Format des Kontoauszugs (z.B. MT-Nachrichten können nur 16 Zeichen transportieren). Eindeutigkeit ist innerhalb der Beschränkung zu realisieren.
Das Element wird fallweise zur Prüfung von Doppelanlieferungen verwendet.
Eindeutigkeit erreicht man zB einfach über die Kombination des Datums mit einem Tageszähler</xd:documentation>
							<xd:documentation xml:lang="en">Batch control number. Ensure uniqueness for at least 1 year

ATTENTION: Can be returned in account statement. Observe the possible limits of account statement format (e.g. MT messages support only 16 character). Uniqueness needs to be archived within these limits.
Element is occasionally used for proof of duplicate submission
Uniqueness is simple achievable eg with combining the date with a daily counter</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="PmtMtd" type="AT_PaymentMethod2Code">
						<xd:annotation>
							<xd:documentation xml:lang="de">Einzig verfügbarer Wert ist DD</xd:documentation>
							<xd:documentation xml:lang="en">Only available value is DD</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="BtchBookg" type="BatchBookingIndicator" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Berücksichtigung in Absprache mit dem beauftragten Kreditinstitut

true heißt Bestandsbuchung gewünscht
false heißt Einzelbuchung gewünscht</xd:documentation>
							<xd:documentation xml:lang="en">Consideration according to agreement with the instructed financial institution

true means batch booking requested
false means single booking requested</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="NbOfTxs" type="AT_Max15NumericText" minOccurs="0" xml:ToC="2;Bestandsumsätze">
						<xd:annotation>
							<xd:documentation xml:lang="de">Anzahl aller Einzeltransaktionen in diesem Bestand Maximal 999.999 Transactionen

ACHTUNG: Mehr als 100.000 Umsätzen bedürfen der vorherigen Abstimmung

Die Verwendung dieses Elements ist dringend angeraten. Es wird fallweise zur Prüfung von Doppelanlieferungen verwendet</xd:documentation>
							<xd:documentation xml:lang="en">Count of all single transactions in this batch. Maximum 999.999 transactions

ATTENTION: More than 100.000 transactions need preliminary agreement

Element is strongly recommended. It is occasionally used for proof of duplicate submission</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CtrlSum" type="AT_DecimalNumber" minOccurs="0" xml:ToC="2;Bestandssumme">
						<xd:annotation>
							<xd:documentation xml:lang="de">Summe aller Einzeltransaktionen in diesem Bestand. Ein Wert zwischen 0.01 und 999999999999.99. Punkt als Dezimalzeichen. Keine negativen Werte.
Die Verwendung dieses Elements ist dringend angeraten. Es wird fallweise zur Prüfung von Doppelanlieferungen verwendet</xd:documentation>
							<xd:documentation xml:lang="en">Sum of all single transactions in this batch. A value between 0.01 and 999999999999.99. Decimal sign is the dot. No negative values.
Element is strongly recommended. It is occasionally used for proof of duplicate submission</xd:documentation>
							<xd:documentation>Beispiele / Examples
-- ungültig / invalid --
.87
645.
942.80352132
00023
000343.00
-- gültig und empfohlen / valid and recommended --
0.34
74.5
456
3.04
-- möglich / possible --
10.0
10.40
10.00</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="PmtTpInf" type="AT_PaymentTypeInformation20" xml:ToC="2;Bestandsverarbeitung">
						<xd:annotation>
							<xd:documentation xml:lang="de">Informationen zum Einzugstyp</xd:documentation>
							<xd:documentation xml:lang="en">Information redarding type of collection</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="ReqdColltnDt" type="ISODate" id="AT-11" xml:ToC="2;Bestandsdurchführung">
						<xd:annotation>
							<xd:documentation xml:lang="de">Gewünschtes Lastschriftsdatum
Es ist nur das Format YYYY-MM-DD verfügbar
Kann dieser z.B. durch Spätlieferung nicht eingehalten werden, kann ggf. eine Weiterrollung gemäß voheriger Vereinbarung erfolgen</xd:documentation>
							<xd:documentation xml:lang="en">Requested collection date
Only format available is YYYY-MM-DD
If this cannot be respected, e.g. on late delivery, payment may be executed later according preliminary agreement</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Cdtr" type="AT_PartyIdentification32_Cdtr" xml:ToC="2;Kontoinhaber">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontoinhaber / Einzieher</xd:documentation>
							<xd:documentation xml:lang="en">Account owner / drawer</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CdtrAcct" type="AT_CashAccount16_Cdtr" id="AT-04" xml:ToC="2;Auftraggeberkonto">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontonummer des Kontoinhabers / Einziehers</xd:documentation>
							<xd:documentation xml:lang="en">Account number of account owner / drawer</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CdtrAgt" type="AT_BranchAndFinancialInstitutionIdentification4_Cdtr" xml:ToC="2;Auftraggeberbank">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontoführendes Institut des Kontoinhabers / Einziehers</xd:documentation>
							<xd:documentation xml:lang="en">Financial institution servicing the account owner / drawer</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="UltmtCdtr" type="AT_PartyIdentification32_UltmtCdtr" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Referenzpartei des Kontoinhabers / Einziehers, d.h. üblicherweise der eigentliche Gläubiger. Gleichzeitige Nennung auf Einzelebene ist nicht erlaubt</xd:documentation>
							<xd:documentation xml:lang="en">Reference party of account owner / drawer, i.e. habitually the actual creditor. Concurrent quoting on transaction level is not allowed</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="ChrgBr" type="AT_ChargeBearerType1Code" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Einzig verfügbarer Wert ist SLEV</xd:documentation>
							<xd:documentation xml:lang="en">Only available value is SLEV</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CdtrSchmeId" type="AT_PartyIdentification32_CdtrSchmeId" minOccurs="0" xml:ToC="2;Kreditorenidentifikation (für alle)">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kreditorenidentifikation

ACHTUNG: Die Kreditorenidentifikation muß entweder hier angegeben werden (und ist dann für alle einzelnen Lastschriften gleich) oder bei allen einzelnen Lastschriften (im Bereich der Mandatsdaten) und kann dann je Lastschrift wechseln</xd:documentation>
							<xd:documentation xml:lang="en">Creditor identification

ATTENTION: The creditor identification needs to be populated either at this position (and is then identical for all single debits) or at all sinle debits (in the area of mandate data) and can differ on each debit</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="DrctDbtTxInf" type="AT_DirectDebitTransactionInformation9" maxOccurs="unbounded" xml:ToC="1;Einzelumsätze">
						<xd:annotation>
							<xd:documentation xml:lang="de">Maximal 999.999 Umsätze je Bestand. Größere Anzahl kann nicht verarbeitet werden und die gesamte Datei wird zurückgewiesen

ACHTUNG: Mehr als 100.000 Umsätzen bedürfen der vorherigen Abstimmung</xd:documentation>
							<xd:documentation xml:lang="en">Restricted to 999.999 transactions per batch. Larger count can not be processed and complete file will be rejected

ATTENTION: More than 100.000 transactions need preliminary agreement</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PaymentTypeInformation20">
		<xd:complexContent>
			<xd:restriction base="PaymentTypeInformation20">
				<xd:sequence>
					<xd:element name="SvcLvl" type="AT_ServiceLevel8Choice" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Wird dieses Element nicht angegeben, wird der Standardwert SEPA angenommen.</xd:documentation>
							<xd:documentation xml:lang="en">If this element is not quoted, the standard value SEPA is assumed.</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="LclInstrm" type="AT_LocalInstrument2Choice">
						<xd:annotation>
							<xd:documentation xml:lang="de">Lastschriftsart

Unterscheidung zwischen (Basis-)Lastschrift [CORE], Firmen-Lastschrift [B2B]oder (Basis-)Lastschrift mit verkürzter Einreichfrist [COR1]

ACHTUNG: Klären Sie die Erreichbarkeit der Debtor-Konten vor der Verwendung der COR1 Option</xd:documentation>
							<xd:documentation xml:lang="en">Kind of debit

Distinction between (basic) debit [CORE], business debit [B2B] and (basic) debit with shortened presentation time line [COR1]

ATTENTION: Clarify the reachabilty of the debtor accounts before using the COR1 option</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="SeqTp" type="SequenceType1Code" id="AT-21">
						<xd:annotation>
							<xd:documentation xml:lang="de">SequenceType
FRST	Erster Einzug einer Serie
RCUR	Wiederkehrender Einzug einer Serie
FNAL	Letzter Einzug einer Serie
OOFF	Einmaliger Einzug

ACHTUNG: Die Vorlaufzeit für Einreichungen differiert abhängig vom Kode im Element LclInstrm/Cd</xd:documentation>
							<xd:documentation xml:lang="en">SequenceType
FRST	First collection of a sequence
RCUR	Recurrend collection of a sequence
FNAL	Last/final collection of a sequence
OOFF	Single/one of collection

ACHTUNG: The preliminary time frame of transmission differs depending on code in element LclInstrm/Cd</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CtgyPurp" type="AT_CategoryPurpose1Choice" id="AT-59" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Spezifischer Code zur Verarbeitungssteuerung beim empfangenden Institut. Siehe auch Purp auf Einzelebene
Vor der Verwendung ist mit dem empfangenden Institut eine Vereinbarung zu treffen, anderenfalls wird dies ignoriert</xd:documentation>
							<xd:documentation xml:lang="en">Specific code for processing indentification at receiving institution. See also Purp at single transaction
Before use an agreement with receiving institution is necessary, othwise this is ignored</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PersonIdentification5">
		<xd:complexContent>
			<xd:restriction base="PersonIdentification5">
				<xd:sequence>
					<xd:annotation>
						<xd:documentation xml:lang="de">Obwohl die originale Struktur die gleichzeitige Anlieferung beider Folgeelemente erlaubt, soll hier nur ein Element folgen.

Es darf nur eines von beiden geben</xd:documentation>
						<xd:documentation xml:lang="en">Although the original structure allowes the concurrent occurance of both subsequent elements, it shall follow just one element.

Only one is allowed</xd:documentation>
					</xd:annotation>
					<xd:element name="DtAndPlcOfBirth" type="AT_DateAndPlaceOfBirth" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Datum und Ort der Geburt</xd:documentation>
							<xd:documentation xml:lang="en">Date and place of birth</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Othr" type="AT_GenericPersonIdentification1" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Andere Identifikation</xd:documentation>
							<xd:documentation xml:lang="en">Other identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PersonIdentification5_CdtrSchmeId">
		<xd:complexContent>
			<xd:restriction base="PersonIdentification5">
				<xd:sequence>
					<xd:element name="Othr" type="AT_GenericPersonIdentification1_CdtrSchmeId">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kreditorenidentifikation</xd:documentation>
							<xd:documentation xml:lang="en">Creditor identification</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PersonIdentificationSchemeName1Choice">
		<xd:complexContent>
			<xd:restriction base="PersonIdentificationSchemeName1Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="Cd" type="AT_ExternalPersonIdentification1Code">
							<xd:annotation>
								<xd:documentation xml:lang="de">Code aus Codeliste</xd:documentation>
								<xd:documentation xml:lang="en">Code from code list</xd:documentation>
							</xd:annotation>
						</xd:element>
						<xd:element name="Prtry" type="AT_Max35Text_REF">
							<xd:annotation>
								<xd:documentation xml:lang="de">Proprietärer Code</xd:documentation>
								<xd:documentation xml:lang="en">Proprietary code</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PersonIdentificationSchemeName1Choice_CdtrSchmeId">
		<xd:complexContent>
			<xd:restriction base="PersonIdentificationSchemeName1Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="Prtry" type="AT_Max35Text_CdtrSchmeId">
							<xd:annotation>
								<xd:documentation xml:lang="de">Einzig verfügbarer Wert ist SEPA</xd:documentation>
								<xd:documentation xml:lang="en">Only available value is SEPA</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PostalAddress6">
		<xd:complexContent>
			<xd:restriction base="PostalAddress6">
				<xd:sequence>
					<xd:element name="Ctry" type="CountryCode" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Land</xd:documentation>
							<xd:documentation xml:lang="en">Country</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="AdrLine" type="AT_Max70Text" maxOccurs="2">
						<xd:annotation>
							<xd:documentation xml:lang="de">Adresse</xd:documentation>
							<xd:documentation xml:lang="en">Address line</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_Purpose2Choice">
		<xd:complexContent>
			<xd:restriction base="Purpose2Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="Cd" type="AT_ExternalPurpose1Code">
							<xd:annotation>
								<xd:documentation xml:lang="de">Code aus Codeliste</xd:documentation>
								<xd:documentation xml:lang="en">Code from code list</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_RemittanceInformation5">
		<xd:complexContent>
			<xd:restriction base="RemittanceInformation5">
				<xd:sequence>
					<xd:annotation>
						<xd:documentation xml:lang="de">Obwohl die originale Struktur die gleichzeitige Anlieferung unstrukturierter und strukturierter Information erlaubt, ist dies für SEPA CORE/COR1/B2B Aufträge nicht möglich.

Es darf nur eines von beiden geben</xd:documentation>
						<xd:documentation xml:lang="en">Although the original struktur allowes the concurrent occurance of both unstructed and structured information, this is not possible for SEPA CORE/COR1/B2B transactions.

Only either one is allowed</xd:documentation>
					</xd:annotation>
					<xd:element name="Ustrd" type="AT_Max140Text" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Eine Zeile mit maximal 140 Zeichen</xd:documentation>
							<xd:documentation xml:lang="en">One line with maximum 140 characters</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Strd" type="AT_StructuredRemittanceInformation7" minOccurs="0" maxOccurs="unbounded">
						<xd:annotation>
							<xd:documentation xml:lang="de">Zahlungsreferenz, Bezogenenreferenz

ACHTUNG: Alle Daten INKLUSIVE der Tags müssen in 140 Zeichen Platz finden</xd:documentation>
							<xd:documentation xml:lang="en">Debtor's reference, Recipient's reference

ATTENTION: Observe, that all data INCLUDING tags must fit into 140 character</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_ServiceLevel8Choice">
		<xd:complexContent>
			<xd:restriction base="ServiceLevel8Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="Cd" type="AT_ExternalServiceLevel1Code" id="AT-20-A">
							<xd:annotation>
								<xd:documentation xml:lang="de">Einzig verfügbarer Wert ist SEPA</xd:documentation>
								<xd:documentation xml:lang="en">Only available value is SEPA</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_StructuredRemittanceInformation7">
		<xd:complexContent>
			<xd:restriction base="StructuredRemittanceInformation7">
				<xd:sequence>
					<xd:element name="CdtrRefInf" type="AT_CreditorReferenceInformation2">
						<xd:annotation>
							<xd:documentation xml:lang="de">Bezogenenreferenz</xd:documentation>
							<xd:documentation xml:lang="en">Debtor's reference</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<!--***** Begin of change log -->
	<!-- 2012-04-11 -->
	<!-- - add type definition AT_ActiveOrHistoricCurrencyAndAmount -->
	<!-- - add type definition AT_ActiveOrHistoricCurrencyCode -->
	<!-- - change type of AT_DirectDebitTransactionInformation9/InstdAmt -->
	<!-- - change cardinality of PmtTpInf -->
	<!-- - change cardinality of PmtTpInf/LclInstrm -->
	<!-- - change cardinality of PmtTpInf/SeqTp -->
	<!-- - add documentation to CdtrSchmeId on batch and single level -->
	<!-- 2014-01-22 -->
	<!-- - delete processing instruction '<?xml-stylesheet type="text/xsl" href="myxsd.xsl"?>' -->
	<!-- - change namespace prefix to "xd:" to enable automated documentation process -->
	<!-- - add Schema attribute "namespace" holding original namespace to be used on transmission -->
	<!-- - change namespace name of technical validation schema -->
	<!-- - change documentation of AT_AccountIdentification4Choice/IBAN -->
	<!-- - add documentation to AT_ActiveOrHistoricCurrencyAndAmount -->
	<!-- - add documentation to AT_ActiveOrHistoricCurrencyCode -->
	<!-- - change documentation of AT_BranchAndFinancialInstitutionIdentification4/FinInstnId -->
	<!-- - change type of AT_BranchAndFinancialInstitutionIdentification4/FinInstnId -->
	<!-- - rename type AT_BranchAndFinancialInstitutionIdentification4 -->
	<!-- - add documentation to AT_BranchAndFinancialInstitutionIdentification4_Amdmnt/FinInstnId -->
	<!-- - add type AT_BranchAndFinancialInstitutionIdentification4_Dbtr -->
	<!-- - add documentation to AT_CashAccount16/Id -->
	<!-- - add documentation to AT_CashAccount16_Cdtr/Id -->
	<!-- - add documentation to AT_CategoryPurpose1Choice/Cd -->
	<!-- - add documentation to AT_CategoryPurpose1Choice/Prtry -->
	<!-- - add documentation to AT_ChargeBearerType1Code -->
	<!-- - change cardinality of AT_CreditorReferenceInformation2/Tp -->
	<!-- - add documentation to AT_CreditorReferenceInformation2/Tp -->
	<!-- - add documentation to AT_CreditorReferenceType1Choice/Cd -->
	<!-- - add documentation to AT_CreditorReferenceType2/CdOrPrtry -->
	<!-- - add documentation to AT_CreditorReferenceType2/Issr -->
	<!-- - add type AT_DateAndPlaceOfBirth -->
	<!-- - add documentation to AT_DecimalNumber -->
	<!-- - change documentation of AT_DirectDebitTransaction6/CdtrSchmeId -->
	<!-- - add documentation to AT_DirectDebitTransaction6/MndtRltdInf -->
	<!-- - change type of AT_DirectDebitTransactionInformation9/DbtrAgt -->
	<!-- - change type of AT_DirectDebitTransactionInformation9/Purp -->
	<!-- - change documentation of AT_DirectDebitTransactionInformation9/RmtInf -->
	<!-- - add documentation to AT_DocumentType3Code -->
	<!-- - add documentation to AT_GenericOrganisationIdentification1/Id -->
	<!-- - add documentation to AT_GenericOrganisationIdentification1/Issr -->
	<!-- - add documentation to AT_GenericOrganisationIdentification1/SchmeNm -->
	<!-- - add documentation to AT_GenericOrganisationIdentification1_InitgPty/Id -->
	<!-- - add documentation to AT_GenericOrganisationIdentification1_InitgPty/SchmeNm -->
	<!-- - add documentation to AT_GenericPersonIdentification1/Id -->
	<!-- - add documentation to AT_GenericPersonIdentification1/Issr -->
	<!-- - add documentation to AT_GenericPersonIdentification1/SchmeNm -->
	<!-- - add documentation to AT_GenericPersonIdentification1_CdtrSchmeId/Id -->
	<!-- - add documentation to AT_GenericPersonIdentification1_CdtrSchmeId/SchmeNm -->
	<!-- - delete type AT_GenericPersonIdentification1_InitgPty -->
	<!-- - delete type AT_GenericPersonIdentification1_Ultmt -->
	<!-- - change documentation of AT_GroupHeader39/InitgPty -->
	<!-- - change documentation of AT_GroupHeader39/NbOfTxs -->
	<!-- - add documentation to AT_LocalInstrument2Choice/Cd -->
	<!-- - add documentation to AT_Max140Text -->
	<!-- - add documentation to AT_Max140Text_Nm -->
	<!-- - change type of AT_Max140Text_Nm -->
	<!-- - delete pattern of AT_Max140Text_Nm -->
	<!-- - add documentation to AT_Max15NumericText -->
	<!-- - delete type AT_Max16Text -->
	<!-- - delete type AT_Max34Text -->
	<!-- - add documentation to AT_Max35Text -->
	<!-- - add type AT_Max35Text_CdtrSchmeId -->
	<!-- - change type of AT_Max35Text_REF -->
	<!-- - add type AT_Max35Text_STRUCTURE -->
	<!-- - add documentation to AT_Max70Text -->
	<!-- - add documentation to AT_NotEmpty140 -->
	<!-- - delete type AT_NotEmpty16 -->
	<!-- - delete type AT_NotEmpty34 -->
	<!-- - add documentation to AT_NotEmpty35 -->
	<!-- - add documentation to AT_NotEmpty70 -->
	<!-- - add documentation to AT_OrganisationIdentification4/BICOrBEI -->
	<!-- - change cardinality of AT_OrganisationIdentification4/Othr -->
	<!-- - add documentation to AT_OrganisationIdentification4/Othr -->
	<!-- - add documentation to AT_OrganisationIdentification4_InitgPty/BICOrBEI -->
	<!-- - change cardinality of AT_OrganisationIdentification4_InitgPty/Othr -->
	<!-- - add documentation to AT_OrganisationIdentification4_InitgPty/Othr -->
	<!-- - add documentation to AT_OrganisationIdentificationSchemeName1Choice/Cd -->
	<!-- - add documentation to AT_OrganisationIdentificationSchemeName1Choice/Prtry -->
	<!-- - change documentation of AT_OrganisationIdentificationSchemeName1Choice_InitgPty/Cd -->
	<!-- - add documentation to AT_Party6Choice_CdtrSchmeId/PrvtId -->
	<!-- - add documentation to AT_Party6Choice_Dbtr/OrgId -->
	<!-- - add documentation to AT_Party6Choice_Dbtr/PrvtId -->
	<!-- - add documentation to AT_Party6Choice_InitgPty/OrgId -->
	<!-- - add documentation to AT_Party6Choice_Ultmt/OrgId -->
	<!-- - add documentation to AT_Party6Choice_Ultmt/PrvtId -->
	<!-- - change documentation of AT_PartyIdentification32_Cdtr/PstlAdr -->
	<!-- - add documentation to AT_PartyIdentification32_CdtrSchmeId/Id -->
	<!-- - add documentation to AT_PartyIdentification32_Dbtr/Id -->
	<!-- - change documentation of AT_PartyIdentification32_Dbtr/Nm -->
	<!-- - add documentation to AT_PartyIdentification32_Dbtr/PstlAdr -->
	<!-- - add documentation to AT_PartyIdentification32_InitgPty/Id -->
	<!-- - change documentation of AT_PartyIdentification32_InitgPty/Nm -->
	<!-- - add documentation to AT_PartyIdentification32_OrgnlCdtrSchemeId/Id -->
	<!-- - change documentation of AT_PartyIdentification32_OrgnlCdtrSchemeId/Nm -->
	<!-- - add documentation to AT_PartyIdentification32_UltmtDbtr/Id -->
	<!-- - change documentation of AT_PartyIdentification32_UltmtDbtr/Nm -->
	<!-- - change documentation of AT_PaymentInstructionInformation4/BtchBookg -->
	<!-- - change type of AT_PaymentInstructionInformation4/CdtrAgt -->
	<!-- - change documentation of AT_PaymentInstructionInformation4/CdtrSchmeId -->
	<!-- - change documentation of AT_PaymentInstructionInformation4/DrctDbtTxInf -->
	<!-- - change documentation of AT_PaymentInstructionInformation4/NbOfTxs -->
	<!-- - change documentation of AT_PaymentInstructionInformation4/ReqdColltnDt -->
	<!-- - add documentation to AT_PaymentMethod2Code -->
	<!-- - add documentation to AT_PaymentTypeInformation20/CtgyPurp -->
	<!-- - add documentation to AT_PaymentTypeInformation20/LclInstrm -->
	<!-- - add element AT_PersonIdentification5/DtAndPlcOfBirth -->
	<!-- - change cardinality of AT_PersonIdentification5/Othr -->
	<!-- - change documentation of AT_PersonIdentification5/Othr -->
	<!-- - add documentation to AT_PersonIdentification5/sequence -->
	<!-- - change documentation of AT_PersonIdentification5_CdtrSchmeId/Othr -->
	<!-- - change documentation of AT_PersonIdentificationSchemeName1Choice/Cd -->
	<!-- - add element AT_PersonIdentificationSchemeName1Choice/Prtry -->
	<!-- - change documentation of AT_PersonIdentificationSchemeName1Choice_CdtrSchmeId/Prtry -->
	<!-- - change type of AT_PersonIdentificationSchemeName1Choice_CdtrSchmeId/Prtry -->
	<!-- - delete type AT_PersonIdentificationSchemeName1Choice_InitgPty -->
	<!-- - delete type AT_PersonIdentificationSchemeName1Choice_Ultmt -->
	<!-- - add documentation to AT_PostalAddress6/AdrLine -->
	<!-- - add documentation to AT_PostalAddress6/Ctry -->
	<!-- - add documentation to AT_Purpose2Choice/Cd -->
	<!-- - rename type AT_Purpose2Choice_Purp -->
	<!-- - change documentation of AT_RemittanceInformation5/Strd -->
	<!-- - change documentation of AT_RemittanceInformation5/sequence -->
	<!-- - add documentation to AT_StructuredRemittanceInformation7/CdtrRefInf -->
	<!-- 2014-05-22 -->
	<!-- - add type AT_GenericFinancialIdentification1_CdtrDbtr -->
	<!-- - add type AT_Max35Text_IBANonly -->
	<!-- - change cardinality of AT_FinancialInstitutionIdentification7/BIC -->
	<!-- - change documentation of AT_FinancialInstitutionIdentification7/BIC -->
	<!-- - add documentation to AT_FinancialInstitutionIdentification7/sequence -->
	<!-- - add element AT_FinancialInstitutionIdentification7/Othr -->
	<!-- - rename type AT_FinancialInstitutionIdentification7 -->
	<!-- - add documentation to AT_FinancialInstitutionIdentification7_Amdmnt/Othr -->
	<!-- - add type AT_FinancialInstitutionIdentification7_Dbtr -->
	<!-- - add ToC attribute to Document/CstmrDrctDbtInitn -->
	<!-- - add ToC attribute to AT_CustomerDirectDebitInitiationV02/GrpHdr -->
	<!-- - add ToC attribute to AT_CustomerDirectDebitInitiationV02/PmtInf -->
	<!-- - add ToC attribute to AT_GroupHeader39/MsgId -->
	<!-- - add ToC attribute to AT_GroupHeader39/CreDtTm -->
	<!-- - add ToC attribute to AT_GroupHeader39/NbOfTxs -->
	<!-- - add ToC attribute to AT_GroupHeader39/CtrlSum -->
	<!-- - add ToC attribute to AT_GroupHeader39/InitgPty -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation4/PmtInfId -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation4/NbOfTxs -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation4/CtrlSum -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation4/PmtTpInf -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation4/ReqdColltnDt -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation4/Cdtr -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation4/CdtrAcct -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation4/CdtrAgt -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation4/CdtrSchmeId -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation4/DrctDbtTxInf -->
	<!-- - add ToC attribute to AT_DirectDebitTransactionInformation9/PmtId -->
	<!-- - add ToC attribute to AT_DirectDebitTransactionInformation9/InstdAmt -->
	<!-- - add ToC attribute to AT_DirectDebitTransactionInformation9/DbtrAgt -->
	<!-- - add ToC attribute to AT_DirectDebitTransactionInformation9/DbtrAgt -->
	<!-- - add ToC attribute to AT_DirectDebitTransactionInformation9/Dbtr -->
	<!-- - add ToC attribute to AT_DirectDebitTransactionInformation9/DbtrAcct -->
	<!-- - add ToC attribute to AT_DirectDebitTransactionInformation9/Purp -->
	<!-- - add ToC attribute to AT_DirectDebitTransactionInformation9/RmtInf -->
	<!-- - add ToC attribute to AT_MandateRelatedInformation6/MndtId -->
	<!-- - add ToC attribute to AT_MandateRelatedInformation6/DtOfSgntr -->
	<!-- - add ToC attribute to AT_MandateRelatedInformation6/AmdmntInfDtls -->
	<!-- - add ToC attribute to AT_MandateRelatedInformation6/ElctrncSgntr -->
	<!-- - add ToC attribute to AT_DirectDebitTransaction6/CdtrSchmeId -->
	<!-- - add ToC attribute to AT_AmendmentInformationDetails6/OrgnlMndtId -->
	<!-- - add ToC attribute to AT_AmendmentInformationDetails6/OrgnlCdtrSchmeId -->
	<!-- - add ToC attribute to AT_AmendmentInformationDetails6/OrgnlDbtrAcct -->
	<!-- - add ToC attribute to AT_AmendmentInformationDetails6/OrgnlDbtrAgt -->
	<!--***** End of change log -->
</xd:schema>
