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/ref-type/idref.xsd | 42 ++++++++++++++++++++++++++++++++++++ tests/schema/ref-type/idrefs.xsd | 43 +++++++++++++++++++++++++++++++++++++ tests/schema/ref-type/invalid-0.xsd | 17 +++++++++++++++ tests/schema/ref-type/invalid-1.xsd | 11 ++++++++++ 4 files changed, 113 insertions(+) create mode 100644 tests/schema/ref-type/idref.xsd create mode 100644 tests/schema/ref-type/idrefs.xsd create mode 100644 tests/schema/ref-type/invalid-0.xsd create mode 100644 tests/schema/ref-type/invalid-1.xsd (limited to 'tests/schema/ref-type') diff --git a/tests/schema/ref-type/idref.xsd b/tests/schema/ref-type/idref.xsd new file mode 100644 index 0000000..49ebe40 --- /dev/null +++ b/tests/schema/ref-type/idref.xsd @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/schema/ref-type/idrefs.xsd b/tests/schema/ref-type/idrefs.xsd new file mode 100644 index 0000000..b68ed03 --- /dev/null +++ b/tests/schema/ref-type/idrefs.xsd @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/schema/ref-type/invalid-0.xsd b/tests/schema/ref-type/invalid-0.xsd new file mode 100644 index 0000000..7ce82ed --- /dev/null +++ b/tests/schema/ref-type/invalid-0.xsd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + diff --git a/tests/schema/ref-type/invalid-1.xsd b/tests/schema/ref-type/invalid-1.xsd new file mode 100644 index 0000000..d989065 --- /dev/null +++ b/tests/schema/ref-type/invalid-1.xsd @@ -0,0 +1,11 @@ + + + + + + + + -- cgit v1.1