summaryrefslogtreecommitdiff
path: root/tests/schema/ref-type/invalid-1.xsd
blob: d9890656cc29f14749d4fb57ba4b6940662d4162 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns:xse="http://www.codesynthesis.com/xmlns/xml-schema-extension"
            xmlns:test="http://www.codesynthesis.com/xmlns/test"
            targetNamespace="http://www.codesynthesis.com/xmlns/test">

  <!-- unresolvable type -->
  
  <xsd:attribute name="attribute" type="xsd:IDREF" xse:refType="test:author"/>

</xsd:schema>