<?xml version="1.0"?>
<xs:schema xmlns:lib="http://dyomedea.com/ns/library" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dyomedea.com/ns/library" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import schemaLocation="very-simple-2-ns-ppl-nons-t.xsd"/>
	<xs:element name="library">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="importTest" type="importType" />
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
