blob: 67d33ce22de3352f8e73e9c7bd83e75530dbc08c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<t:root xmlns:t="test"
xmlns:o="other"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="test test.xsd">
<!-- fail minOccurs="1" -->
<sequence>
</sequence>
</t:root>
|