aboutsummaryrefslogtreecommitdiff
path: root/tests/schema/union/test-001.std
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-03 20:10:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-03 20:10:52 +0200
commit3717fce14ff732658d542c13890b226c8367e272 (patch)
treefea72a29626249bdf2961ae7ce0fb15891ad41cd /tests/schema/union/test-001.std
parente4f4f0bed9befbde2117af6f128d9323be3f1638 (diff)
Resolve anonymous bases in the multi-schema compilation
Also, resolve anonymous specialization arguments (list and union).
Diffstat (limited to 'tests/schema/union/test-001.std')
-rw-r--r--tests/schema/union/test-001.std15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/schema/union/test-001.std b/tests/schema/union/test-001.std
new file mode 100644
index 0000000..f407b30
--- /dev/null
+++ b/tests/schema/union/test-001.std
@@ -0,0 +1,15 @@
+primary
+{
+ namespace test
+ {
+ list list
+ {
+ union <anonymous> http://www.w3.org/2001/XMLSchema#int test#enum
+ }
+ enumeration enum: http://www.w3.org/2001/XMLSchema#string
+ {
+ enumerator male
+ enumerator female
+ }
+ }
+}