aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/file-per-type/test.xsd
blob: ebb2f23a35ea9f81720da39ede3e272df3dbfe8d (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" ?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:t="test" targetNamespace="test">

  <include schemaLocation="a.xsd"/>
  <include schemaLocation="b.xsd"/>

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