blob: 44cd564406a75a887ae41172b450307db1fb63b8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="SchemaValidation2.xsd">
<Test xsi:type="<caret>Y">
<Foo>Foo</Foo>
</Test>
<Test xsi:type="Z">
<Bar>Foo</Bar>
</Test>
<Test xsi:type="<error>Z2</error>">
<<error>Bar</error>>Foo</<error>Bar</error>>
</Test>
</Root>