summaryrefslogtreecommitdiff
path: root/xsd-tests/cxx/tree/chameleon/includer.xsd
blob: a1c850a329a3a25f7de1e8fc01ce0338e712c4fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns="test" targetNamespace="test">

  <xsd:include schemaLocation="includee.xsd"/>

  <xsd:simpleType name="type">
    <xsd:restriction base="xsd:string"/>
  </xsd:simpleType>

  <xsd:element name="b" type="xsd:string"/>

</xsd:schema>