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

	<element name="element1" type="tns:Type1"/>
</schema>