<?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.1 plus additional options for use in Austria -->
<!--+++change from+++ <xs:schema xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03" elementFormDefault="qualified"> -->
<xd:schema xmlns="ISO:pain.001.001.03:APC:STUZZA:payments:004" xmlns:xd="http://www.w3.org/2001/XMLSchema" xmlns:xml="http://www.w3.org/XML/1998/namespace" targetNamespace="ISO:pain.001.001.03: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.1_pain.001_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.001.001.03">
		<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-10-15">
		<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="006">
		<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-05-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="AmountType3Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="InstdAmt" type="ActiveOrHistoricCurrencyAndAmount"/>
				<xd:element name="EqvtAmt" type="EquivalentAmount2"/>
			</xd:choice>
		</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="BaseOneRate">
		<xd:restriction base="xd:decimal">
			<xd:fractionDigits value="10"/>
			<xd:totalDigits value="11"/>
		</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="Cheque6">
		<xd:sequence>
			<xd:element name="ChqTp" type="ChequeType2Code" minOccurs="0"/>
			<xd:element name="ChqNb" type="Max35Text" minOccurs="0"/>
			<xd:element name="ChqFr" type="NameAndAddress10" minOccurs="0"/>
			<xd:element name="DlvryMtd" type="ChequeDeliveryMethod1Choice" minOccurs="0"/>
			<xd:element name="DlvrTo" type="NameAndAddress10" minOccurs="0"/>
			<xd:element name="InstrPrty" type="Priority2Code" minOccurs="0"/>
			<xd:element name="ChqMtrtyDt" type="ISODate" minOccurs="0"/>
			<xd:element name="FrmsCd" type="Max35Text" minOccurs="0"/>
			<xd:element name="MemoFld" type="Max35Text" minOccurs="0" maxOccurs="2"/>
			<xd:element name="RgnlClrZone" type="Max35Text" minOccurs="0"/>
			<xd:element name="PrtLctn" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="ChequeDelivery1Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="MLDB"/>
			<xd:enumeration value="MLCD"/>
			<xd:enumeration value="MLFA"/>
			<xd:enumeration value="CRDB"/>
			<xd:enumeration value="CRCD"/>
			<xd:enumeration value="CRFA"/>
			<xd:enumeration value="PUDB"/>
			<xd:enumeration value="PUCD"/>
			<xd:enumeration value="PUFA"/>
			<xd:enumeration value="RGDB"/>
			<xd:enumeration value="RGCD"/>
			<xd:enumeration value="RGFA"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="ChequeDeliveryMethod1Choice">
		<xd:sequence>
			<xd:choice>
				<xd:element name="Cd" type="ChequeDelivery1Code"/>
				<xd:element name="Prtry" type="Max35Text"/>
			</xd:choice>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="ChequeType2Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="CCHQ"/>
			<xd:enumeration value="CCCH"/>
			<xd:enumeration value="BCHQ"/>
			<xd:enumeration value="DRFT"/>
			<xd:enumeration value="ELDR"/>
		</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="CreditTransferTransactionInformation10">
		<xd:sequence>
			<xd:element name="PmtId" type="PaymentIdentification1"/>
			<xd:element name="PmtTpInf" type="PaymentTypeInformation19" minOccurs="0"/>
			<xd:element name="Amt" type="AmountType3Choice"/>
			<xd:element name="XchgRateInf" type="ExchangeRateInformation1" minOccurs="0"/>
			<xd:element name="ChrgBr" type="ChargeBearerType1Code" minOccurs="0"/>
			<xd:element name="ChqInstr" type="Cheque6" minOccurs="0"/>
			<xd:element name="UltmtDbtr" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="IntrmyAgt1" type="BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
			<xd:element name="IntrmyAgt1Acct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="IntrmyAgt2" type="BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
			<xd:element name="IntrmyAgt2Acct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="IntrmyAgt3" type="BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
			<xd:element name="IntrmyAgt3Acct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="CdtrAgt" type="BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
			<xd:element name="CdtrAgtAcct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="Cdtr" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="CdtrAcct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="UltmtCdtr" type="PartyIdentification32" minOccurs="0"/>
			<xd:element name="InstrForCdtrAgt" type="InstructionForCreditorAgent1" minOccurs="0" maxOccurs="unbounded"/>
			<xd:element name="InstrForDbtrAgt" 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="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="CustomerCreditTransferInitiationV03">
		<xd:sequence>
			<xd:element name="GrpHdr" type="GroupHeader32"/>
			<xd:element name="PmtInf" type="PaymentInstructionInformation3" 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="Document">
		<xd:sequence>
			<!-- changed from <xd:element name="CstmrCdtTrfInitn" type="CustomerCreditTransferInitiationV03"/> -->
			<xd:element name="CstmrCdtTrfInitn" type="AT_CustomerCreditTransferInitiationV03" xml:ToC="1;Nachricht">
				<xd:annotation>
					<xd:documentation xml:lang="de">Diese Version definiert die Beschränkungen basierend auf den ImplementationRecommendations des EPC und die Erweiterungen für die Verwendung in Österreich</xd:documentation>
					<xd:documentation xml:lang="en">This version defines the restrictions based on ImplementationRecommendations of EPC and the extensions 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:complexType name="EquivalentAmount2">
		<xd:sequence>
			<xd:element name="Amt" type="ActiveOrHistoricCurrencyAndAmount"/>
			<xd:element name="CcyOfTrf" type="ActiveOrHistoricCurrencyCode"/>
		</xd:sequence>
	</xd:complexType>
	<xd:complexType name="ExchangeRateInformation1">
		<xd:sequence>
			<xd:element name="XchgRate" type="BaseOneRate" minOccurs="0"/>
			<xd:element name="RateTp" type="ExchangeRateType1Code" minOccurs="0"/>
			<xd:element name="CtrctId" type="Max35Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="ExchangeRateType1Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="SPOT"/>
			<xd:enumeration value="SALE"/>
			<xd:enumeration value="AGRD"/>
		</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: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="GroupHeader32">
		<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:simpleType name="Instruction3Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="CHQB"/>
			<xd:enumeration value="HOLD"/>
			<xd:enumeration value="PHOB"/>
			<xd:enumeration value="TELB"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="InstructionForCreditorAgent1">
		<xd:sequence>
			<xd:element name="Cd" type="Instruction3Code" minOccurs="0"/>
			<xd:element name="InstrInf" type="Max140Text" minOccurs="0"/>
		</xd:sequence>
	</xd:complexType>
	<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: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="PaymentInstructionInformation3">
		<xd:sequence>
			<xd:element name="PmtInfId" type="Max35Text"/>
			<xd:element name="PmtMtd" type="PaymentMethod3Code"/>
			<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="PaymentTypeInformation19" minOccurs="0"/>
			<xd:element name="ReqdExctnDt" type="ISODate"/>
			<xd:element name="PoolgAdjstmntDt" type="ISODate" minOccurs="0"/>
			<xd:element name="Dbtr" type="PartyIdentification32"/>
			<xd:element name="DbtrAcct" type="CashAccount16"/>
			<xd:element name="DbtrAgt" type="BranchAndFinancialInstitutionIdentification4"/>
			<xd:element name="DbtrAgtAcct" type="CashAccount16" minOccurs="0"/>
			<xd:element name="UltmtDbtr" 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="CdtTrfTxInf" type="CreditTransferTransactionInformation10" maxOccurs="unbounded"/>
		</xd:sequence>
	</xd:complexType>
	<xd:simpleType name="PaymentMethod3Code">
		<xd:restriction base="xd:string">
			<xd:enumeration value="CHK"/>
			<xd:enumeration value="TRF"/>
			<xd:enumeration value="TRA"/>
		</xd:restriction>
	</xd:simpleType>
	<xd:complexType name="PaymentTypeInformation19">
		<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="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: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>
	<!-- 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_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_PaymentMethod3Code">
		<xd:restriction base="PaymentMethod3Code">
			<xd:enumeration value="TRF">
				<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_Cdtr">
		<xd:complexContent>
			<xd:restriction base="AccountIdentification4Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="IBAN" type="IBAN2007Identifier" id="AT-20">
							<xd:annotation>
								<xd:documentation xml:lang="de">IBAN eines Kontos im SEPA-Raum. Alle anderen erfordern möglicherweise andere Verarbeitung

