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

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/ext_var/w3c/extvardef-025.xq

  • Committer: Cezar Andrei
  • Date: 2012-03-28 15:42:12 UTC
  • mfrom: (10606.1.129 zorba)
  • Revision ID: cezar.lp@cezarandrei.com-20120328154212-jh2heq49xcqjppce
Merge from trunck and resolve ChangeLog conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
declare construction strip; 
 
2
import schema namespace hats="http://www.w3.org/XQueryTest/hats" at "SchemaImport/hats.xsd"; 
 
3
declare variable $x as schema-element(hats:abf) external :=
 
4
  validate strict {
 
5
    <hats:abf> 
 
6
      <hats:a/> <hats:b/> <hats:b/> <hats:f/> <hats:f/> <hats:f/> 
 
7
    </hats:abf>};
 
8
$x