From ece4fd35da7b7fc76264776f81705e6b5b52d3e0 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:11:48 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835140 13f79535-47bb-0310-9956-ffa450edef68 --- .../sdo/tools/src/test/resources/enum.xsd | 47 +++++++++++ .../resources/mixedRepeatingChoiceTestResult.xml | 22 +++++ .../src/test/resources/mixedStaticTestResult.xml | 31 +++++++ .../tools/src/test/resources/repeatingChoice.xsd | 29 +++++++ .../test/resources/repeatingChoiceTestResult.xml | 22 +++++ .../sdo/tools/src/test/resources/sequences.xsd | 97 ++++++++++++++++++++++ .../sdo/tools/src/test/resources/simple.xsd | 38 +++++++++ .../twoRepeatingChoicesMixedTestResult.xml | 25 ++++++ .../resources/twoRepeatingChoicesTestResult.xml | 25 ++++++ 9 files changed, 336 insertions(+) create mode 100644 sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/enum.xsd create mode 100644 sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/mixedRepeatingChoiceTestResult.xml create mode 100644 sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/mixedStaticTestResult.xml create mode 100644 sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/repeatingChoice.xsd create mode 100644 sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/repeatingChoiceTestResult.xml create mode 100644 sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/sequences.xsd create mode 100644 sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/simple.xsd create mode 100644 sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/twoRepeatingChoicesMixedTestResult.xml create mode 100644 sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/twoRepeatingChoicesTestResult.xml (limited to 'sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources') diff --git a/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/enum.xsd b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/enum.xsd new file mode 100644 index 0000000000..efa951c410 --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/enum.xsd @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/mixedRepeatingChoiceTestResult.xml b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/mixedRepeatingChoiceTestResult.xml new file mode 100644 index 0000000000..6564fe6112 --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/mixedRepeatingChoiceTestResult.xml @@ -0,0 +1,22 @@ + + + + 1 + foo +some mixed text bar + 2 + diff --git a/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/mixedStaticTestResult.xml b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/mixedStaticTestResult.xml new file mode 100644 index 0000000000..f68e456a0e --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/mixedStaticTestResult.xml @@ -0,0 +1,31 @@ + + + + + fbnt + + FlyByNightTechnology + + some text + + 2000.0 + + + more text + 1000.0 + + diff --git a/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/repeatingChoice.xsd b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/repeatingChoice.xsd new file mode 100644 index 0000000000..b7aef69735 --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/repeatingChoice.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/repeatingChoiceTestResult.xml b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/repeatingChoiceTestResult.xml new file mode 100644 index 0000000000..1b2281f7d3 --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/repeatingChoiceTestResult.xml @@ -0,0 +1,22 @@ + + + + 1 + foo + bar + 2 + diff --git a/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/sequences.xsd b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/sequences.xsd new file mode 100644 index 0000000000..6e70ad528c --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/sequences.xsd @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/simple.xsd b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/simple.xsd new file mode 100644 index 0000000000..37b1773859 --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/simple.xsd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/twoRepeatingChoicesMixedTestResult.xml b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/twoRepeatingChoicesMixedTestResult.xml new file mode 100644 index 0000000000..2a53982a8f --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/twoRepeatingChoicesMixedTestResult.xml @@ -0,0 +1,25 @@ + + + + 1 +where will this appear? foo + bar + 2 + pea + 99 + fred + diff --git a/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/twoRepeatingChoicesTestResult.xml b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/twoRepeatingChoicesTestResult.xml new file mode 100644 index 0000000000..2679d973c5 --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/sdo/tools/src/test/resources/twoRepeatingChoicesTestResult.xml @@ -0,0 +1,25 @@ + + + + 1 + foo + bar + 2 + banana + 99 + fred + -- cgit v1.2.3