From 82fb46a356deaed37cf1ef272c2411c491b14017 Mon Sep 17 00:00:00 2001 From: edwardsmj Date: Wed, 5 Aug 2009 09:48:19 +0000 Subject: Updated to match latest OASIS XSDs which contain fixes for problems which are affecting Tuscany - sca-1.1-cd03.xsd updated to use these new files. As required by TUSCANY 3192. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801112 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/sca-1.1-cd03.xsd | 15 +- .../resources/sca-binding-ws-callback-1.1-cd04.xsd | 18 + .../src/main/resources/sca-core-1.1-cd04.xsd | 511 +++++++++++++++++++++ .../resources/sca-implementation-bpel-1.1-cd03.xsd | 31 ++ .../resources/sca-implementation-java-1.1-cd03.xsd | 27 ++ .../main/resources/sca-interface-java-1.1-cd03.xsd | 58 +-- .../main/resources/sca-interface-wsdl-1.1-cd04.xsd | 29 ++ 7 files changed, 656 insertions(+), 33 deletions(-) create mode 100644 java/sca/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd create mode 100644 java/sca/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd04.xsd create mode 100644 java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd create mode 100644 java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd03.xsd create mode 100644 java/sca/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd04.xsd (limited to 'java') diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd index edd3187ae1..8958305d6c 100644 --- a/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd @@ -5,21 +5,28 @@ targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"> - + + + - + - + - + + diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd new file mode 100644 index 0000000000..4bc2e73d4c --- /dev/null +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd04.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd04.xsd new file mode 100644 index 0000000000..f9b02766cb --- /dev/null +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd04.xsd @@ -0,0 +1,511 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd new file mode 100644 index 0000000000..6d0e417787 --- /dev/null +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd03.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd03.xsd new file mode 100644 index 0000000000..861778b6e3 --- /dev/null +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd03.xsd @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd03.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd03.xsd index 6acbe6cf1c..e5c1ea5448 100644 --- a/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd03.xsd +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd03.xsd @@ -1,29 +1,29 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd04.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd04.xsd new file mode 100644 index 0000000000..b8b967d890 --- /dev/null +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd04.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3