aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/test-template/test.xsd
blob: 164b72c1d11839a3dd318bf4c6e42745620c39c0 (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="root">
    <sequence>
      <element name="a" type="int"/>
    </sequence>
  </complexType>

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

</schema>