Bei Postbarzahlungen ist dies "AT846000000011471508"</xd:documentation>
								<xd:documentation xml:lang="en">IBAN of an account in SEPA area. All other may need special processing

With CashPerPostPayment this is "AT846000000011471508"</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_AccountIdentification4Choice_Dbtr">
		<xd:complexContent>
			<xd:restriction base="AccountIdentification4Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="IBAN" type="IBAN2007Identifier" id="AT-01">
							<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_AmountType3Choice">
		<xd:complexContent>
			<xd:restriction base="AmountType3Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="InstdAmt" type="AT_ActiveOrHistoricCurrencyAndAmount" id="AT-04">
							<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:choice>
				</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_CdtrAgt">
						<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_DbtrAgt">
						<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_Cdtr">
		<xd:complexContent>
			<xd:restriction base="CashAccount16">
				<xd:sequence>
					<xd:element name="Id" type="AT_AccountIdentification4Choice_Cdtr">
						<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_Dbtr">
		<xd:complexContent>
			<xd:restriction base="CashAccount16">
				<xd:sequence>
					<xd:element name="Id" type="AT_AccountIdentification4Choice_Dbtr">
						<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 belasteten Kontos. Nur notwending bei Mehrwährungskonto</xd:documentation>
							<xd:documentation xml:lang="en">Account currency of debited 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_ExternalProprietaryCategoryPurpose1Code">
							<xd:annotation>
								<xd:documentation xml:lang="de">CPPP Postbarzahlungen (siehe bei CPPP auch PmtId/EndToEndId, Cdtr, CdtrAcct, CdtrAgt, UltmtCdtr und RmtInf/Ustrd unterhalb CdtTrfTxInf)</xd:documentation>
								<xd:documentation xml:lang="en">CPPP Cash per Post Payment (with CPPP see also PmtId/EndToEndId, Cdtr, CdtrAcct, CdtrAgt, UltmtCdtr and RmtInf/Ustrd under CdtTrfTxInf)</xd:documentation>
							</xd:annotation>
						</xd:element>
					</xd:choice>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_CategoryPurpose1Choice_Batch">
		<xd:complexContent>
			<xd:restriction base="CategoryPurpose1Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="Cd" type="AT_ExternalCategoryPurpose1Code">
							<xd:annotation>
								<xd:documentation xml:lang="de">Spezifischer Code zur Verarbeitungssteuerung beim empfangenden Institut. Siehe externe Codeliste</xd:documentation>
								<xd:documentation xml:lang="en">Specific code for processing indentification at receiving institution. See external code list</xd:documentation>
							</xd:annotation>
						</xd:element>
						<xd:element name="Prtry" type="AT_Max35Text_REF">
							<xd:annotation>
								<xd:documentation xml:lang="de">Spezifischer Code zur Verarbeitungssteuerung beim empfangenden Institut. Siehe externe Codeliste</xd:documentation>
								<xd:documentation xml:lang="en">Specific code for processing indentification at receiving institution. See external code list</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_CreditTransferTransactionInformation10">
		<xd:complexContent>
			<xd:restriction base="CreditTransferTransactionInformation10">
				<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="PmtTpInf" type="AT_PaymentTypeInformation19_Single" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Diese Struktur ist hier nur aus Kompatitilitätsgründen möglich, damit keine Ablehnung aus technischen Gründen erfolgt. Alle Angaben hier werden ignoriert.
