<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created with Liquid XML 2015 Designer Edition 13.0.14.5873 (http://www.liquid-technologies.com) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified">
	<xs:include schemaLocation="Include Datatypes Einrichten V-1-1.xsd" />
	<xs:include schemaLocation="Include Segments Einrichten V-1-1.xsd" />
	<xs:element name="RemadvMessage">
	     <xs:annotation>
            <xs:documentation xml:lang="de"><b>Nachricht: Zahlungsavise (REMADV) </b></xs:documentation>
            <xs:documentation xml:lang="en"><b>Mesage: Remittance advise (REMADV) </b></xs:documentation>
        </xs:annotation>
		 <xs:complexType>
			<xs:sequence>
				<xs:element name="REMADV" minOccurs="1" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="HEAD" minOccurs="1" maxOccurs="1">
							    <xs:annotation>
										<xs:documentation xml:lang="de">Kopfteil der Zahlungsavise (REMADV)  </xs:documentation>
										<xs:documentation xml:lang="en">Head of the remittance advise (REMADV) </xs:documentation>
                                </xs:annotation>
								<xs:complexType>
									<xs:complexContent>
										<xs:extension base="DocumentHead">
											<xs:sequence>
												<xs:element name="PaymentType" 					type="PaymentType" 				minOccurs="0"/>
												<xs:element name="PaymentWay" 					type="PaymentWay" 				minOccurs="0"/>
												<xs:element name="PaymentDate" 					type="PaymentDate" 				minOccurs="0"/>
												<xs:element name="AccountingPeriodStartDate" 	type="AccountingPeriodDate" 	minOccurs="0"/>
												<xs:element name="AccountingPeriodEndDate" 		type="AccountingPeriodDate"	    minOccurs="0"/>
												<xs:element name="FinancialInformation" 		type="FII" 						minOccurs="0"/>
												<xs:element name="Currency" 					type="Currency" 				minOccurs="0"/>
												<xs:element name="ExchangeRate" 				type="ExchangeRate" 			minOccurs="0"/>
												<xs:element name="NAD" 							type="NAD" 						minOccurs="1" maxOccurs="unbounded" />
											</xs:sequence>
										</xs:extension>
									</xs:complexContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="MessageADV" minOccurs="1" maxOccurs="unbounded">
                                <xs:complexType>
									<xs:sequence>
										<xs:element name="DocumentType" 						type="DocumentType"/>	
										<xs:element name="PreviousDocumentNumber" 				type="DocumentNumber"/>
										<xs:element name="GrossLineAmount" 						type="GrossLineAmount" 					minOccurs="0" />
										<xs:element name="NetLineAmount" 						type="NetLineAmount" 					minOccurs="0"  />
										<xs:element name="AdditionalAmount" 					type="LineAmountQualified" 				minOccurs="0" maxOccurs="unbounded" />
										<xs:element name="AdditionalDate" 						type="EDIDateQualified" 				minOccurs="0" maxOccurs="99" />
										<xs:element name="AdditionalReference" 					type="DocumentLineReferenceQualified" 	minOccurs="0" maxOccurs="unbounded" />
										<xs:element name="MAJT" 								type="Adjustment" 						minOccurs="1" maxOccurs="unbounded" />
										<xs:element name="NAD" 									type="NAD" 								minOccurs="1" maxOccurs="unbounded" />
										<xs:element name="ProductADV">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="IndicatorForDocumentLine" type="IndicatorForDocumentLine" 		minOccurs="0"/>
													<xs:element name="LineItemNumber" 			type="LineItemNumber" 					minOccurs="0"/>
													<xs:element name="ProductID" 				type="ProductIdentifier" 				minOccurs="0"/>
													<xs:element name="SeriesID" 				type="ProductIdentifier" 				minOccurs="0"/>
													<xs:element name="AdditionalAmount" 		type="LineAmountQualified" 				minOccurs="0" maxOccurs="unbounded" />
													<xs:element name="AdditionalDate" 			type="EDIDateQualified" 				minOccurs="0" maxOccurs="99" />
													<xs:element name="LAJT" 					type="Adjustment" 						minOccurs="1" maxOccurs="unbounded"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
                                </xs:complexType>                              
							</xs:element>
							<xs:element name="FOOT" minOccurs="1" maxOccurs="1">
								  <xs:annotation>
										<xs:documentation xml:lang="de">Abschluss der Zahlungsavise (REMADV)</xs:documentation>
										<xs:documentation xml:lang="en">Footer of the remittance advise (REMADV)  </xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:complexContent>
										<xs:extension base="DocumentFoot">
											<xs:sequence>
                                                <xs:element name="AdditionalAmounts" 			type="TotalAmountQualified" 			minOccurs="0" maxOccurs="unbounded" />
												<xs:element name="VatTotal" 					type="VatTotal" 						minOccurs="0" maxOccurs="3" />
											</xs:sequence>
										</xs:extension>
									</xs:complexContent>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>


</xs:schema>
