From f0510d2f90467de8e8f260b47d79a9baaf9bef17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2009 07:15:29 +0200 Subject: Start tracking XSD with git --- tests/schema/list/anonymous/test.xsd | 16 +++++++ tests/schema/list/any-simple-type/test.xsd | 12 +++++ tests/schema/list/driver.cxx | 13 ++++++ tests/schema/list/test.xsd | 72 ++++++++++++++++++++++++++++++ 4 files changed, 113 insertions(+) create mode 100644 tests/schema/list/anonymous/test.xsd create mode 100644 tests/schema/list/any-simple-type/test.xsd create mode 100644 tests/schema/list/driver.cxx create mode 100644 tests/schema/list/test.xsd (limited to 'tests/schema/list') diff --git a/tests/schema/list/anonymous/test.xsd b/tests/schema/list/anonymous/test.xsd new file mode 100644 index 0000000..7db39ba --- /dev/null +++ b/tests/schema/list/anonymous/test.xsd @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/tests/schema/list/any-simple-type/test.xsd b/tests/schema/list/any-simple-type/test.xsd new file mode 100644 index 0000000..29fe95c --- /dev/null +++ b/tests/schema/list/any-simple-type/test.xsd @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/tests/schema/list/driver.cxx b/tests/schema/list/driver.cxx new file mode 100644 index 0000000..7bd46e9 --- /dev/null +++ b/tests/schema/list/driver.cxx @@ -0,0 +1,13 @@ +#include "test.hxx" + +typedef xmlns::test::IntList IntListImpl; +typedef xmlns::test::IntList IntListVoidImpl; +typedef xmlns::test::IntComplex IntComplexImpl; + +int +main () +{ + IntListImpl int_list_impl; + IntListVoidImpl int_list_void_impl; + IntComplexImpl int_complex_impl; +} diff --git a/tests/schema/list/test.xsd b/tests/schema/list/test.xsd new file mode 100644 index 0000000..e16a58d --- /dev/null +++ b/tests/schema/list/test.xsd @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1