Berücksichtigt wird nur die gleiche Struktur auf Bestandsebene. Gleichzeitige Nennung ist nicht erlaubt</xd:documentation>
							<xd:documentation xml:lang="en">This structur is only possible at this position for compatibility reasons, to avoid rejects for technical reasons. Any information here is ignored.
Only same structure at batch level is respected. Concurrent structures are not allowed</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Amt" type="AT_AmountType3Choice" xml:ToC="2;Betrag">
						<xd:annotation>
							<xd:documentation xml:lang="de">Überweisungsbetrag</xd:documentation>
							<xd:documentation xml:lang="en">Transfer amount</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="UltmtDbtr" type="AT_PartyIdentification32_UltmtDbtr" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Referenzpartei des Kontoinhabers / Auftraggeber, d.h. üblicherweise der eigentliche Schuldner. Gleichzeitige Nennung auf Bestandsebene ist nicht erlaubt</xd:documentation>
							<xd:documentation xml:lang="en">Reference party of account owner / principal, i.e. habitually the actual deptor. Concurrent quoting on batch level is not allowed</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CdtrAgt" type="AT_BranchAndFinancialInstitutionIdentification4_Cdtr" minOccurs="0" xml:ToC="2;Empfängerbank">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontoführendes Institut des Kontoinhabers / Empfängers

ACHTUNG: Bei Zahlungen an nicht in Österreich geführte Konten verpflichtend</xd:documentation>
							<xd:documentation xml:lang="en">Financial institution servicing the account owner / recipient

ATTENTION: Mandatory with payments to accounts not serviced in Austria</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 / Empfänger</xd:documentation>
							<xd:documentation xml:lang="en">Account owner / recipient</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CdtrAcct" type="AT_CashAccount16_Cdtr" xml:ToC="2;Empfängerkonto">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontonummer des Kontoinhabers / Empfängers</xd:documentation>
							<xd:documentation xml:lang="en">Account number of account owner / recipient</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="UltmtCdtr" type="AT_PartyIdentification32_UltmtCrdt" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Referenzpartei des Kontoinhabers / Empfängers, d.h. üblicherweise der eigentliche Gläubiger

ACHTUNG: Bei Postbarzahlungen erforderlich</xd:documentation>
							<xd:documentation xml:lang="en">Reference party of account owner / recipient, i.e. habitually the actual creditor

ATTENTION: Mandatory with CashPerPostPayments</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Purp" type="AT_Purpose2Choice" minOccurs="0" xml:ToC="2;Geschäftsvorfallcode">
						<xd:annotation>
							<xd:documentation xml:lang="de">Dieser Code identifiziert einerseits spezielle Services, andererseits einen Zahlungsgrund für den Zahlungsempfänger

ACHTUNG: Bei Steuerzahlungen zwingend mit TAXS zu kennzeichnen</xd:documentation>
							<xd:documentation xml:lang="en">This code identifies on the one hand special services, on the other hand a payment purpose or reason for the creditor

