<?xml version="1.0" encoding="UTF-8"?>
<foos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="file:/C:/Documents%20and%20Settings/JimP/workspace-3.2/castor/src/bugs/xml/srcgen/bugHashCode/test.xsd">
    <foo id="foo1" name="First Foo" refs="foo1" index="1">
        <foobar> a string </foobar>
    </foo>
    <foo id="foo2" name="Second Foo" refs="foo2 foo1" index="2">
        <foobar>another string</foobar>
    </foo>
</foos>
