1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<t:root xmlns:t="test" xmlns:o="other" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="test test.xsd"> <!-- invalid --> <choice> <c>c</c> <d>d</d> <o:any>any</o:any> <a>a</a> <b>b</b> </choice> </t:root>