ATTENTION: For tax payments mandatory populated with TAXS</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="RmtInf" type="AT_RemittanceInformation5" id="AT-05" minOccurs="0" xml:ToC="2;Empfängerreferenz oder Verwendungszweck">
						<xd:annotation>
							<xd:documentation xml:lang="de">Verwendungszweck / Empfängerreferenz</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_CustomerCreditTransferInitiationV03">
		<xd:complexContent>
			<xd:restriction base="CustomerCreditTransferInitiationV03">
				<xd:sequence>
					<xd:element name="GrpHdr" type="AT_GroupHeader32" 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_PaymentInstructionInformation3" 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_FinancialInstitutionIdentification7_CdtrAgt">
		<xd:complexContent>
			<xd:restriction base="FinancialInstitutionIdentification7">
				<xd:sequence>
					<xd:element name="BIC" type="BICIdentifier" id="AT-23">
						<xd:annotation>
							<xd:documentation xml:lang="de">BIC einer Bank im SEPA-Raum. Alle anderen erfordern möglicherweise andere Verarbeitung

Bei Postbarzahlungen wäre dies "BAWAATWW" oder "OPSKATWW"</xd:documentation>
							<xd:documentation xml:lang="en">BIC of a bank in SEPA area. All other may need special processing

With CashPerPostPayments this would be "BAWAATWW" or "OPSKATWW"</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_FinancialInstitutionIdentification7_DbtrAgt">
		<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-06" 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" 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_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_Dbtr">
		<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_GroupHeader32">
		<xd:complexContent>
			<xd:restriction base="GroupHeader32">
				<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">
							<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:element name="Prtry" type="AT_Max35Text_REF">
							<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_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_Dbtr">
		<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_Dbtr" 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">
		<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_Dbtr">
		<xd:complexContent>
			<xd:restriction base="Party6Choice">
				<xd:sequence>
					<xd:choice>
						<xd:element name="OrgId" type="AT_OrganisationIdentification4_Dbtr" id="AT-10">
							<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_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_PartyIdentification32_Cdtr">
		<xd:complexContent>
			<xd:restriction base="PartyIdentification32">
				<xd:sequence>
					<xd:element name="Nm" type="AT_Max140Text_Nm" id="AT-21">
						<xd:annotation>
							<xd:documentation xml:lang="de">Name des Kontoinhabers

ACHTUNG: Auf 70 Zeichen begrenzt

Bei Postbarzahlungen ist dies "BAWAGPSK"</xd:documentation>
							<xd:documentation xml:lang="en">Name of account owner

ATTENTION: Limited to 70 characters

With CashPerPostPayments this is "BAWAGPSK"</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="PstlAdr" type="AT_PostalAddress6" id="AT-22" 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" id="AT-24" 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_Dbtr">
		<xd:complexContent>
			<xd:restriction base="PartyIdentification32">
				<xd:sequence>
					<xd:element name="Nm" type="AT_Max140Text_Nm" id="AT-02">
						<xd:annotation>
							<xd:documentation xml:lang="de">Name des Kontoinhabers

ACHTUNG: Auf 70 Zeichen begrenzt</xd:documentation>
							<xd:documentation xml:lang="en">Name of account owner

ATTENTION: Limited to 70 characters</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="PstlAdr" type="AT_PostalAddress6" id="AT-03" 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:element name="Id" type="AT_Party6Choice_Dbtr" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identification 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_UltmtCrdt">
		<xd:complexContent>
			<xd:restriction base="PartyIdentification32">
				<xd:sequence>
					<xd:element name="Nm" type="AT_Max140Text_Nm" id="AT-28" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Name des Kontoinhabers

ACHTUNG: Auf 70 Zeichen begrenzt

Bei Postbarzahlungen erforderlicher Name des Empfängers</xd:documentation>
							<xd:documentation xml:lang="en">Name of account owner

ATTENTION: Limited to 70 characters

Mandatory name of beneficiary with CashPerPostPayments</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Id" type="AT_Party6Choice" id="AT-29" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identification des Kontoinhabers

Bei Postbarzahlungen nicht zulässig</xd:documentation>
							<xd:documentation xml:lang="en">Identification of account owner

Not available with CashPerPostPayments</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-08" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Name / Bezeichnung der Referenzpartei des Kontoinhabers / Auftraggeber, 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 / principal, i.e. habitually the actual debtor

ATTENTION: Limited to 70 characters</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Id" type="AT_Party6Choice" id="AT-09" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Identification der Referenzpartei des Kontoinhabers / Auftraggeber, d.h. üblicherweise der eigentliche Schuldner</xd:documentation>
							<xd:documentation xml:lang="en">Identification of reference party of account owner / principal, i.e. habitually the actual deptor</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-41">
						<xd:annotation>
							<xd:documentation xml:lang="de">Auftraggeberreferenz. Enthält mindestens den Wert NOTPROVIDED, falls keine spezielle Referenz angegeben werden soll.

