<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:element name="ROOT" type="ROOT"/>
	<xs:complexType name="ROOT">
		<xs:attribute name="a" type="xs:string"/>
		<xs:attribute name="b" type=""/>
	</xs:complexType>
</xs:schema>