summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/enumeration/test.xml
blob: a6fa8933bc9b9e10042f853ea1c0dcb3f30e3ce9 (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">

  <digit>1</digit>

  <gender>male</gender>
  <gender>female</gender>

</t:root>