From 875e50908c2630d263661af492654cd44bef2d65 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 25 Jan 2011 23:30:28 +0000 Subject: Sandbox to experiment with dynamic mass virtual hosting and running a different composite per vhost. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063520 13f79535-47bb-0310-9956-ffa450edef68 --- ...any.sca.contribution.processor.ValidationSchema | 19 + .../apache/tuscany/sca/assembly/xsd/XMLSchema.dtd | 402 ++++++++++++++++++ .../apache/tuscany/sca/assembly/xsd/datatypes.dtd | 204 +++++++++ .../xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd | 195 +++++++++ .../oasis-200401-wss-wssecurity-utility-1.0.xsd | 108 +++++ .../apache/tuscany/sca/assembly/xsd/ws-addr.xsd | 137 ++++++ .../apache/tuscany/sca/assembly/xsd/ws-policy.xsd | 141 +++++++ .../org/apache/tuscany/sca/assembly/xsd/wsdli.xsd | 35 ++ .../org/apache/tuscany/sca/assembly/xsd/xml.xsd | 117 ++++++ .../sca/assembly/xsd/xmldsig-core-schema.xsd | 318 ++++++++++++++ .../src/main/resources/sca-1.1-cd06.xsd | 40 ++ .../resources/sca-binding-ejb-1.1-cd02-rev2.xsd | 33 ++ .../resources/sca-binding-jca-1.1-cd04-rev2.xsd | 169 ++++++++ .../resources/sca-binding-jms-1.1-cd04-rev2.xsd | 212 ++++++++++ .../main/resources/sca-binding-sca-1.1-cd06.xsd | 20 + .../resources/sca-binding-ws-1.1-cd04-rev2.xsd | 34 ++ .../sca-binding-ws-callback-1.1-cd04-rev1.xsd | 19 + .../main/resources/sca-contribution-1.1-cd06.xsd | 89 ++++ .../main/resources/sca-contribution-c-1.1-cd06.xsd | 35 ++ .../resources/sca-contribution-cpp-1.1-cd06.xsd | 35 ++ .../resources/sca-contribution-java-1.1-cd03.xsd | 34 ++ .../src/main/resources/sca-core-1.1-cd06.xsd | 468 +++++++++++++++++++++ .../main/resources/sca-definitions-1.1-cd06.xsd | 31 ++ .../resources/sca-implementation-bpel-1.1-cd03.xsd | 32 ++ .../resources/sca-implementation-c-1.1-cd06.xsd | 55 +++ .../sca-implementation-composite-1.1-cd06.xsd | 26 ++ .../resources/sca-implementation-cpp-1.1-cd06.xsd | 63 +++ .../resources/sca-implementation-java-1.1-cd03.xsd | 26 ++ .../sca-implementation-spring-1.1-cd01.xsd | 21 + .../main/resources/sca-interface-c-1.1-cd06.xsd | 51 +++ .../main/resources/sca-interface-cpp-1.1-cd06.xsd | 51 +++ .../main/resources/sca-interface-java-1.1-cd05.xsd | 28 ++ .../main/resources/sca-interface-wsdl-1.1-cd06.xsd | 28 ++ .../src/main/resources/sca-jee-1.1-wd03.xsd | 52 +++ .../src/main/resources/sca-policy-1.1-cd04.xsd | 134 ++++++ .../sca-policy-1.1-intents-definitions-cd04.xml | 249 +++++++++++ .../resources/tuscany-sca-1.1-binding-atom.xsd | 43 ++ .../main/resources/tuscany-sca-1.1-binding-dwr.xsd | 41 ++ .../resources/tuscany-sca-1.1-binding-http.xsd | 69 +++ .../main/resources/tuscany-sca-1.1-binding-jms.xsd | 128 ++++++ .../resources/tuscany-sca-1.1-binding-jsonrpc.xsd | 41 ++ .../resources/tuscany-sca-1.1-binding-rest.xsd | 105 +++++ .../main/resources/tuscany-sca-1.1-binding-rmi.xsd | 40 ++ .../main/resources/tuscany-sca-1.1-binding-rss.xsd | 43 ++ .../tuscany-sca-1.1-contribution-resource.xsd | 46 ++ .../tuscany-sca-1.1-implementation-osgi.xsd | 53 +++ .../tuscany-sca-1.1-implementation-script.xsd | 38 ++ .../tuscany-sca-1.1-implementation-widget.xsd | 42 ++ .../src/main/resources/tuscany-sca-1.1.xsd | 44 ++ 49 files changed, 4444 insertions(+) create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xml.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ejb-1.1-cd02-rev2.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd04-rev2.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04-rev2.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04-rev2.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04-rev1.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd03.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd03.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd05.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd06.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd04.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd04.xml create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-atom.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jms.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rss.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-contribution-resource.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-script.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd create mode 100644 sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd (limited to 'sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources') diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema new file mode 100644 index 0000000000..863d161954 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +tuscany-sca-1.1.xsd +sca-1.1-cd06.xsd diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd new file mode 100644 index 0000000000..e8e8f7625a --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd @@ -0,0 +1,402 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +%xs-datatypes; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd new file mode 100644 index 0000000000..685e89a57e --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd new file mode 100644 index 0000000000..641798b17f --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd @@ -0,0 +1,195 @@ + + + + + + + + + This type represents an element with arbitrary attributes. + + + + + + + + + + + This type is used for password elements per Section 4.1. + + + + + + + + + + This type is used for elements containing stringified binary data. + + + + + + + + + + This type represents a username token per Section 4.1 + + + + + + + + + + + A security token that is encoded in binary + + + + + + + + + + A security token key identifier + + + + + + + + + + Typedef to allow a list of usages (as URIs). + + + + + + This global attribute is used to indicate the usage of a referenced or indicated token within the containing context + + + + + This type represents a reference to an external security token. + + + + + + + + This type represents a reference to an embedded security token. + + + + + + + + + + This type is used reference a security token. + + + + + + + + + + + This complexType defines header block to use for security-relevant data directed at a specific SOAP actor. + + + + + The use of "any" is to allow extensibility and different forms of security data. + + + + + + + + This complexType defines a container for elements to be specified from any namespace as properties/parameters of a DSIG transformation. + + + + + The use of "any" is to allow extensibility from any namespace. + + + + + + + + This element defines the wsse:UsernameToken element per Section 4.1. + + + + + This element defines the wsse:BinarySecurityToken element per Section 4.2. + + + + + This element defines a security token reference + + + + + This element defines a security token embedded reference + + + + + This element defines a key identifier reference + + + + + This element defines the wsse:SecurityTokenReference per Section 4.3. + + + + + This element defines the wsse:Security SOAP header element per Section 4. + + + + + This element contains properties for transformations from any namespace, including DSIG. + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd new file mode 100644 index 0000000000..f8d74e9c6e --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd @@ -0,0 +1,108 @@ + + + + + + + +This type defines the fault code value for Timestamp message expiration. + + + + + + + + + + +This global attribute supports annotating arbitrary elements with an ID. + + + + + + +Convenience attribute group used to simplify this schema. + + + + + + + + + +This type is for elements whose [children] is a psuedo-dateTime and can have arbitrary attributes. + + + + + + + + + + + +This type is for elements whose [children] is an anyURI and can have arbitrary attributes. + + + + + + + + + + + + +This complex type ties together the timestamp related elements into a composite type. + + + + + + + + + + + + + + +This element allows Timestamps to be applied anywhere element wildcards are present, +including as a SOAP header. + + + + + + + +This element allows an expiration time to be applied anywhere element wildcards are present. + + + + + + +This element allows a creation time to be applied anywhere element wildcards are present. + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd new file mode 100644 index 0000000000..f6fc9c53b0 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd new file mode 100644 index 0000000000..c43e5814ed --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd new file mode 100644 index 0000000000..7fb8c1beed --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd @@ -0,0 +1,35 @@ + + + + + + + + + This attribute can be used to provide some hints on where + additional WSDL information for a given namespace can be + found in order to help with QName resolution + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xml.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xml.xsd new file mode 100644 index 0000000000..ac4b0ec8e6 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xml.xsd @@ -0,0 +1,117 @@ + + + + + + + See http://www.w3.org/XML/1998/namespace.html and + http://www.w3.org/TR/REC-xml for information about this namespace. + + This schema document describes the XML namespace, in a form + suitable for import by other schema documents. + + Note that local names in this namespace are intended to be defined + only by the World Wide Web Consortium or its subgroups. The + following names are currently defined in this namespace and should + not be used with conflicting semantics by any Working Group, + specification, or document instance: + + base (as an attribute name): denotes an attribute whose value + provides a URI to be used as the base for interpreting any + relative URIs in the scope of the element on which it + appears; its value is inherited. This name is reserved + by virtue of its definition in the XML Base specification. + + lang (as an attribute name): denotes an attribute whose value + is a language code for the natural language of the content of + any element; its value is inherited. This name is reserved + by virtue of its definition in the XML specification. + + space (as an attribute name): denotes an attribute whose + value is a keyword indicating what whitespace processing + discipline is intended for the content of the element; its + value is inherited. This name is reserved by virtue of its + definition in the XML specification. + + Father (in any context at all): denotes Jon Bosak, the chair of + the original XML Working Group. This name is reserved by + the following decision of the W3C XML Plenary and + XML Coordination groups: + + In appreciation for his vision, leadership and dedication + the W3C XML Plenary on this 10th day of February, 2000 + reserves for Jon Bosak in perpetuity the XML name + xml:Father + + + + + This schema defines attributes and an attribute group + suitable for use by + schemas wishing to allow xml:base, xml:lang or xml:space attributes + on elements they define. + + To enable this, such a schema must import this schema + for the XML namespace, e.g. as follows: + <schema . . .> + . . . + <import namespace="http://www.w3.org/XML/1998/namespace" + schemaLocation="http://www.w3.org/2001/03/xml.xsd"/> + + Subsequently, qualified reference to any of the attributes + or the group defined below will have the desired effect, e.g. + + <type . . .> + . . . + <attributeGroup ref="xml:specialAttrs"/> + + will define a type which will schema-validate an instance + element with any of those attributes + + + + In keeping with the XML Schema WG's standard versioning + policy, this schema document will persist at + http://www.w3.org/2001/03/xml.xsd. + At the date of issue it can also be found at + http://www.w3.org/2001/xml.xsd. + The schema document at that URI may however change in the future, + in order to remain compatible with the latest version of XML Schema + itself. In other words, if the XML Schema namespace changes, the version + of this document at + http://www.w3.org/2001/xml.xsd will change + accordingly; the version at + http://www.w3.org/2001/03/xml.xsd will not change. + + + + + + In due course, we should install the relevant ISO 2- and 3-letter + codes as the enumerated possible values . . . + + + + + + + + + + + + + + + See http://www.w3.org/TR/xmlbase/ for + information about this attribute. + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd new file mode 100644 index 0000000000..c4e9808cfd --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd @@ -0,0 +1,318 @@ + + + + + + ]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-1.1-cd06.xsd new file mode 100644 index 0000000000..b6be5df43b --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-1.1-cd06.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ejb-1.1-cd02-rev2.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ejb-1.1-cd02-rev2.xsd new file mode 100644 index 0000000000..0b388fcf17 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ejb-1.1-cd02-rev2.xsd @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd04-rev2.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd04-rev2.xsd new file mode 100644 index 0000000000..75446411db --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd04-rev2.xsd @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04-rev2.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04-rev2.xsd new file mode 100644 index 0000000000..8e303f3a3f --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04-rev2.xsd @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd06.xsd new file mode 100644 index 0000000000..9cc22601b3 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd06.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04-rev2.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04-rev2.xsd new file mode 100644 index 0000000000..f080e4ef49 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04-rev2.xsd @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04-rev1.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04-rev1.xsd new file mode 100644 index 0000000000..7d5482e9f0 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04-rev1.xsd @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd06.xsd new file mode 100644 index 0000000000..a3dea7eab4 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd06.xsd @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd06.xsd new file mode 100644 index 0000000000..2a0feadac9 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd06.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd06.xsd new file mode 100644 index 0000000000..a5201661c1 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd06.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd03.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd03.xsd new file mode 100644 index 0000000000..89b90965a4 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd03.xsd @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd06.xsd new file mode 100644 index 0000000000..668e3b1ce3 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd06.xsd @@ -0,0 +1,468 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd06.xsd new file mode 100644 index 0000000000..4781421138 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd06.xsd @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd new file mode 100644 index 0000000000..ad5daf8224 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd new file mode 100644 index 0000000000..8616c73de3 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd06.xsd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd new file mode 100644 index 0000000000..77ef5f3b0c --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd06.xsd new file mode 100644 index 0000000000..534f401d50 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd06.xsd @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd03.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd03.xsd new file mode 100644 index 0000000000..4fbbff25e2 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd03.xsd @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd new file mode 100644 index 0000000000..279b9abdb1 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd06.xsd new file mode 100644 index 0000000000..33abeb456a --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd06.xsd @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd06.xsd new file mode 100644 index 0000000000..e4881e5bb4 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd06.xsd @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd05.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd05.xsd new file mode 100644 index 0000000000..a505ddd3fc --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd05.xsd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd06.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd06.xsd new file mode 100644 index 0000000000..6db2ca7d22 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd06.xsd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd new file mode 100644 index 0000000000..06f15cc9ca --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd04.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd04.xsd new file mode 100644 index 0000000000..adc66487fe --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd04.xsd @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd04.xml b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd04.xml new file mode 100644 index 0000000000..0d6c5ac714 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd04.xml @@ -0,0 +1,249 @@ + + + + + + + + Communication through the binding requires that the + server is authenticated by the client + + + + + + + + Communication through the binding requires that the + client is authenticated by the server + + + + + + + + A convenience intent to help migration + + + + + + Communication through the binding requires that the + client and server to authenticate each other + + + + + + Communication through the binding prevents unauthorized + users from reading the messages + + + + + + + + Communication through the binding prevents tampering + with the messages sent between the client and the service. + + + + + + + + Ensures clients are authorized to use services. + + + + + + + + This intent is used to indicate that a message sent + by a client is always delivered to the component. + + + + + + This intent is used to indicate that a message that was + successfully sent by a client is not delivered more than + once to the component. + + + + + + This profile intent is used to indicate that a message sent + by a client is always delivered to the component. It also + indicates that duplicate messages are not delivered to the + component. + + + + + + This intent is used to indicate that all the messages are + delivered to the component in the order they were sent by + the client. + + + + + + + A managed transaction environment is necessary in order to + run the component. The specific type of managed transaction + needed is not constrained. + + + + For a component marked with managedTransaction.global + a global transaction needs to be present before dispatching + any method on the component - using any transaction + propagated from the client or else beginning and completing + a new transaction. + + + + + A component marked with managedTransaction.local needs to + run within a local transaction containment (LTC) that + is started and ended by the SCA runtime. + + + + + + + A component marked with noManagedTransaction needs to run without + a managed transaction, under neither a global transaction nor + an LTC. A transaction propagated to the hosting SCA runtime + is not joined by the hosting runtime on behalf of a + component marked with noManagedtransaction. + + + + + + For a reference marked as transactedOneWay any OneWay invocation + messages are transacted as part of a client global + transaction. + For a service marked as transactedOneWay any OneWay invocation + message are received from the transport binding in a + transacted fashion, under the service’s global transaction. + + + + + + For a reference indicates that any OneWay invocation messages + are sent immediately regardless of any client transaction. + For a service indicates that any OneWay invocation is + received immediately regardless of any target service + transaction. + + + + + + A service marked with propagatesTransaction is dispatched + under any propagated (client) transaction and the service binding + needs to be capable of receiving a transaction context. + A reference marked with propagatesTransaction propagates any + transaction context under which the client runs when the + reference is used for a request-response interaction and the + binding of a reference marked with propagatesTransaction needs to + be capable of propagating a transaction context. + + + + + + A service marked with suspendsTransaction is not dispatched + under any propagated (client) transaction. + A reference marked with suspendsTransaction does not propagate + any transaction context under which the client runs when the + reference is used. + + + + + + Used to indicate that the component requires both the + managedTransaction.global and the propagatesTransactions + intents + + + + + + + Indicates that request/response operations for the + interface of this wire are "long running" and must be + treated as two separate message transmissions + + + + + + Specifies that the EJB API is needed to communicate with + the service or reference. + + + + + + Specifies that the SOAP messaging model is used for delivering + messages. + + + + + + + + Requires that the messages are delivered and received via the + JMS API. + + + + + + This intent can only be used on a reference. Indicates that the + client is not able to handle new inbound connections. The binding + and callback binding are configured so that any + response or callback comes either through a back channel of the + connection from the client to the server or by having the client + poll the server for messages. + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-atom.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-atom.xsd new file mode 100644 index 0000000000..603455a1f2 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-atom.xsd @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd new file mode 100644 index 0000000000..52445c14c5 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd new file mode 100644 index 0000000000..212c8abe4e --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jms.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jms.xsd new file mode 100644 index 0000000000..6dfc85e8cc --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jms.xsd @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd new file mode 100644 index 0000000000..d1bdcbdfae --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd new file mode 100644 index 0000000000..05adf814c3 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd new file mode 100644 index 0000000000..ea39a773e0 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rss.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rss.xsd new file mode 100644 index 0000000000..9857ec62b7 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rss.xsd @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-contribution-resource.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-contribution-resource.xsd new file mode 100644 index 0000000000..09645724a4 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-contribution-resource.xsd @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd new file mode 100644 index 0000000000..c97b91251b --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-script.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-script.xsd new file mode 100644 index 0000000000..fab809c7e1 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-script.xsd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd new file mode 100644 index 0000000000..491cb2abce --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd new file mode 100644 index 0000000000..115c789225 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3