<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.esd.org.uk/standards" xmlns:gms="http://www.govtalk.gov.uk/CM/gms-xs" xmlns:esd="http://www.esd.org.uk/standards" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.esd.org.uk/standards" elementFormDefault="qualified" version="3.0" id="ItemMappings">
	<xs:annotation>
		<xs:documentation>Item Mappings</xs:documentation>
		<xs:appinfo>
			<gms:Metadata>
				<gms:Identifier>ItemMappings</gms:Identifier>
				<gms:Source>http://www.esd.org.uk/standards/xmlschemas/mapping-v3.0.xsd</gms:Source>
			</gms:Metadata>
		</xs:appinfo>
	</xs:annotation>
	<xs:include schemaLocation="itemlink-v3.0.xsd"/>
	<xs:include  schemaLocation="egmsmetadata-v3.0.xsd"/>
	<xs:element name="ItemMappings">
		<xs:annotation>
			<xs:documentation>Link between one item of one list and an other item of an other list.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="Metadata"/>
				<xs:element name="ItemMapping" type="ItemLinkStructure" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="HomeLocation" type="xs:anyURI" use="required"/>
			<xs:attribute name="LatestVersionLocation" type="xs:anyURI" use="required"/>
			<xs:attribute name="Version" type="xs:string" use="required"/>
			<xs:attribute name="FromResource" type="xs:anyURI" use="required"/>
			<xs:attribute name="ToResource" type="xs:anyURI" use="required"/>
			<xs:attribute name="SchemaVersion" type="xs:string" use="optional" default="3.0"/>
		</xs:complexType>
	</xs:element>
</xs:schema>
