aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/compositor/includer.xsd
blob: fc730e460c70486960d72d41386126bd074f7c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" ?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
	    xmlns:T="test"
            targetNamespace="test">

  <include schemaLocation="includee.xsd"/>

  <complexType name="container">
    <choice>
      <element name="a" type="T:member" maxOccurs="unbounded"/>
    </choice>
  </complexType>

</schema>