summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/attribute/test-000.xml
blob: b994d1a7cd26741258150ac5d5cc306a7ff8132f (plain)
1
2
3
4
5
6
7
8
9
10
<t:root xmlns:t="test"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <pass-a b="b" t:foo="foo" t:bar="bar"/>
  <pass-b a="a" b="b"/>
  <pass-c a="a" b="b"/>
  <fail/>

</t:root>