<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:import2="importNS">
	<xsd:import namespace="importNS" schemaLocation="idH031.imp"/>
	<xsd:element name="root">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="uid" type="uidtype" maxOccurs="unbounded"/>
				<xsd:element ref="kid" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
		<xsd:key id="foo1233" name="kuuid">
			<xsd:selector xpath=".//kid"/>
			<xsd:field xpath="@val"/>
		</xsd:key>
		<xsd:keyref id="foo123" name="kruuid" refer="kuuid">
			<xsd:selector xpath=".//uid"/>
			<xsd:field xpath="import2:iid"/>
		</xsd:keyref>
	</xsd:element>
	<xsd:complexType name="uidtype">
		<xsd:sequence>
			<xsd:element ref="import2:iid"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="kid">
		<xsd:complexType>
			<xsd:attribute name="val" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
