<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:eanucc="urn:ean.ucc:2" targetNamespace="urn:ean.ucc:2" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="2.1.1">
	<xsd:annotation>
		<xsd:documentation>
---------------------------

---------------------------
    </xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="AccountNumberTypeList.xsd"/>
	<xsd:include schemaLocation="RoutingNumberTypeList.xsd"/>
	<xsd:include schemaLocation="Description.xsd"/>
	<xsd:include schemaLocation="NameAndAddress.xsd"/>
	<xsd:complexType name="RoutingNumberType">
		<xsd:sequence>
			<xsd:element name="number">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="80"/>
						<xsd:minLength value="1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="routingNumberType" type="eanucc:RoutingNumberTypeListType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="AccountNumberType">
		<xsd:sequence>
			<xsd:element name="number">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="80"/>
						<xsd:minLength value="1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="accountNumberType" type="eanucc:AccountNumberTypeListType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="FinancialInstitutionInformationType">
		<xsd:sequence>
			<xsd:element name="accountName">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="80"/>
						<xsd:minLength value="1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="accountNumber" type="eanucc:AccountNumberType" minOccurs="0"/>
			<xsd:element name="routingNumber" type="eanucc:RoutingNumberType" minOccurs="0"/>
			<xsd:element name="financialInsitutionNameAndAddress" type="eanucc:NameAndAddressType" minOccurs="0"/>
			<xsd:element name="branch" minOccurs="0">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="80"/>
						<xsd:minLength value="1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="additionalFinancialInformation" type="eanucc:TextDescriptionType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>

