aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/restriction/test.xsd
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-24 06:45:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-24 06:45:10 +0200
commita668f1930ebc136d540f7678997e9b2342966d4f (patch)
treecc91089e381bb1faf89a06df0ee36ec2ea33c132 /tests/cxx/serializer/restriction/test.xsd
parente54d8d332352d62831a3ad337c5f410b97157ffe (diff)
Remove invalid multiple anyAttribute declarations
Diffstat (limited to 'tests/cxx/serializer/restriction/test.xsd')
-rw-r--r--tests/cxx/serializer/restriction/test.xsd3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cxx/serializer/restriction/test.xsd b/tests/cxx/serializer/restriction/test.xsd
index 0557e5e..414a7a3 100644
--- a/tests/cxx/serializer/restriction/test.xsd
+++ b/tests/cxx/serializer/restriction/test.xsd
@@ -127,8 +127,7 @@
</choice>
</sequence>
</sequence>
- <anyAttribute namespace="foo" processContents="skip"/>
- <anyAttribute namespace="baz" processContents="skip"/>
+ <anyAttribute namespace="foo baz" processContents="skip"/>
</restriction>
</complexContent>
</complexType>