ACHTUNG: Bei Steuerzahlungen enthält dieses Element die Steuernummer sowie bei Postbarzahlungen die Postbar-Referenz (bei Postbarzahlungen siehe auch CtgyPurp/Prtry, Cdtr, CdtrAcct, CdtrAgt, UltmtCdtr und RmtInf/Ustrd)
Kann im Kontoauszug zur eigenen Referenzierung zurückgegeben. Daher ist Eindeutigkeit im eigenen Interesse</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: On tax payments this element carries customers tax id and with CashPerPostPayments the CashPerPost reference (with CashPerPostPayments see also CtgyPurp/Prtry, Cdtr, CdtrAcct, CdtrAgt, UltmtCdtr und RmtInf/Ustrd)
May be returned in account statement for reconciliation. Uniqueness therefore is in own self-interest</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PaymentInstructionInformation3">
		<xd:complexContent>
			<xd:restriction base="PaymentInstructionInformation3">
				<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 z.B. 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 e.g. with combining the date with a daily counter</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="PmtMtd" type="AT_PaymentMethod3Code">
						<xd:annotation>
							<xd:documentation xml:lang="de">Einzig verfügbarer Wert ist TRF</xd:documentation>
							<xd:documentation xml:lang="en">Only available value is TRF</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_PaymentTypeInformation19_Batch" minOccurs="0" xml:ToC="2;Bestandsverarbeitung">
						<xd:annotation>
							<xd:documentation xml:lang="de">Diese Struktur existiert ebenfalls auf Einzelumsatzebene, wird dort jedoch ignoriert. Gleichzeitige Nennung ist nicht erlaubt

ACHTUNG: Notwendig bei Postbarzahlungen</xd:documentation>
							<xd:documentation xml:lang="en">This structur exists on single transaction level too, but is ignored at that position. Concurrent structures are not allowed

ATTENTION: Mandatory with CashPerPost payments</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="ReqdExctnDt" type="ISODate" xml:ToC="2;Bestandsdurchführung">
						<xd:annotation>
							<xd:documentation xml:lang="de">Gewünschter Durchführungstag
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 execution 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="Dbtr" type="AT_PartyIdentification32_Dbtr" xml:ToC="2;Kontoinhaber">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontoinhaber / Auftraggeber</xd:documentation>
							<xd:documentation xml:lang="en">Account owner / principal</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="DbtrAcct" type="AT_CashAccount16_Dbtr" xml:ToC="2;Auftraggeberkonto">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontonummer des Kontoinhabers / Auftraggebers</xd:documentation>
							<xd:documentation xml:lang="en">Account number of account owner / principal</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="DbtrAgt" type="AT_BranchAndFinancialInstitutionIdentification4_Dbtr" xml:ToC="2;Auftraggeberbank">
						<xd:annotation>
							<xd:documentation xml:lang="de">Kontoführendes Institut des Kontoinhabers / Auftraggebers</xd:documentation>
							<xd:documentation xml:lang="en">Financial institution servicing the account owner / principal</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 / Auftraggeber, d.h. üblicherweise der eigentliche Schuldner. Gleichzeitige Nennung auf Einzelebene ist nicht erlaubt</xd:documentation>
							<xd:documentation xml:lang="en">Reference party of account owner / principal, i.e. habitually the actual deptor. 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="CdtTrfTxInf" type="AT_CreditTransferTransactionInformation10" 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_PaymentTypeInformation19_Batch">
		<xd:complexContent>
			<xd:restriction base="PaymentTypeInformation19">
				<xd:sequence>
					<xd:element name="InstrPrty" type="Priority2Code" minOccurs="0">
						<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: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" minOccurs="0">
						<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:element name="CtgyPurp" type="AT_CategoryPurpose1Choice" id="AT-45-Batch" 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.

ACHTUNG: Notwendig bei Postbarzahlungen

SALA: Gehaltszahlungen
PENS: Pensionszahlungen
LOAN: Konsortialverrechnungen
SSBE: Sozialversicherungszahlungen
GOVT: Annuitätenzuschüsse
INTC: Intra Company/Cash pooling
TAXS: > siehe Purp ! (Steuerzahlungen)
CPPP: Postbarzahlungen</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.

ATTENTION: Mandatory with CashPerPost payments

SALA: Salary payment
PENS: Pension payment
LOAN: Consortium loan
SSBE: Social security
GOVT: Annuity grant
INTC: Intra Company/Cash pooling
TAXS: > see Purp ! (Tax payments)
CPPP: Cash Per Post Payment</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<xd:complexType name="AT_PaymentTypeInformation19_Single">
		<xd:complexContent>
			<xd:restriction base="PaymentTypeInformation19">
				<xd:sequence>
					<xd:element name="SvcLvl" type="AT_ServiceLevel8Choice" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Siehe Beschreibung auf Bestandsebene</xd:documentation>
							<xd:documentation xml:lang="en">See description on batch level</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="LclInstrm" type="AT_LocalInstrument2Choice" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Siehe Beschreibung auf Bestandsebene</xd:documentation>
							<xd:documentation xml:lang="en">See description on batch level</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="CtgyPurp" type="AT_CategoryPurpose1Choice" id="AT-45-Single" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Siehe Beschreibung auf Bestandsebene</xd:documentation>
							<xd:documentation xml:lang="en">See description on batch level</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_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_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" id="AT-44">
							<xd:annotation>
								<xd:documentation xml:lang="de">Geschäftsfallcodes. Siehe auch CtgyPurp

