From bd6f1415823a473da4518769fc292c10330d821d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Sep 2009 18:14:00 +0200 Subject: Start tracking libxsd-frontend with git --- tests/schema/attribute-group/test-001.std | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/schema/attribute-group/test-001.std (limited to 'tests/schema/attribute-group/test-001.std') diff --git a/tests/schema/attribute-group/test-001.std b/tests/schema/attribute-group/test-001.std new file mode 100644 index 0000000..54a1e96 --- /dev/null +++ b/tests/schema/attribute-group/test-001.std @@ -0,0 +1,12 @@ +primary +{ + namespace test + { + complex type + { + any-attribute 'any-attribute #1' + optional attribute foo http://www.w3.org/2001/XMLSchema#string + any-attribute 'any-attribute #0' + } + } +} -- cgit v1.1