From 997e88d7d6c8b405190be42a79a803157a2da895 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:22:51 +0000 Subject: Moving 2.x tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835151 13f79535-47bb-0310-9956-ffa450edef68 --- ...any.sca.contribution.processor.ValidationSchema | 18 + .../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-cd03.xsd | 35 ++ .../main/resources/sca-binding-jca-1.1-cd02.xsd | 167 +++++++ .../main/resources/sca-binding-jms-1.1-cd02.xsd | 160 +++++++ .../main/resources/sca-binding-sca-1.1-cd03.xsd | 20 + .../src/main/resources/sca-binding-ws-1.1-cd02.xsd | 36 ++ .../main/resources/sca-contribution-1.1-cd03.xsd | 86 ++++ .../main/resources/sca-contribution-c-1.1-cd02.xsd | 35 ++ .../resources/sca-contribution-cpp-1.1-cd02.xsd | 35 ++ .../resources/sca-contribution-java-1.1-cd01.xsd | 33 ++ .../src/main/resources/sca-core-1.1-cd03.xsd | 529 +++++++++++++++++++++ .../main/resources/sca-definitions-1.1-cd03.xsd | 31 ++ .../resources/sca-implementation-bpel-1.1-cd02.xsd | 31 ++ .../resources/sca-implementation-c-1.1-cd02.xsd | 57 +++ .../sca-implementation-composite-1.1-cd03.xsd | 26 + .../resources/sca-implementation-cpp-1.1-cd02.xsd | 54 +++ .../resources/sca-implementation-java-1.1-cd01.xsd | 27 ++ .../resources/sca-implementation-spring-1.1.xsd | 22 + .../main/resources/sca-interface-c-1.1-cd02.xsd | 41 ++ .../main/resources/sca-interface-cpp-1.1-cd02.xsd | 42 ++ .../main/resources/sca-interface-java-1.1-cd03.xsd | 29 ++ .../main/resources/sca-interface-wsdl-1.1-cd03.xsd | 29 ++ .../src/main/resources/sca-policy-1.1-cd02.xsd | 105 ++++ .../sca-policy-1.1-intents-definitions-cd02.xml | 243 ++++++++++ .../main/resources/tuscany-sca-1.1-binding-dwr.xsd | 41 ++ .../resources/tuscany-sca-1.1-binding-http.xsd | 41 ++ .../resources/tuscany-sca-1.1-binding-jsonrpc.xsd | 41 ++ .../main/resources/tuscany-sca-1.1-binding-rmi.xsd | 40 ++ .../tuscany-sca-1.1-implementation-osgi.xsd | 53 +++ .../src/main/resources/tuscany-sca-1.1.xsd | 34 ++ 39 files changed, 3798 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xml.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd03.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd03.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd01.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd03.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd03.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd01.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd03.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd03.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd02.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd02.xml create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd create mode 100644 sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd (limited to 'sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main') diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema new file mode 100644 index 0000000000..5007705d41 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema @@ -0,0 +1,18 @@ +# 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 \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd new file mode 100644 index 0000000000..e8e8f7625a --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd @@ -0,0 +1,402 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +%xs-datatypes; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd new file mode 100644 index 0000000000..685e89a57e --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd b/sca-java-2.x/tags/2.0-M3/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..7596dc5dc1 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/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/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd b/sca-java-2.x/tags/2.0-M3/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..e088d137e4 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/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/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd new file mode 100644 index 0000000000..d4f272ec7f --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd new file mode 100644 index 0000000000..8d4bd32fc4 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd new file mode 100644 index 0000000000..24e0b5a975 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/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/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xml.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xml.xsd new file mode 100644 index 0000000000..267b0d33b4 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/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/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd new file mode 100644 index 0000000000..df126b30e6 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd @@ -0,0 +1,318 @@ + + + + + + ]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd new file mode 100644 index 0000000000..edd3187ae1 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd02.xsd new file mode 100644 index 0000000000..490c9659f4 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd02.xsd @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd02.xsd new file mode 100644 index 0000000000..6a898c7e7b --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd02.xsd @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd03.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd03.xsd new file mode 100644 index 0000000000..7a6d1a903b --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd03.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd02.xsd new file mode 100644 index 0000000000..bae52390fa --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd02.xsd @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd03.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd03.xsd new file mode 100644 index 0000000000..8445749363 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd03.xsd @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd02.xsd new file mode 100644 index 0000000000..4397834520 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd02.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd02.xsd new file mode 100644 index 0000000000..2271b780ee --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd02.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd01.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd01.xsd new file mode 100644 index 0000000000..8923a4b9e2 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd01.xsd @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd03.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd03.xsd new file mode 100644 index 0000000000..0c5f75e56f --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd03.xsd @@ -0,0 +1,529 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd03.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd03.xsd new file mode 100644 index 0000000000..0feadcddcd --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd03.xsd @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd02.xsd new file mode 100644 index 0000000000..3c19424a83 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd02.xsd @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd02.xsd new file mode 100644 index 0000000000..11e191f0ed --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd02.xsd @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd new file mode 100644 index 0000000000..050f456386 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd02.xsd new file mode 100644 index 0000000000..771186a91d --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd02.xsd @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd01.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd01.xsd new file mode 100644 index 0000000000..52c92e8259 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd01.xsd @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd new file mode 100644 index 0000000000..1e64dd0e47 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd02.xsd new file mode 100644 index 0000000000..f2c7d2034f --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd02.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd02.xsd new file mode 100644 index 0000000000..c214f7c37b --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd02.xsd @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd03.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd03.xsd new file mode 100644 index 0000000000..6acbe6cf1c --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd03.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd03.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd03.xsd new file mode 100644 index 0000000000..f3abba888e --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd03.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd02.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd02.xsd new file mode 100644 index 0000000000..b3de95509e --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd02.xsd @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd02.xml b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd02.xml new file mode 100644 index 0000000000..2e96713233 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd02.xml @@ -0,0 +1,243 @@ + + + + + + + + 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 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. + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd new file mode 100644 index 0000000000..bb3ad00cd7 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd new file mode 100644 index 0000000000..32f2a51276 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd new file mode 100644 index 0000000000..68dea85a12 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd new file mode 100644 index 0000000000..fadf94fffe --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd new file mode 100644 index 0000000000..65d85066ae --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd new file mode 100644 index 0000000000..d36fff3ca1 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M3/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3