Abhängig vom Code in CtgyPurp hat dieser Code bestimmte Bedeutung im empfangenden Institut:
Mit SALA
GVEA: Bezüge Arbeitslose
GVEB: Bezüge allgemein
GVEC: Bezüge Landesinvaliden
GVED: Bezüge Landesverteidigung
GOVT: Bezüge Post
RLWY: Bezüge OeBB
Mit PENS
RLWY: Pensionen OeBB
Mit GOVT
ANNI: Annuitätenzuschüsse

Besonderheiten:
TRFD: Mündelkonten (RAK-Zahlungen)
TAXS: Steuerzahlung

Sonstige siehe Liste auf iso20022.org</xd:documentation>
								<xd:documentation xml:lang="en">Business codes. See also CtgyPurp

Depending on code in CtgyPurp this code has specific meaning at receiving institut:
With SALA
GVEA: Emoluments unemployed persons
GVEB: Emoluments general
GVEC: Emoluments disabled persons
GVED: Emoluments national defence
GOVT: Emoluments Austrian Mail
RLWY: Emoluments OeBB
With PENS
RLWY: Pensions OeBB
With GOVT
ANNI: Annuity grant

Specialities:
TRFD: Trusted fund payments (RAK-Payments)
TAXS: Tax payment

Others see list at iso20022.org</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 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 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

Verpflichtend bei Postbarzahlungen

Bei Steuerzahlungen ist mit dem Bundesrechenzentrum ein spezieller Aufbau vereinbart

Bei Postbarzahlungen ist ein spezieller Aufbau vereinbart</xd:documentation>
							<xd:documentation xml:lang="en">One line with maximum 140 characters

Mandatory with CashPerPostPayments

On tax payments observe the structure agreed with Bundesrechenzentrum

On CashPerPostPayments observe specific strukture</xd:documentation>
						</xd:annotation>
					</xd:element>
					<xd:element name="Strd" type="AT_StructuredRemittanceInformation7" minOccurs="0">
						<xd:annotation>
							<xd:documentation xml:lang="de">Zahlungsreferenz, Empfängerreferenz

Achtung: Alle Daten INKLUSIVE der Tags müssen in 140 Zeichen Platz finden
Nicht verfügbar bei Steuer- und Postbar-Zahlungen</xd:documentation>
							<xd:documentation xml:lang="en">Creditor's reference, Recipient's reference

ATTENTION: All data INCLUDING tags must fit into 140 character
Not available with Tax and CashPerPost payments</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-40">
							<xd:annotation>
								<xd:documentation xml:lang="de">Der Standardwert ist SEPA.

Die Verwendung von SDVA zur Erteilung von Eilzahlungen wird nicht grundsätzlich unterstützt und bedarf vorheriger Vereinbarung. Eilzahlungen unterliegen nicht den Standards der EU-Verordnung (Annahme- und Verarbeitungspflichten, Preisgleichstellung etc.)</xd:documentation>
								<xd:documentation xml:lang="en">The standard value is SEPA.

