<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:redefine schemaLocation="attgC035.red">
		<xsd:attributeGroup name="car">
			<xsd:attributeGroup ref="car"/>
			<xsd:attributeGroup ref="foo"/>
		</xsd:attributeGroup>
	</xsd:redefine>
	<xsd:element name="doc" type="test"/>
	<xsd:complexType name="test">
		<xsd:attributeGroup ref="car"/>
	</xsd:complexType>
	<xsd:attributeGroup name="foo">
		<xsd:attribute name="foo1" type="xsd:int"/>
		<xsd:attribute name="foo2" type="xsd:string"/>
	</xsd:attributeGroup>
</xsd:schema>
