<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://TEST/1.0/edu.emory.cci.xml.schema.circular2" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://TEST/1.0/edu.emory.cci.xml.schema.circular2" xmlns:pref="http://TEST/1.0/edu.emory.cci.xml.schema.circular1">
	<import namespace="http://TEST/1.0/edu.emory.cci.xml.schema.circular1" schemaLocation="circular1.xsd"/>
	<complexType name="Type2">
		<attribute name="id" type="string"/>
	</complexType>

	<element name="element2" type="tns:Type2"/>
</schema>