summaryrefslogtreecommitdiff
path: root/xsd-tests/cxx/tree/chameleon/includee.xsd
blob: 531a7d00c1c3ab3826158229882bed2baf8032af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" ?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <xsd:complexType name="root_t">
    <xsd:sequence>
      <xsd:element name="a" type="type"/>
      <xsd:element ref="b"/>
    </xsd:sequence>
  </xsd:complexType>

  <xsd:element name="root" type="root_t"/>

</xsd:schema>