<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="APC:STUZZA:payments:ISO:pain:001:001:02:austrian:001" targetNamespace="APC:STUZZA:payments:ISO:pain:001:001:02:austrian:001" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<!-- Edited by Hendrik Muus, STUZZA, AT -->
	<!-- MBS Version -->
	<!-- copy of original ISO.pain.001.001.02.austrian.001.xsd with adaptions -->
	<!-- no comments, no documentation, schemalocation as path, maxoccurs of CdtTrfTxInf set to unbound -->
	<!-- for any other information go to original ISO.pain.001.001.02.austrian.001.xsd -->
	<xs:element name="Document" type="Validation_Document"/>
	<xs:complexType name="AccountIdentification3Choice">
		<xs:choice>
			<xs:element name="IBAN" type="IBANIdentifier"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="Validation_DbtrAcctChoice">
		<xs:complexContent>
			<xs:restriction base="AccountIdentification3Choice">
				<xs:choice>
					<xs:element name="IBAN" type="Validation_DbtrIBAN" id="AT-01"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Validation_CdtrAcctChoice">
		<xs:complexContent>
			<xs:restriction base="AccountIdentification3Choice">
				<xs:choice>
					<xs:element name="IBAN" type="Validation_CdtrIBAN" id="AT-20"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AmountType2Choice">
		<xs:choice>
			<xs:element name="InstdAmt" type="CurrencyAndAmount"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="Validation_AmountType2Choice">
		<xs:complexContent>
			<xs:restriction base="AmountType2Choice">
				<xs:choice>
					<xs:element name="InstdAmt" type="Validation_InstdAmt" id="AT-04"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="BICIdentifier">
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_DbtrBIC">
		<xs:restriction base="BICIdentifier">
			<xs:pattern value="[A-Z]{4}AT[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3})?"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_CdtrBIC">
		<xs:restriction base="BICIdentifier">
			<xs:pattern value="([A-Z]{4}(AT|BE|BG|CH|CY|CZ|DE|DK|EE|ES|FI|FR|GB|GF|GG|GI|GP|GR|HU|HR|IE|IS|IT|JE|LI|LT|LU|LV|MT|MQ|NL|NO|PL|PT|RO|RE|SE|SI|SK)[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3})?)|NOTAVAIL"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="BranchAndFinancialInstitutionIdentification3">
		<xs:sequence>
			<xs:element name="FinInstnId" type="FinancialInstitutionIdentification5Choice"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_DbtrAgt">
		<xs:complexContent>
			<xs:restriction base="BranchAndFinancialInstitutionIdentification3">
				<xs:sequence>
					<xs:element name="FinInstnId" type="Validation_Dbtr_FinInstnId"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Validation_CdtrAgt">
		<xs:complexContent>
			<xs:restriction base="BranchAndFinancialInstitutionIdentification3">
				<xs:sequence>
					<xs:element name="FinInstnId" type="Validation_Cdtr_FinInstnId"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="CashAccount7">
		<xs:sequence>
			<xs:element name="Id" type="AccountIdentification3Choice"/>
			<xs:element name="Ccy" type="CurrencyCode" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_DbtrAcct">
		<xs:complexContent>
			<xs:restriction base="CashAccount7">
				<xs:sequence>
					<xs:element name="Id" type="Validation_DbtrAcctChoice"/>
					<xs:element name="Ccy" type="CurrencyCode" minOccurs="0"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Validation_CdtrAcct">
		<xs:complexContent>
			<xs:restriction base="CashAccount7">
				<xs:sequence>
					<xs:element name="Id" type="Validation_CdtrAcctChoice"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="ChargeBearerType1Code">
		<xs:restriction base="xs:string">
			<xs:enumeration value="SLEV"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="CreditTransferTransactionInformation1">
		<xs:sequence>
			<xs:element name="PmtId" type="PaymentIdentification1"/>
			<xs:element name="PmtTpInf" type="PaymentTypeInformation1" minOccurs="0"/>
			<xs:element name="Amt" type="AmountType2Choice"/>
			<xs:element name="UltmtDbtr" type="PartyIdentification8" minOccurs="0"/>
			<xs:element name="CdtrAgt" type="BranchAndFinancialInstitutionIdentification3"/>
			<xs:element name="Cdtr" type="PartyIdentification8"/>
			<xs:element name="CdtrAcct" type="CashAccount7"/>
			<xs:element name="UltmtCdtr" type="PartyIdentification8" minOccurs="0"/>
			<xs:element name="RmtInf" type="RemittanceInformation1" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_CreditTransferTransactionInformation1">
		<xs:complexContent>
			<xs:restriction base="CreditTransferTransactionInformation1">
				<xs:sequence>
					<xs:element name="PmtId" type="Validation_PaymentIdentification1"/>
					<xs:element name="PmtTpInf" type="Validation_PmtTpInf_Sngl" minOccurs="0"/>
					<xs:element name="Amt" type="Validation_AmountType2Choice"/>
					<xs:element name="UltmtDbtr" type="Validation_UltmtDbtr" minOccurs="0"/>
					<xs:element name="CdtrAgt" type="Validation_CdtrAgt"/>
					<xs:element name="Cdtr" type="Validation_Cdtr"/>
					<xs:element name="CdtrAcct" type="Validation_CdtrAcct"/>
					<xs:element name="UltmtCdtr" type="Validation_UltmtCdtr" minOccurs="0"/>
					<xs:element name="RmtInf" type="Validation_RemittanceInformation1" minOccurs="0"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="CurrencyAndAmount_SimpleType">
		<xs:restriction base="xs:decimal">
			<xs:minInclusive value="0"/>
			<xs:fractionDigits value="5"/>
			<xs:totalDigits value="18"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="CurrencyAndAmount">
		<xs:simpleContent>
			<xs:extension base="CurrencyAndAmount_SimpleType">
				<xs:attribute name="Ccy" type="CurrencyCode" use="required"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="Validation_InstdAmt">
		<xs:simpleContent>
			<xs:restriction base="CurrencyAndAmount">
				<xs:maxInclusive value="999999999.99"/>
				<xs:minInclusive value="0.01"/>
				<xs:pattern value="(0|([1-9]\d*))(\.\d{1,2})?"/>
				<xs:attribute name="Ccy" type="Validation_CurrencyCode" use="required"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:simpleType name="CurrencyCode">
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{3,3}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_CurrencyCode">
		<xs:restriction base="CurrencyCode">
			<xs:enumeration value="EUR"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DecimalNumber">
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="17"/>
			<xs:totalDigits value="18"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_ControlSum">
		<xs:restriction base="DecimalNumber">
			<xs:maxInclusive value="999999999999.99"/>
			<xs:minInclusive value="0.01"/>
			<xs:pattern value="(0|([1-9]\d*))(\.\d{1,2})?"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="Document">
		<xs:sequence>
			<xs:element name="pain.001.001.02" type="pain.001.001.02"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_Document">
		<xs:complexContent>
			<xs:restriction base="Document">
				<xs:sequence>
					<xs:element name="pain.001.001.02" type="Validation_pain.001.001.02"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="FinancialInstitutionIdentification5Choice">
		<xs:choice>
			<xs:element name="BIC" type="BICIdentifier"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="Validation_Dbtr_FinInstnId">
		<xs:complexContent>
			<xs:restriction base="FinancialInstitutionIdentification5Choice">
				<xs:choice>
					<xs:element name="BIC" type="Validation_DbtrBIC" id="AT-06"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Validation_Cdtr_FinInstnId">
		<xs:complexContent>
			<xs:restriction base="FinancialInstitutionIdentification5Choice">
				<xs:choice>
					<xs:element name="BIC" type="Validation_CdtrBIC" id="AT-23"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="GroupHeader1">
		<xs:sequence>
			<xs:element name="MsgId" type="Max35Text"/>
			<xs:element name="CreDtTm" type="ISODateTime"/>
			<xs:element name="NbOfTxs" type="Max15NumericText"/>
			<xs:element name="CtrlSum" type="DecimalNumber"/>
			<xs:element name="Grpg" type="Grouping1Code"/>
			<xs:element name="InitgPty" type="PartyIdentification8"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_GroupHeader1">
		<xs:complexContent>
			<xs:restriction base="GroupHeader1">
				<xs:sequence>
					<xs:element name="MsgId">
						<xs:simpleType>
							<xs:restriction base="Validation_MessageIdentification"/>
						</xs:simpleType>
					</xs:element>
					<xs:element name="CreDtTm" type="Validation_MessageCreationDateTime"/>
					<xs:element name="NbOfTxs" type="Validation_NumberOfTransactions"/>
					<xs:element name="CtrlSum" type="Validation_ControlSum"/>
					<xs:element name="Grpg" type="Grouping1Code"/>
					<xs:element name="InitgPty" type="Validation_InitgPty"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="Grouping1Code">
		<xs:restriction base="xs:string">
			<xs:enumeration value="GRPD"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="IBANIdentifier">
		<xs:restriction base="xs:string">
			<xs:pattern value="[a-zA-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_DbtrIBAN">
		<xs:restriction base="IBANIdentifier">
			<xs:pattern value="AT[0-9]{18}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_CdtrIBAN">
		<xs:restriction base="IBANIdentifier">
			<xs:pattern value="(AT|BE|BG|CH|CY|CZ|DE|DK|EE|ES|FI|FR|GB|GI|GR|HU|HR|IE|IS|IT|LI|LT|LU|LV|MT|NL|NO|PL|PT|RO|SE|SI|SK)[0-9]{2}[a-zA-Z0-9]{10,30}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ISODate">
		<xs:restriction base="xs:date"/>
	</xs:simpleType>
	<xs:simpleType name="Validation_ReqdExctnDt">
		<xs:restriction base="ISODate">
			<xs:minInclusive value="2007-01-01"/>
			<xs:maxInclusive value="2107-01-01"/>
			<xs:pattern value=".{10}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ISODateTime">
		<xs:restriction base="xs:dateTime"/>
	</xs:simpleType>
	<xs:simpleType name="Validation_MessageCreationDateTime">
		<xs:restriction base="ISODateTime">
			<xs:minInclusive value="2007-01-01T00:00:00"/>
			<xs:maxInclusive value="2107-01-01T23:59:59"/>
			<xs:pattern value=".{19}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="LocalInstrument1Choice">
		<xs:choice>
			<xs:element name="Prtry" type="Max35Text"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="Validation_LclInstrm_Btch">
		<xs:complexContent>
			<xs:restriction base="LocalInstrument1Choice">
				<xs:choice>
					<xs:element name="Prtry" type="Validation_LclInstrm_Prtry_Btch"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Validation_LclInstrm_Sngl">
		<xs:complexContent>
			<xs:restriction base="LocalInstrument1Choice">
				<xs:choice>
					<xs:element name="Prtry" type="Validation_LclInstrm_Prtry_Sngl"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="Max140Text">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="140"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_Ustrd">
		<xs:restriction base="Max140Text">
			<xs:pattern value="([\-a-zA-Z0-9/\?:\(\)\.,'\+&#x20;]|[äöüßÄÖÜ]|[&amp;&gt;&lt;&quot;\|€$§%!=#~;\*\{\}\[\]@\\_°\^\n\r])*"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max15NumericText">
		<xs:restriction base="xs:string">
			<xs:pattern value="[0-9]{1,15}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_NumberOfTransactions">
		<xs:restriction base="Max15NumericText">
			<xs:minLength value="1"/>
			<xs:maxLength value="6"/>
			<xs:pattern value="[1-9][0-9]*"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max35Text">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="35"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_MessageIdentification">
		<xs:restriction base="Max35Text">
			<xs:maxLength value="16"/>
			<xs:pattern value="[0-9A-Z][\-0-9A-Z]*"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_BkPtyId">
		<xs:restriction base="Max35Text">
			<xs:pattern value="[\-a-zA-Z0-9&#x20;]+"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_LclInstrm_Prtry_Btch">
		<xs:restriction base="Max35Text">
			<xs:enumeration value="SAL"/>
			<xs:enumeration value="PEN"/>
			<xs:enumeration value="TAX"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_LclInstrm_Prtry_Sngl">
		<xs:restriction base="Max35Text">
			<xs:enumeration value="TAX"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_EndToEndId">
		<xs:restriction base="Max35Text">
			<xs:pattern value="[\-a-zA-Z0-9/\?:\(\)\.,'\+&#x20;]*"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max70Text">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="70"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Validation_Nm">
		<xs:restriction base="Max70Text">
			<xs:pattern value="([\-a-zA-Z0-9/\?:\(\)\.,'\+&#x20;]|[äöüßÄÖÜ]|[&amp;&gt;&lt;&quot;\|€$§%!=#~;\*\{\}\[\]@\\_°\^])*"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="OrganisationIdentification2">
		<xs:sequence>
			<xs:element name="BkPtyId" type="Max35Text" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_InitgPtyOrgId">
		<xs:complexContent>
			<xs:restriction base="OrganisationIdentification2">
				<xs:sequence>
					<xs:element name="BkPtyId" type="Validation_BkPtyId" id="zB._AT-10"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="pain.001.001.02">
		<xs:sequence>
			<xs:element name="GrpHdr" type="GroupHeader1"/>
			<xs:element name="PmtInf" type="PaymentInstructionInformation1"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_pain.001.001.02">
		<xs:complexContent>
			<xs:restriction base="pain.001.001.02">
				<xs:sequence>
					<xs:element name="GrpHdr" type="Validation_GroupHeader1"/>
					<xs:element name="PmtInf" type="Validation_PaymentInstructionInformation1"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Party2Choice">
		<xs:choice>
			<xs:element name="OrgId" type="OrganisationIdentification2"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="Validation_InitgPtyChoice">
		<xs:complexContent>
			<xs:restriction base="Party2Choice">
				<xs:choice>
					<xs:element name="OrgId" type="Validation_InitgPtyOrgId"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="PartyIdentification8">
		<xs:choice>
			<xs:element name="Nm" type="Max70Text" minOccurs="0"/>
			<xs:element name="Id" type="Party2Choice" minOccurs="0"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="Validation_InitgPty">
		<xs:complexContent>
			<xs:restriction base="PartyIdentification8">
				<xs:choice>
					<xs:element name="Nm" type="Validation_Nm" id="zB._AT-02" minOccurs="0"/>
					<xs:element name="Id" type="Validation_InitgPtyChoice" minOccurs="0"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Validation_UltmtDbtr">
		<xs:complexContent>
			<xs:restriction base="PartyIdentification8">
				<xs:choice>
					<xs:element name="Nm" type="Validation_Nm" id="AT-08"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Validation_Dbtr">
		<xs:complexContent>
			<xs:restriction base="PartyIdentification8">
				<xs:choice>
					<xs:element name="Nm" type="Validation_Nm" id="AT-02"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Validation_Cdtr">
		<xs:complexContent>
			<xs:restriction base="PartyIdentification8">
				<xs:choice>
					<xs:element name="Nm" type="Validation_Nm" id="AT-21"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Validation_UltmtCdtr">
		<xs:complexContent>
			<xs:restriction base="PartyIdentification8">
				<xs:choice>
					<xs:element name="Nm" type="Validation_Nm" id="AT-28"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="PaymentIdentification1">
		<xs:sequence>
			<xs:element name="EndToEndId" type="Max35Text"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_PaymentIdentification1">
		<xs:complexContent>
			<xs:restriction base="PaymentIdentification1">
				<xs:sequence>
					<xs:element name="EndToEndId" type="Validation_EndToEndId" default="NOTPROVIDED" id="AT-41"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="PaymentInstructionInformation1">
		<xs:sequence>
			<xs:element name="PmtMtd" type="PaymentMethod3Code"/>
			<xs:element name="PmtTpInf" type="PaymentTypeInformation1" minOccurs="0"/>
			<xs:element name="ReqdExctnDt" type="ISODate"/>
			<xs:element name="Dbtr" type="PartyIdentification8"/>
			<xs:element name="DbtrAcct" type="CashAccount7"/>
			<xs:element name="DbtrAgt" type="BranchAndFinancialInstitutionIdentification3"/>
			<xs:element name="UltmtDbtr" type="PartyIdentification8" minOccurs="0"/>
			<xs:element name="CdtTrfTxInf" type="CreditTransferTransactionInformation1" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_PaymentInstructionInformation1">
		<xs:complexContent>
			<xs:restriction base="PaymentInstructionInformation1">
				<xs:sequence>
					<xs:element name="PmtMtd" type="PaymentMethod3Code"/>
					<xs:element name="PmtTpInf" type="Validation_PmtTpInf_Btch" minOccurs="0"/>
					<xs:element name="ReqdExctnDt" type="Validation_ReqdExctnDt" id="AT-07"/>
					<xs:element name="Dbtr" type="Validation_Dbtr"/>
					<xs:element name="DbtrAcct" type="Validation_DbtrAcct"/>
					<xs:element name="DbtrAgt" type="Validation_DbtrAgt"/>
					<xs:element name="UltmtDbtr" type="Validation_UltmtDbtr" minOccurs="0"/>
					<xs:element name="CdtTrfTxInf" type="Validation_CreditTransferTransactionInformation1" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="PaymentMethod3Code">
		<xs:restriction base="xs:string">
			<xs:enumeration value="TRF"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="PaymentTypeInformation1">
		<xs:sequence>
			<xs:choice>
				<xs:element name="SvcLvl" type="ServiceLevel2Choice" minOccurs="0"/>
			</xs:choice>
			<xs:element name="LclInstrm" type="LocalInstrument1Choice" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_PmtTpInf_Btch">
		<xs:complexContent>
			<xs:restriction base="PaymentTypeInformation1">
				<xs:sequence>
					<xs:choice>
						<xs:element name="SvcLvl" type="Validation_ServiceLevel2Choice" minOccurs="0"/>
					</xs:choice>
					<xs:element name="LclInstrm" type="Validation_LclInstrm_Btch"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="Validation_PmtTpInf_Sngl">
		<xs:complexContent>
			<xs:restriction base="PaymentTypeInformation1">
				<xs:sequence>
					<xs:choice>
						<xs:element name="SvcLvl" type="ServiceLevel2Choice" minOccurs="0"/>
					</xs:choice>
					<xs:element name="LclInstrm" type="Validation_LclInstrm_Sngl"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="RemittanceInformation1">
		<xs:sequence>
			<xs:element name="Ustrd" type="Max140Text" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Validation_RemittanceInformation1">
		<xs:complexContent>
			<xs:restriction base="RemittanceInformation1">
				<xs:sequence>
					<xs:element name="Ustrd" type="Validation_Ustrd" id="AT-05" minOccurs="0"/>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:simpleType name="ServiceLevel1Code">
		<xs:restriction base="xs:string">
			<xs:enumeration value="SEPA"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="ServiceLevel2Choice">
		<xs:choice>
			<xs:element name="Cd" type="ServiceLevel1Code"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="Validation_ServiceLevel2Choice">
		<xs:complexContent>
			<xs:restriction base="ServiceLevel2Choice">
				<xs:choice>
					<xs:element name="Cd" type="ServiceLevel1Code" id="AT-40"/>
				</xs:choice>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>
