~zorba-coders/zorba/bugs-912586-912593-912722

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/schemas/extracontent.xsd

  • Committer: Federico Cavalieri
  • Date: 2012-01-06 13:27:06 UTC
  • Revision ID: federico@m702x-20120106132706-ug815qkceqjrntbp
Fixed bug #912586, #912593 and #912722 (assertion failures with lax validation)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
 
3
    targetNamespace="http://www.zorba-xquery.org/schema" xmlns="http://www.zorba-xquery.org/schema"
 
4
    elementFormDefault="qualified">
 
5
    
 
6
    <xs:element name="root" type="xs:anySimpleType"/>
 
7
    
 
8
    
 
9
</xs:schema>