<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2007 sp1 (http://www.altova.com) by ANDERS MYREN (ANDERS MYREN AB) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation=".\fi2Base.xsd"/>
	<xs:annotation>
		<xs:documentation>Amendments:</xs:documentation>
	</xs:annotation>
	<xs:annotation>
		<xs:documentation>2009-mar-30 Fi2xml 1.22</xs:documentation>
	</xs:annotation>
	<xs:element name="fi2showleasecontract">
		<xs:annotation>
			<xs:documentation>Show lists on lease contracts.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="fi2control"/>
				<xs:element name="fi2data">
					<xs:annotation>
						<xs:documentation>FI2xml Data Area</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="fi2documentlist" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Optional list of documents</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="fi2document" type="fi2document_type" maxOccurs="unbounded"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="fi2contractlist" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Lists of lease contracts.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="fi2contractlist_descr" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Optional description for this list of lease contract.</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element ref="fi2leasecontract" maxOccurs="unbounded"/>
										<xs:element name="fi2contractlist_parentobject" type="fi2parentobject_type" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Optional list of parent objetc for this list of lease contracts to be inherited by all fi2lease_contract in this list.</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="fi2contractlist_childobject" type="fi2childobject_type" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Optional list if child objects for list list of lease contracts to be inherted by all lease contracts in this list.</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
									<xs:attribute name="id"/>
									<xs:attribute name="guid"/>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
