Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/ConstructSI/Constr-compelem-constrmod-5.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/ConstructSI/Constr-compelem-constrmod-5.xq12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/ConstructSI/Constr-compelem-constrmod-5.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/ConstructSI/Constr-compelem-constrmod-5.xq
deleted file mode 100644
index e20b5de4..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/ConstructSI/Constr-compelem-constrmod-5.xq
+++ /dev/null
@@ -1,12 +0,0 @@
-(: Name: Constr-compelem-constrmod-5 :)
-(: Written by: Andreas Behm :)
-(: Description: strip IDREFS type in attribute :)
-
-declare construction strip;
-
-(: insert-start :)
-import schema namespace atomic="http://www.w3.org/XQueryTest";
-declare variable $input-context external;
-(: insert-end :)
-
-fn:count(fn:data((element elem {$input-context//*:idrefs/@*:attr})/@*:attr))

Back to the top