aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/compositor/includee.xsd
blob: 1def7611080bf84fcfd93a66c9fab79eab335742 (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">

  <complexType name="member">
    <choice>
      <element name="a" type="int" minOccurs="0"/>
      <element name="b" type="string"/>
      <element name="c" type="boolean"/>
    </choice>
  </complexType>

</schema>