blob: d33b97a86e94f263237310f02b0331e9e3447da6 [file] [log] [blame]
<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="XSAttributeAnnotationsTest"
xmlns:sv="XSAttributeAnnotationsTest">
<attribute name="attr" type="string">
</attribute>
<element name="root">
<complexType>
<sequence>
<element name="elString" type="string" />
</sequence>
</complexType>
</element>
</schema>