summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/dom-association/test.xsd
blob: 07bebc7c6f2d81588811be8b7e9e4766248e1832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:t="test" targetNamespace="test">

  <complexType name="type">
    <sequence>
      <element name="a" type="string"/>
    </sequence>
  </complexType>

  <element name="root" type="t:type"/>

</schema>