From a96291b78e2ed8eccab73c34d40e39c8461cf784 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 23 Mar 2009 08:00:07 +0000 Subject: One more test with an sca trunk in the sandbox git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757343 13f79535-47bb-0310-9956-ffa450edef68 --- .../databinding-axiom/src/test/resources/ipo.xml | 51 ++++++++ .../databinding-axiom/src/test/resources/ipo.xsd | 137 +++++++++++++++++++++ .../src/test/resources/order.wsdl | 76 ++++++++++++ 3 files changed, 264 insertions(+) create mode 100644 sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/ipo.xml create mode 100755 sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/ipo.xsd create mode 100644 sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/order.wsdl (limited to 'sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources') diff --git a/sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/ipo.xml b/sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/ipo.xml new file mode 100644 index 0000000000..df901d183d --- /dev/null +++ b/sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/ipo.xml @@ -0,0 +1,51 @@ + + + + + + Helen Zoe + 47 Eden Street + Cambridge + CB1 1JR + + + + Robert Smith + 8 Oak Avenue + Old Town + PA + 95819 + + + + + Lapis necklace + 1 + 99.95 + Want this for the holidays + 1999-12-05 + + + + diff --git a/sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/ipo.xsd b/sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/ipo.xsd new file mode 100755 index 0000000000..af1e73172d --- /dev/null +++ b/sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/ipo.xsd @@ -0,0 +1,137 @@ + + + + + + + International Purchase order schema for Example.com + Copyright 2000 Example.com. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/order.wsdl b/sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/order.wsdl new file mode 100644 index 0000000000..a5ead60382 --- /dev/null +++ b/sandbox/ant/sca/trunk/modules/databinding-axiom/src/test/resources/order.wsdl @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3