From 4b3149233be777a531417eb0ca6bafff0483fa1c Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Thu, 27 May 2010 12:19:53 +0000 Subject: Branch for 2.0 Milestone M5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948800 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tuscany/sca/assembly/xsd/Constants.java | 140 ++++++ ...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-cd05.xsd | 38 ++ .../main/resources/sca-binding-ejb-1.1-cd01.xsd | 34 ++ .../main/resources/sca-binding-jca-1.1-cd04.xsd | 173 ++++++++ .../main/resources/sca-binding-jms-1.1-cd04.xsd | 179 ++++++++ .../main/resources/sca-binding-sca-1.1-cd05.xsd | 20 + .../src/main/resources/sca-binding-ws-1.1-cd04.xsd | 35 ++ .../resources/sca-binding-ws-callback-1.1-cd04.xsd | 18 + .../main/resources/sca-contribution-1.1-cd05.xsd | 90 ++++ .../main/resources/sca-contribution-c-1.1-cd04.xsd | 35 ++ .../resources/sca-contribution-cpp-1.1-cd04.xsd | 35 ++ .../resources/sca-contribution-java-1.1-cd02.xsd | 34 ++ .../src/main/resources/sca-core-1.1-cd05.xsd | 478 +++++++++++++++++++++ .../main/resources/sca-definitions-1.1-cd05.xsd | 30 ++ .../resources/sca-implementation-bpel-1.1-cd03.xsd | 32 ++ .../resources/sca-implementation-c-1.1-cd04.xsd | 55 +++ .../sca-implementation-composite-1.1-cd05.xsd | 26 ++ .../resources/sca-implementation-cpp-1.1-cd04.xsd | 63 +++ .../resources/sca-implementation-java-1.1-cd02.xsd | 26 ++ .../sca-implementation-spring-1.1-cd01.xsd | 21 + .../main/resources/sca-interface-c-1.1-cd04.xsd | 51 +++ .../main/resources/sca-interface-cpp-1.1-cd04.xsd | 51 +++ .../main/resources/sca-interface-java-1.1-cd04.xsd | 28 ++ .../main/resources/sca-interface-wsdl-1.1-cd05.xsd | 28 ++ .../src/main/resources/sca-jee-1.1-wd03.xsd | 52 +++ .../src/main/resources/sca-policy-1.1-cd03.xsd | 119 +++++ .../sca-policy-1.1-intents-definitions-cd03.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 | 41 ++ .../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 | 97 +++++ .../main/resources/tuscany-sca-1.1-binding-rmi.xsd | 40 ++ .../main/resources/tuscany-sca-1.1-binding-rss.xsd | 43 ++ .../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 | 40 ++ 49 files changed, 4463 insertions(+) create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/java/org/apache/tuscany/sca/assembly/xsd/Constants.java create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xml.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-1.1-cd05.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ejb-1.1-cd01.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd05.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd05.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd02.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd05.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd05.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd05.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd02.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd04.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd05.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd03.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd03.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-atom.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jms.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rss.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-script.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src') diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/java/org/apache/tuscany/sca/assembly/xsd/Constants.java b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/java/org/apache/tuscany/sca/assembly/xsd/Constants.java new file mode 100644 index 0000000000..3e9bf490cb --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/java/org/apache/tuscany/sca/assembly/xsd/Constants.java @@ -0,0 +1,140 @@ +/* + * 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. + */ + +package org.apache.tuscany.sca.assembly.xsd; + +import java.net.URL; +import java.util.HashMap; +import java.util.Map; + +import javax.xml.namespace.QName; + +/** + * Constants used in SCA assembly XML files. + * + * @version $Rev$ $Date$ + */ +public interface Constants { + String SCA11_NS = "http://docs.oasis-open.org/ns/opencsa/sca/200912"; + String SCA11_TUSCANY_NS = "http://tuscany.apache.org/xmlns/sca/1.1"; + + String COMPONENT_TYPE = "componentType"; + QName COMPONENT_TYPE_QNAME = new QName(SCA11_NS, COMPONENT_TYPE); + + String SERVICE = "service"; + QName SERVICE_QNAME = new QName(SCA11_NS, SERVICE); + + String REFERENCE = "reference"; + QName REFERENCE_QNAME = new QName(SCA11_NS, REFERENCE); + + String PROPERTY = "property"; + QName PROPERTY_QNAME = new QName(SCA11_NS, PROPERTY); + + String COMPOSITE = "composite"; + QName COMPOSITE_QNAME = new QName(SCA11_NS, COMPOSITE); + + String INCLUDE = "include"; + QName INCLUDE_QNAME = new QName(SCA11_NS, INCLUDE); + + String COMPONENT = "component"; + QName COMPONENT_QNAME = new QName(SCA11_NS, COMPONENT); + + String WIRE = "wire"; + QName WIRE_QNAME = new QName(SCA11_NS, WIRE); + + String OPERATION = "operation"; + QName OPERATION_QNAME = new QName(SCA11_NS, OPERATION); + + String CALLBACK = "callback"; + QName CALLBACK_QNAME = new QName(SCA11_NS, CALLBACK); + + String IMPLEMENTATION_COMPOSITE = "implementation.composite"; + QName IMPLEMENTATION_COMPOSITE_QNAME = new QName(SCA11_NS, IMPLEMENTATION_COMPOSITE); + + String IMPLEMENTATION = "implementation"; + QName IMPLEMENTATION_QNAME = new QName(SCA11_NS, IMPLEMENTATION); + + String BINDING_SCA = "binding.sca"; + QName BINDING_SCA_QNAME = new QName(Constants.SCA11_NS, BINDING_SCA); + + String NAME = "name"; + String VALUE = "value"; + QName VALUE_QNAME = new QName(SCA11_NS, VALUE); + String TARGET_NAMESPACE = "targetNamespace"; + String LOCAL = "local"; + String AUTOWIRE = "autowire"; + String NONOVERRIDABLE = "nonOverridable"; + String REPLACE = "replace"; + String REQUIRES = "requires"; + String POLICY_SETS = "policySets"; + String APPLICABLE_POLICY_SETS = "applicablePolicySets"; + String PROMOTE = "promote"; + String TARGET = "target"; + String WIRED_BY_IMPL = "wiredByImpl"; + String MULTIPLICITY = "multiplicity"; + String TYPE = "type"; + String ELEMENT = "element"; + String MANY = "many"; + String MUST_SUPPLY = "mustSupply"; + String SOURCE = "source"; + String FILE = "file"; + String URI = "uri"; + String ZERO_ONE = "0..1"; + String ZERO_N = "0..n"; + String ONE_ONE = "1..1"; + String ONE_N = "1..n"; + + /** + * Cache for public XSDs and DTDs + */ + Map CACHED_XSDS = XSDCache.cache(); + + static class XSDCache { + static Map cache() { + Map cachedXSDs = new HashMap(); + cachedXSDs.put(Constants.SCA11_NS, Constants.class.getResource("/sca-1.1-cd04.xsd")); + cachedXSDs + .put("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", + Constants.class + .getResource("/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd")); + cachedXSDs + .put("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd", + Constants.class + .getResource("/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd")); + cachedXSDs.put("http://www.w3.org/2005/08/addressing", Constants.class + .getResource("/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd")); + cachedXSDs.put("http://www.w3.org/ns/ws-policy", Constants.class + .getResource("/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd")); + cachedXSDs.put("http://www.w3.org/ns/wsdl-instance", Constants.class + .getResource("/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd")); + cachedXSDs.put("http://www.w3.org/XML/1998/namespace", Constants.class + .getResource("/org/apache/tuscany/sca/assembly/xsd/xml.xsd")); + cachedXSDs.put("http://www.w3.org/2000/09/xmldsig#", Constants.class + .getResource("/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd")); + + cachedXSDs.put("-//W3C//DTD XMLSchema 200102//EN", Constants.class + .getResource("/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd")); + cachedXSDs.put("-//W3C//DTD XMLSCHEMA 200102//EN", Constants.class + .getResource("/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd")); + cachedXSDs.put("datatypes", Constants.class + .getResource("/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd")); + return cachedXSDs; + } + }; +} diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema new file mode 100644 index 0000000000..ad8ef70c3c --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/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-cd05.xsd diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd b/sca-java-2.x/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd b/sca-java-2.x/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/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/sca-java-2.x/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/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/sca-java-2.x/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/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/sca-java-2.x/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/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/sca-java-2.x/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd new file mode 100644 index 0000000000..7fb8c1beed --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xml.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xml.xsd new file mode 100644 index 0000000000..ac4b0ec8e6 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/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/sca-java-2.x/branches/sca-java-2.0-M5/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/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-1.1-cd05.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-1.1-cd05.xsd new file mode 100644 index 0000000000..5f3c796810 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-1.1-cd05.xsd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ejb-1.1-cd01.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ejb-1.1-cd01.xsd new file mode 100644 index 0000000000..4bccf9d5f8 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ejb-1.1-cd01.xsd @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd04.xsd new file mode 100644 index 0000000000..824ba95b47 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-jca-1.1-cd04.xsd @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04.xsd new file mode 100644 index 0000000000..50e6aa6201 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04.xsd @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd05.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd05.xsd new file mode 100644 index 0000000000..a337296d45 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-sca-1.1-cd05.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04.xsd new file mode 100644 index 0000000000..65e200bf8a --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-1.1-cd04.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd new file mode 100644 index 0000000000..874e36bab8 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-binding-ws-callback-1.1-cd04.xsd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd05.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd05.xsd new file mode 100644 index 0000000000..da391a983f --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-1.1-cd05.xsd @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd04.xsd new file mode 100644 index 0000000000..a93c4c5960 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-c-1.1-cd04.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd new file mode 100644 index 0000000000..98fffa201f --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-cpp-1.1-cd04.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd02.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd02.xsd new file mode 100644 index 0000000000..6131804edc --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-contribution-java-1.1-cd02.xsd @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd05.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd05.xsd new file mode 100644 index 0000000000..ab0fce9ac8 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd05.xsd @@ -0,0 +1,478 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd05.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd05.xsd new file mode 100644 index 0000000000..8f2f20db19 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd05.xsd @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd new file mode 100644 index 0000000000..967dadf395 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-bpel-1.1-cd03.xsd @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd04.xsd new file mode 100644 index 0000000000..ee4b313e6d --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-c-1.1-cd04.xsd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd05.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd05.xsd new file mode 100644 index 0000000000..f2780f9895 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd05.xsd @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd04.xsd new file mode 100644 index 0000000000..b54ced4e4e --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-cpp-1.1-cd04.xsd @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd02.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd02.xsd new file mode 100644 index 0000000000..2856a51450 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-java-1.1-cd02.xsd @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd new file mode 100644 index 0000000000..5ef3e86c92 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd04.xsd new file mode 100644 index 0000000000..518f0747fb --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-c-1.1-cd04.xsd @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd04.xsd new file mode 100644 index 0000000000..b07bf01f1d --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-cpp-1.1-cd04.xsd @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd04.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd04.xsd new file mode 100644 index 0000000000..7b78e13749 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-java-1.1-cd04.xsd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd05.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd05.xsd new file mode 100644 index 0000000000..8d3510be7d --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-interface-wsdl-1.1-cd05.xsd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd new file mode 100644 index 0000000000..97b44f8da5 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd03.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd03.xsd new file mode 100644 index 0000000000..61693046c1 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-policy-1.1-cd03.xsd @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd03.xml b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd03.xml new file mode 100644 index 0000000000..4505850072 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/sca-policy-1.1-intents-definitions-cd03.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. + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-atom.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-atom.xsd new file mode 100644 index 0000000000..603455a1f2 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/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/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd new file mode 100644 index 0000000000..52445c14c5 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-dwr.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd new file mode 100644 index 0000000000..67feb54963 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-http.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jms.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jms.xsd new file mode 100644 index 0000000000..200f3e50a4 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jms.xsd @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd new file mode 100644 index 0000000000..d1bdcbdfae --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-jsonrpc.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd new file mode 100644 index 0000000000..f19a0c4248 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rest.xsd @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd new file mode 100644 index 0000000000..ea39a773e0 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rmi.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rss.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-binding-rss.xsd new file mode 100644 index 0000000000..9857ec62b7 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/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/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd new file mode 100644 index 0000000000..c97b91251b --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-osgi.xsd @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-script.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-script.xsd new file mode 100644 index 0000000000..fab809c7e1 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-script.xsd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd new file mode 100644 index 0000000000..491cb2abce --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd new file mode 100644 index 0000000000..4cf8649bc6 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3