<?xml version="1.0"?>

<root xmlns="http://x.x.x" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://x.x.x test.xsd">
	<superset>
		<subset1>
			<s1elements>
				<s1element name="s1el1" att1="11" att2="12"/>
				<s1element name="s1el2" att1="21" att2="22"/>
			</s1elements>
		</subset1>
		<subset2>
			<s2elements>
				<s2element name="s2el1" att1="11" att2="12"/>
				<s2element name="s2el2" att1="21" att2="22"/>
			</s2elements>
		</subset2>
	</superset>
</root>