summaryrefslogtreecommitdiff
path: root/tests/schema/inheritance/sourced-forward/includee.xsd
blob: 531027d10039c42dec61145be39f54d50ca1b1ea (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" ?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://www.w3.org/2001/XMLSchema XMLSchema.xsd">

  <xsd:simpleType name="Derived">
    <xsd:restriction base="Base"/>
  </xsd:simpleType>

</xsd:schema>