1<xsd:schema targetNamespace="" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
2	<xsd:group name="b" id="foo">
3		<xsd:sequence>
4			<xsd:element name="b"/>
5		</xsd:sequence>
6	</xsd:group>
7</xsd:schema>
8