aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/test-template/test.xsd
blob: e0a9be12f45c14125fcc4313e31caac177deda03 (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="int" maxOccurs="unbounded"/>
    </sequence>
  </complexType>

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

</schema>