1(: Test module with a schema :) 2module namespace schema = "http://zorba-tests.28msec.us/modules/myschema"; 3 4import schema namespace sch = "http://zorba-tests.28msec.us/modules/theschema"; 5 6declare namespace ver = "http://www.zorba-xquery.com/options/versioning"; 7declare option ver:module-version "1.0"; 8 9declare function schema:test() { 10 validate { <sch:a>1</sch:a> } 11}; 12