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/inheritance/cycle.xsd | 34 ++++++++++++++++++++++ .../inheritance/sourced-forward/includee.xsd | 10 +++++++ .../inheritance/sourced-forward/includer.xsd | 14 +++++++++ 3 files changed, 58 insertions(+) create mode 100644 tests/schema/inheritance/cycle.xsd create mode 100644 tests/schema/inheritance/sourced-forward/includee.xsd create mode 100644 tests/schema/inheritance/sourced-forward/includer.xsd (limited to 'tests/schema/inheritance') diff --git a/tests/schema/inheritance/cycle.xsd b/tests/schema/inheritance/cycle.xsd new file mode 100644 index 0000000..c705311 --- /dev/null +++ b/tests/schema/inheritance/cycle.xsd @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/schema/inheritance/sourced-forward/includee.xsd b/tests/schema/inheritance/sourced-forward/includee.xsd new file mode 100644 index 0000000..531027d --- /dev/null +++ b/tests/schema/inheritance/sourced-forward/includee.xsd @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/tests/schema/inheritance/sourced-forward/includer.xsd b/tests/schema/inheritance/sourced-forward/includer.xsd new file mode 100644 index 0000000..7d18efc --- /dev/null +++ b/tests/schema/inheritance/sourced-forward/includer.xsd @@ -0,0 +1,14 @@ + + + + + + + + + + -- cgit v1.1