summaryrefslogtreecommitdiff
path: root/tests/schema/chameleon/schemas/includee.xsd
blob: d89b9c42c0b755e37ba7f6e15625b21c5d63256c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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="base">
    <xsd:restriction base="xsd:string"/>
  </xsd:simpleType>
  
  <xsd:element name="base_e" type="base"/>

</xsd:schema>