The usage of SDVA for qualification of urgend payments is not general supported and requires preliminary agreement. Urgend payments are not governed by EU-Regulation (acceptance and processing duties, charges and fees etc.)</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">Empfängerreferenz</xd:documentation>
							<xd:documentation xml:lang="en">Creditor's reference</xd:documentation>
						</xd:annotation>
					</xd:element>
				</xd:sequence>
			</xd:restriction>
		</xd:complexContent>
	</xd:complexType>
	<!--***** Begin of change log -->
	<!-- 2013-06-01 -->
	<!-- - add description to AT_AmountType3Choice / EqvtAmt -->
	<!-- - change description of AT_PaymentInstructionInformation3 / PmtTpInf, AT_ServiceLevel8Choice / Cd and AT_CreditTransferTransactionInformation10 / CdtrAgt -->
	<!-- 2014-01-22 -->
	<!-- - delete processing instruction '<?xml-stylesheet type="text/xsl" href="myxsd.xsl"?>' -->
	<!-- - change namespace prefix to "xd:" to enable automated xsl-generated 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_Cdtr/IBAN -->
	<!-- - change documentation of AT_AccountIdentification4Choice_Dbtr/IBAN -->
	<!-- - change documentation of AT_BranchAndFinancialInstitutionIdentification4_Cdtr/FinInstnId -->
	<!-- - change documentation of AT_BranchAndFinancialInstitutionIdentification4_Dbtr/FinInstnId -->
	<!-- - change documentation of AT_CashAccount16_Cdtr/Id -->
	<!-- - change documentation of AT_CashAccount16_Dbtr/Id -->
	<!-- - change documentation of AT_FinancialInstitutionIdentification7_CdtrAgt/BIC -->
	<!-- - change documentation of AT_FinancialInstitutionIdentification7_DbtrAgt/sequence -->
	<!-- - change documentation of AT_FinancialInstitutionIdentification7_DbtrAgt/BIC -->
	<!-- - change documentation of AT_GroupHeader32/NbOfTxs -->
	<!-- - change documentation of AT_OrganisationIdentificationSchemeName1Choice_InitgPty/Cd -->
	<!-- - change documentation of AT_PaymentInstructionInformation3/NbOfTxs -->
	<!-- - change documentation of AT_PaymentInstructionInformation3/CdtTrfTxInf -->
	<!-- - add documentation to all codes of AT_ActiveOrHistoricCurrencyCode -->
	<!-- - add documentation to all codes of AT_ChargeBearerType1Code -->
	<!-- - add documentation to all codes of AT_DocumentType3Code -->
	<!-- - add documentation to all codes of AT_PaymentMethod3Code -->
	<!-- - add documentation to simple type AT_DecimalNumber -->
	<!-- - add documentation to simple type AT_Max140Text -->
	<!-- - add documentation to simple type AT_Max140Text_Nm -->
	<!-- - add documentation to simple type AT_Max15NumericText -->
	<!-- - add documentation to simple type AT_Max35Text -->
	<!-- - add documentation to simple type AT_Max35Text_REF -->
	<!-- - add documentation to simple type AT_Max70Text -->
	<!-- - add documentation to simple type AT_NotEmpty140 -->
	<!-- - add documentation to simple type AT_NotEmpty35 -->
	<!-- - add documentation to simple type AT_NotEmpty70 -->
	<!-- - add documentation to element AT_ActiveOrHistoricCurrencyAndAmount -->
	<!-- - add documentation to element AT_CategoryPurpose1Choice/Id -->
	<!-- - add documentation to element AT_CreditorReferenceInformation2/Tp -->
	<!-- - add documentation to element AT_CreditorReferenceType1Choice/Cd -->
	<!-- - add documentation to element AT_CreditorReferenceType2/CdOrPrtry -->
	<!-- - add documentation to element AT_CreditorReferenceType2/Issr -->
	<!-- - add documentation to element AT_DateAndPlaceOfBirth/BirthDt -->
	<!-- - add documentation to element AT_DateAndPlaceOfBirth/PrvcOfBirth -->
	<!-- - add documentation to element AT_DateAndPlaceOfBirth/CityOfBirth -->
	<!-- - add documentation to element AT_DateAndPlaceOfBirth/CtryOfBirth -->
	<!-- - add documentation to element AT_EquivalentAmount2/Amt -->
	<!-- - add documentation to element AT_EquivalentAmount2/CcyOfTrf -->
	<!-- - add documentation to element AT_GenericOrganisationIdentification1/Id -->
	<!-- - add documentation to element AT_GenericOrganisationIdentification1/SchmeNm -->
	<!-- - add documentation to element AT_GenericOrganisationIdentification1/Issr -->
	<!-- - add documentation to element AT_GenericOrganisationIdentification1_Dbtr/Id -->
	<!-- - add documentation to element AT_GenericOrganisationIdentification1_Dbtr/SchmeNm -->
	<!-- - add documentation to element AT_GenericOrganisationIdentification1_Dbtr/Issr -->
	<!-- - add documentation to element AT_GenericOrganisationIdentification1_InitgPty/Id -->
	<!-- - add documentation to element AT_GenericOrganisationIdentification1_InitgPty/SchmeNm -->
	<!-- - add documentation to element AT_GenericPersonIdentification1/Id -->
	<!-- - add documentation to element AT_GenericPersonIdentification1/SchmeNm -->
	<!-- - add documentation to element AT_GenericPersonIdentification1/Issr -->
	<!-- - add documentation to element AT_LocalInstrument2Choice/Cd -->
	<!-- - add documentation to element AT_OrganisationIdentification4/BICOrBEI -->
	<!-- - add documentation to element AT_OrganisationIdentification4/Othr -->
	<!-- - add documentation to element AT_OrganisationIdentification4_Dbtr/BICOrBEI -->
	<!-- - add documentation to element AT_OrganisationIdentification4_Dbtr/Othr -->
	<!-- - add documentation to element AT_OrganisationIdentification4_InitgPty/BICOrBEI -->
	<!-- - add documentation to element AT_OrganisationIdentification4_InitgPty/Othr -->
	<!-- - add documentation to element AT_OrganisationIdentificationSchemeName1Choice/Cd -->
	<!-- - add documentation to element AT_OrganisationIdentificationSchemeName1Choice/Prtry -->
	<!-- - add documentation to element AT_Party6Choice/OrgId -->
	<!-- - add documentation to element AT_Party6Choice/PrvtId -->
	<!-- - add documentation to element AT_Party6Choice_Dbtr/OrgId -->
	<!-- - add documentation to element AT_Party6Choice_InitgPty/OrgId -->
	<!-- - add documentation to element AT_PartyIdentification32_InitgPty/Id -->
	<!-- - add documentation to element AT_PaymentTypeInformation19_Batch/LclInstrm -->
	<!-- - add documentation to element AT_PersonIdentification5/DtAndPlcOfBirth -->
	<!-- - add documentation to element AT_PersonIdentification5/Oth -->
	<!-- - add documentation to element AT_PersonIdentificationSchemeName1Choice/Cd -->
	<!-- - add documentation to element AT_PersonIdentificationSchemeName1Choice/Prtry -->
	<!-- - add documentation to element AT_PostalAddress6/Ctry -->
	<!-- - add documentation to element AT_PostalAddress6/AdrLine -->
	<!-- - add documentation to element AT_StructuredRemittanceInformation7/CdtrRefInf -->
	<!-- - delete pattern AT_Max140Text_Nm -->
	<!-- - add simple type AT_Max35Text_IBANonly -->
	<!-- - add simple type AT_Max35Text_STRUCTURE -->
	<!-- - add complex type AT_ActiveOrHistoricCurrencyAndAmount_EqvtAmt -->
	<!-- - change type of AT_Max35Text_REF -->
	<!-- - change type of AT_CategoryPurpose1Choice_Batch/Prtry -->
	<!-- - change type of AT_EquivalentAmount2/Amt -->
	<!-- - change type of AT_LocalInstrument2Choice/Prtry -->
	<!-- - change type of AT_OrganisationIdentificationSchemeName1Choice/Prtry -->
	<!-- - change type of AT_PersonIdentificationSchemeName1Choice/Prtry -->
	<!-- - delete complex type AT_GenericFinancialIdentification1 -->
	<!-- - delete simpl type AT_Max16Text -->
	<!-- - delete simpl type AT_Max34Text -->
	<!-- - delete simpl type AT_NotEmpty16 -->
	<!-- - delete simpl type AT_NotEmpty34 -->
	<!-- - change cardinality of AT_CreditorReferenceInformation2/Tp -->
	<!-- - change cardinality of AT_FinancialInstitutionIdentification7_DbtrAgt/BIC -->
	<!-- - change cardinality of AT_OrganisationIdentification4_Dbtr/Othr -->
	<!-- - add element AT_FinancialInstitutionIdentification7_DbtrAgt/Othr -->
	<!-- - add ToC attribute to Document/CstmrCdtTrfInitn -->
	<!-- - add ToC attribute to AT_CreditTransferTransactionInformation10/PmtId -->
	<!-- - add ToC attribute to AT_CreditTransferTransactionInformation10/Amt -->
	<!-- - add ToC attribute to AT_CreditTransferTransactionInformation10/CdtrAgt -->
	<!-- - add ToC attribute to AT_CreditTransferTransactionInformation10/Cdtr -->
	<!-- - add ToC attribute to AT_CreditTransferTransactionInformation10/CdtrAcct -->
	<!-- - add ToC attribute to AT_CreditTransferTransactionInformation10/Purp -->
	<!-- - add ToC attribute to AT_CreditTransferTransactionInformation10/RmtInf -->
	<!-- - add ToC attribute to AT_GroupHeader32/MsgId -->
	<!-- - add ToC attribute to AT_GroupHeader32/CreDtTm -->
	<!-- - add ToC attribute to AT_GroupHeader32/NbOfTxs -->
	<!-- - add ToC attribute to AT_GroupHeader32/CtrlSum -->
	<!-- - add ToC attribute to AT_GroupHeader32/InitgPty -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation3/PmtInfId -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation3/NbOfTxs -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation3/CtrlSum -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation3/PmtTpInf -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation3/ReqdExctnDt -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation3/Dbtr -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation3/DbtrAcct -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation3/DbtrAgt -->
	<!-- - add ToC attribute to AT_PaymentInstructionInformation3/CdtTrfTxInf -->
	<!-- 2014-03-27 -->
	<!-- - change type of AT_Max140Text_Nm -->
	<!-- 2014-05-22 -->
	<!-- - change documentation of AT_PaymentTypeInformation19_Batch/CtgyPurp -->
	<!-- - change documentation of AT_FinancialInstitutionIdentification7_CdtrAgt/BIC -->
	<!-- 2014-10-15 -->
	<!-- - rename from 7.0 to 7.1 at several occurences -->
	<!-- - change documentation of AT_PaymentTypeInformation19_Batch/InstrPrty -->
	<!-- - delete complex type AT_ActiveOrHistoricCurrencyAndAmount_EqvtAmt -->
	<!-- - delete complex type AT_EquivalentAmount2 -->
	<!-- - delete element AT_AmountType3Choice/EqvtAmt -->
	<!--***** End of change log -->
</xd:schema>
