From 249ec2897f49b873e999990204448e8186861f7b Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 17 Jan 2010 22:41:34 +0000 Subject: Updated test composites and xsds to the latest SCA schemas. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900233 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/components/cache/mcache.composite | 2 +- .../components/webservice/webservice.composite | 2 +- sca-cpp/trunk/kernel/xml-test.cpp | 2 +- sca-cpp/trunk/modules/java/domain-test.composite | 2 +- sca-cpp/trunk/modules/python/domain-test.composite | 2 +- .../tuscany-sca-1.1-implementation-python.xsd | 4 +- sca-cpp/trunk/modules/scdl/test.composite | 2 +- .../tuscany-sca-1.1-implementation-scheme.xsd | 4 +- sca-cpp/trunk/modules/server/domain-test.composite | 2 +- sca-cpp/trunk/test/store-cpp/store.composite | 2 +- sca-cpp/trunk/test/store-java/store.composite | 2 +- sca-cpp/trunk/test/store-python/store.composite | 2 +- sca-cpp/trunk/test/store-scheme/store.composite | 2 +- sca-cpp/trunk/xsd/external/XMLSchema.dtd | 402 +++++++++++++++++++++ sca-cpp/trunk/xsd/external/datatypes.dtd | 204 +++++++++++ .../oasis-200401-wss-wssecurity-secext-1.0.xsd | 195 ++++++++++ .../oasis-200401-wss-wssecurity-utility-1.0.xsd | 108 ++++++ sca-cpp/trunk/xsd/external/ws-addr.xsd | 137 +++++++ sca-cpp/trunk/xsd/external/ws-policy.xsd | 141 ++++++++ sca-cpp/trunk/xsd/external/wsdli.xsd | 35 ++ sca-cpp/trunk/xsd/external/xml.xsd | 117 ++++++ sca-cpp/trunk/xsd/external/xmldsig-core-schema.xsd | 318 ++++++++++++++++ .../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 ---------------- sca-cpp/trunk/xsd/sca-1.1-cd04.xsd | 5 +- sca-cpp/trunk/xsd/sca-binding-ejb-1.1-cd01.xsd | 34 ++ sca-cpp/trunk/xsd/sca-binding-jca-1.1-cd04.xsd | 4 +- sca-cpp/trunk/xsd/sca-binding-jms-1.1-cd04.xsd | 9 +- sca-cpp/trunk/xsd/sca-binding-sca-1.1-cd04.xsd | 4 +- sca-cpp/trunk/xsd/sca-binding-ws-1.1-cd04.xsd | 4 +- .../trunk/xsd/sca-binding-ws-callback-1.1-cd04.xsd | 2 +- sca-cpp/trunk/xsd/sca-contribution-1.1-cd04.xsd | 4 +- sca-cpp/trunk/xsd/sca-contribution-c-1.1-cd04.xsd | 4 +- .../trunk/xsd/sca-contribution-cpp-1.1-cd04.xsd | 4 +- .../trunk/xsd/sca-contribution-java-1.1-cd02.xsd | 8 +- sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd | 10 +- sca-cpp/trunk/xsd/sca-definitions-1.1-cd04.xsd | 4 +- .../trunk/xsd/sca-implementation-bpel-1.1-cd03.xsd | 4 +- .../trunk/xsd/sca-implementation-c-1.1-cd04.xsd | 4 +- .../xsd/sca-implementation-composite-1.1-cd04.xsd | 4 +- .../trunk/xsd/sca-implementation-cpp-1.1-cd04.xsd | 4 +- .../trunk/xsd/sca-implementation-java-1.1-cd03.xsd | 4 +- .../xsd/sca-implementation-spring-1.1-cd01.xsd | 4 +- sca-cpp/trunk/xsd/sca-interface-c-1.1-cd04.xsd | 4 +- sca-cpp/trunk/xsd/sca-interface-cpp-1.1-cd04.xsd | 4 +- sca-cpp/trunk/xsd/sca-interface-java-1.1-cd04.xsd | 4 +- sca-cpp/trunk/xsd/sca-interface-wsdl-1.1-cd04.xsd | 4 +- sca-cpp/trunk/xsd/sca-jee-1.1-wd03.xsd | 4 +- sca-cpp/trunk/xsd/sca-policy-1.1-cd04.xsd | 7 +- .../sca-policy-1.1-intents-definitions-cd02.xml | 244 ------------- sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-dwr.xsd | 4 +- sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-http.xsd | 4 +- .../trunk/xsd/tuscany-sca-1.1-binding-jsonrpc.xsd | 4 +- sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-rmi.xsd | 4 +- .../xsd/tuscany-sca-1.1-implementation-osgi.xsd | 4 +- .../xsd/tuscany-sca-1.1-implementation-widget.xsd | 7 +- sca-cpp/trunk/xsd/tuscany-sca-1.1.xsd | 4 +- 64 files changed, 1784 insertions(+), 1982 deletions(-) create mode 100644 sca-cpp/trunk/xsd/external/XMLSchema.dtd create mode 100644 sca-cpp/trunk/xsd/external/datatypes.dtd create mode 100644 sca-cpp/trunk/xsd/external/oasis-200401-wss-wssecurity-secext-1.0.xsd create mode 100644 sca-cpp/trunk/xsd/external/oasis-200401-wss-wssecurity-utility-1.0.xsd create mode 100644 sca-cpp/trunk/xsd/external/ws-addr.xsd create mode 100644 sca-cpp/trunk/xsd/external/ws-policy.xsd create mode 100644 sca-cpp/trunk/xsd/external/wsdli.xsd create mode 100644 sca-cpp/trunk/xsd/external/xml.xsd create mode 100644 sca-cpp/trunk/xsd/external/xmldsig-core-schema.xsd delete mode 100644 sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd delete mode 100644 sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd delete mode 100644 sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd delete mode 100644 sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd delete mode 100644 sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd delete mode 100644 sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd delete mode 100644 sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd delete mode 100644 sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/xml.xsd delete mode 100644 sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd create mode 100644 sca-cpp/trunk/xsd/sca-binding-ejb-1.1-cd01.xsd delete mode 100644 sca-cpp/trunk/xsd/sca-policy-1.1-intents-definitions-cd02.xml (limited to 'sca-cpp/trunk') diff --git a/sca-cpp/trunk/components/cache/mcache.composite b/sca-cpp/trunk/components/cache/mcache.composite index 3a838abc79..15411dd702 100644 --- a/sca-cpp/trunk/components/cache/mcache.composite +++ b/sca-cpp/trunk/components/cache/mcache.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/sca-cpp/trunk/components/webservice/webservice.composite b/sca-cpp/trunk/components/webservice/webservice.composite index 9498a26b53..a87bce03f6 100644 --- a/sca-cpp/trunk/components/webservice/webservice.composite +++ b/sca-cpp/trunk/components/webservice/webservice.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/sca-cpp/trunk/kernel/xml-test.cpp b/sca-cpp/trunk/kernel/xml-test.cpp index 585a2e519d..9e0cde597b 100644 --- a/sca-cpp/trunk/kernel/xml-test.cpp +++ b/sca-cpp/trunk/kernel/xml-test.cpp @@ -35,7 +35,7 @@ namespace tuscany { const string currencyXML = "\n" -"" diff --git a/sca-cpp/trunk/modules/java/domain-test.composite b/sca-cpp/trunk/modules/java/domain-test.composite index e35945f314..190f2ff5bb 100644 --- a/sca-cpp/trunk/modules/java/domain-test.composite +++ b/sca-cpp/trunk/modules/java/domain-test.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/sca-cpp/trunk/modules/python/domain-test.composite b/sca-cpp/trunk/modules/python/domain-test.composite index a0e92dfb0c..c8e92b286e 100644 --- a/sca-cpp/trunk/modules/python/domain-test.composite +++ b/sca-cpp/trunk/modules/python/domain-test.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/sca-cpp/trunk/modules/python/tuscany-sca-1.1-implementation-python.xsd b/sca-cpp/trunk/modules/python/tuscany-sca-1.1-implementation-python.xsd index 24d5e224bc..c811ba6729 100644 --- a/sca-cpp/trunk/modules/python/tuscany-sca-1.1-implementation-python.xsd +++ b/sca-cpp/trunk/modules/python/tuscany-sca-1.1-implementation-python.xsd @@ -19,11 +19,11 @@ --> - + diff --git a/sca-cpp/trunk/modules/scdl/test.composite b/sca-cpp/trunk/modules/scdl/test.composite index 92e8f64ca5..f6fdba7f5f 100644 --- a/sca-cpp/trunk/modules/scdl/test.composite +++ b/sca-cpp/trunk/modules/scdl/test.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/sca-cpp/trunk/modules/scheme/tuscany-sca-1.1-implementation-scheme.xsd b/sca-cpp/trunk/modules/scheme/tuscany-sca-1.1-implementation-scheme.xsd index 4c2a30a55a..5b32834832 100644 --- a/sca-cpp/trunk/modules/scheme/tuscany-sca-1.1-implementation-scheme.xsd +++ b/sca-cpp/trunk/modules/scheme/tuscany-sca-1.1-implementation-scheme.xsd @@ -19,11 +19,11 @@ --> - + diff --git a/sca-cpp/trunk/modules/server/domain-test.composite b/sca-cpp/trunk/modules/server/domain-test.composite index 1635f1f6cf..ef85bb919b 100644 --- a/sca-cpp/trunk/modules/server/domain-test.composite +++ b/sca-cpp/trunk/modules/server/domain-test.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/sca-cpp/trunk/test/store-cpp/store.composite b/sca-cpp/trunk/test/store-cpp/store.composite index ce109b6eab..3839a8b816 100644 --- a/sca-cpp/trunk/test/store-cpp/store.composite +++ b/sca-cpp/trunk/test/store-cpp/store.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/sca-cpp/trunk/test/store-java/store.composite b/sca-cpp/trunk/test/store-java/store.composite index aecd1e8805..15e778ca36 100644 --- a/sca-cpp/trunk/test/store-java/store.composite +++ b/sca-cpp/trunk/test/store-java/store.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/sca-cpp/trunk/test/store-python/store.composite b/sca-cpp/trunk/test/store-python/store.composite index abf43433d5..8dc9950204 100644 --- a/sca-cpp/trunk/test/store-python/store.composite +++ b/sca-cpp/trunk/test/store-python/store.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/sca-cpp/trunk/test/store-scheme/store.composite b/sca-cpp/trunk/test/store-scheme/store.composite index 64ceaa2a24..94e066acad 100644 --- a/sca-cpp/trunk/test/store-scheme/store.composite +++ b/sca-cpp/trunk/test/store-scheme/store.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/sca-cpp/trunk/xsd/external/XMLSchema.dtd b/sca-cpp/trunk/xsd/external/XMLSchema.dtd new file mode 100644 index 0000000000..e8e8f7625a --- /dev/null +++ b/sca-cpp/trunk/xsd/external/XMLSchema.dtd @@ -0,0 +1,402 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +%xs-datatypes; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-cpp/trunk/xsd/external/datatypes.dtd b/sca-cpp/trunk/xsd/external/datatypes.dtd new file mode 100644 index 0000000000..685e89a57e --- /dev/null +++ b/sca-cpp/trunk/xsd/external/datatypes.dtd @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-cpp/trunk/xsd/external/oasis-200401-wss-wssecurity-secext-1.0.xsd b/sca-cpp/trunk/xsd/external/oasis-200401-wss-wssecurity-secext-1.0.xsd new file mode 100644 index 0000000000..641798b17f --- /dev/null +++ b/sca-cpp/trunk/xsd/external/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-cpp/trunk/xsd/external/oasis-200401-wss-wssecurity-utility-1.0.xsd b/sca-cpp/trunk/xsd/external/oasis-200401-wss-wssecurity-utility-1.0.xsd new file mode 100644 index 0000000000..f8d74e9c6e --- /dev/null +++ b/sca-cpp/trunk/xsd/external/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-cpp/trunk/xsd/external/ws-addr.xsd b/sca-cpp/trunk/xsd/external/ws-addr.xsd new file mode 100644 index 0000000000..f6fc9c53b0 --- /dev/null +++ b/sca-cpp/trunk/xsd/external/ws-addr.xsd @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-cpp/trunk/xsd/external/ws-policy.xsd b/sca-cpp/trunk/xsd/external/ws-policy.xsd new file mode 100644 index 0000000000..c43e5814ed --- /dev/null +++ b/sca-cpp/trunk/xsd/external/ws-policy.xsd @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-cpp/trunk/xsd/external/wsdli.xsd b/sca-cpp/trunk/xsd/external/wsdli.xsd new file mode 100644 index 0000000000..24e0b5a975 --- /dev/null +++ b/sca-cpp/trunk/xsd/external/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-cpp/trunk/xsd/external/xml.xsd b/sca-cpp/trunk/xsd/external/xml.xsd new file mode 100644 index 0000000000..ac4b0ec8e6 --- /dev/null +++ b/sca-cpp/trunk/xsd/external/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-cpp/trunk/xsd/external/xmldsig-core-schema.xsd b/sca-cpp/trunk/xsd/external/xmldsig-core-schema.xsd new file mode 100644 index 0000000000..2a767e42ea --- /dev/null +++ b/sca-cpp/trunk/xsd/external/xmldsig-core-schema.xsd @@ -0,0 +1,318 @@ + + + + + + ]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd b/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd deleted file mode 100644 index e8e8f7625a..0000000000 --- a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/XMLSchema.dtd +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -%xs-datatypes; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd b/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd deleted file mode 100644 index 685e89a57e..0000000000 --- a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/datatypes.dtd +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd b/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd deleted file mode 100644 index 641798b17f..0000000000 --- a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-secext-1.0.xsd +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - 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-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd b/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd deleted file mode 100644 index f8d74e9c6e..0000000000 --- a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/oasis-200401-wss-wssecurity-utility-1.0.xsd +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - -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-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd b/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd deleted file mode 100644 index f6fc9c53b0..0000000000 --- a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/ws-addr.xsd +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd b/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd deleted file mode 100644 index c43e5814ed..0000000000 --- a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/ws-policy.xsd +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd b/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd deleted file mode 100644 index 24e0b5a975..0000000000 --- a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/wsdli.xsd +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - 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-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/xml.xsd b/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/xml.xsd deleted file mode 100644 index ac4b0ec8e6..0000000000 --- a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/xml.xsd +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - 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-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd b/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd deleted file mode 100644 index 16c791e533..0000000000 --- a/sca-cpp/trunk/xsd/org/apache/tuscany/sca/assembly/xsd/xmldsig-core-schema.xsd +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - ]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sca-cpp/trunk/xsd/sca-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-1.1-cd04.xsd index de4620f460..224c1254b3 100644 --- a/sca-cpp/trunk/xsd/sca-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-1.1-cd04.xsd @@ -2,8 +2,8 @@ + targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200912" + xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"> @@ -24,6 +24,7 @@ + diff --git a/sca-cpp/trunk/xsd/sca-binding-ejb-1.1-cd01.xsd b/sca-cpp/trunk/xsd/sca-binding-ejb-1.1-cd01.xsd new file mode 100644 index 0000000000..b8556f3632 --- /dev/null +++ b/sca-cpp/trunk/xsd/sca-binding-ejb-1.1-cd01.xsd @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-cpp/trunk/xsd/sca-binding-jca-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-binding-jca-1.1-cd04.xsd index 7f9baac45c..5fd3f9d687 100644 --- a/sca-cpp/trunk/xsd/sca-binding-jca-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-binding-jca-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-binding-jms-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-binding-jms-1.1-cd04.xsd index e16039a0cd..e1838dddf0 100644 --- a/sca-cpp/trunk/xsd/sca-binding-jms-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-binding-jms-1.1-cd04.xsd @@ -2,8 +2,8 @@ @@ -95,6 +95,11 @@ + + + + diff --git a/sca-cpp/trunk/xsd/sca-binding-sca-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-binding-sca-1.1-cd04.xsd index 897e869806..d607d8730f 100644 --- a/sca-cpp/trunk/xsd/sca-binding-sca-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-binding-sca-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-binding-ws-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-binding-ws-1.1-cd04.xsd index 24198c943d..8e5a72b493 100644 --- a/sca-cpp/trunk/xsd/sca-binding-ws-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-binding-ws-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-binding-ws-callback-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-binding-ws-callback-1.1-cd04.xsd index 4bc2e73d4c..874e36bab8 100644 --- a/sca-cpp/trunk/xsd/sca-binding-ws-callback-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-binding-ws-callback-1.1-cd04.xsd @@ -3,7 +3,7 @@ OASIS trademark, IPR and other policies apply --> diff --git a/sca-cpp/trunk/xsd/sca-contribution-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-contribution-1.1-cd04.xsd index f13fbd1567..f17675a8b1 100644 --- a/sca-cpp/trunk/xsd/sca-contribution-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-contribution-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-contribution-c-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-contribution-c-1.1-cd04.xsd index 7e2cd739fd..f765eaae85 100644 --- a/sca-cpp/trunk/xsd/sca-contribution-c-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-contribution-c-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-contribution-cpp-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-contribution-cpp-1.1-cd04.xsd index b808125568..f98c6dc040 100644 --- a/sca-cpp/trunk/xsd/sca-contribution-cpp-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-contribution-cpp-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-contribution-java-1.1-cd02.xsd b/sca-cpp/trunk/xsd/sca-contribution-java-1.1-cd02.xsd index 1dcd515c98..7bad3bfc2a 100644 --- a/sca-cpp/trunk/xsd/sca-contribution-java-1.1-cd02.xsd +++ b/sca-cpp/trunk/xsd/sca-contribution-java-1.1-cd02.xsd @@ -1,8 +1,8 @@ @@ -13,7 +13,7 @@ - + @@ -25,7 +25,7 @@ - + diff --git a/sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd index 654d568bab..158daff214 100644 --- a/sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd @@ -2,8 +2,8 @@ + + - + + diff --git a/sca-cpp/trunk/xsd/sca-definitions-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-definitions-1.1-cd04.xsd index 2034e4d2c8..ef22e1dd3e 100644 --- a/sca-cpp/trunk/xsd/sca-definitions-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-definitions-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-implementation-bpel-1.1-cd03.xsd b/sca-cpp/trunk/xsd/sca-implementation-bpel-1.1-cd03.xsd index 11239e20d0..0d5b747253 100644 --- a/sca-cpp/trunk/xsd/sca-implementation-bpel-1.1-cd03.xsd +++ b/sca-cpp/trunk/xsd/sca-implementation-bpel-1.1-cd03.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-implementation-c-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-implementation-c-1.1-cd04.xsd index 011c7a61ea..e408f727f8 100644 --- a/sca-cpp/trunk/xsd/sca-implementation-c-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-implementation-c-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-implementation-composite-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-implementation-composite-1.1-cd04.xsd index e0524ee006..c0517b0a32 100644 --- a/sca-cpp/trunk/xsd/sca-implementation-composite-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-implementation-composite-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-implementation-cpp-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-implementation-cpp-1.1-cd04.xsd index 777da1e8ab..b71eda300d 100644 --- a/sca-cpp/trunk/xsd/sca-implementation-cpp-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-implementation-cpp-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-implementation-java-1.1-cd03.xsd b/sca-cpp/trunk/xsd/sca-implementation-java-1.1-cd03.xsd index 53f6a0a51a..aac845ff59 100644 --- a/sca-cpp/trunk/xsd/sca-implementation-java-1.1-cd03.xsd +++ b/sca-cpp/trunk/xsd/sca-implementation-java-1.1-cd03.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-implementation-spring-1.1-cd01.xsd b/sca-cpp/trunk/xsd/sca-implementation-spring-1.1-cd01.xsd index 51327ec84e..cce7738dff 100644 --- a/sca-cpp/trunk/xsd/sca-implementation-spring-1.1-cd01.xsd +++ b/sca-cpp/trunk/xsd/sca-implementation-spring-1.1-cd01.xsd @@ -2,9 +2,9 @@ + targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200912"> diff --git a/sca-cpp/trunk/xsd/sca-interface-c-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-interface-c-1.1-cd04.xsd index 045118cb43..d5bff5d542 100644 --- a/sca-cpp/trunk/xsd/sca-interface-c-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-interface-c-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-interface-cpp-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-interface-cpp-1.1-cd04.xsd index 536b592c04..e3e3c9369e 100644 --- a/sca-cpp/trunk/xsd/sca-interface-cpp-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-interface-cpp-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-interface-java-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-interface-java-1.1-cd04.xsd index faf6d1cfb1..7d3a536b8c 100644 --- a/sca-cpp/trunk/xsd/sca-interface-java-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-interface-java-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-interface-wsdl-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-interface-wsdl-1.1-cd04.xsd index 980e4f90f5..3f0be7dc6d 100644 --- a/sca-cpp/trunk/xsd/sca-interface-wsdl-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-interface-wsdl-1.1-cd04.xsd @@ -2,8 +2,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-jee-1.1-wd03.xsd b/sca-cpp/trunk/xsd/sca-jee-1.1-wd03.xsd index 6df685b881..18daa8c926 100644 --- a/sca-cpp/trunk/xsd/sca-jee-1.1-wd03.xsd +++ b/sca-cpp/trunk/xsd/sca-jee-1.1-wd03.xsd @@ -1,8 +1,8 @@ diff --git a/sca-cpp/trunk/xsd/sca-policy-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-policy-1.1-cd04.xsd index a6cdfb2be5..372e8c24b3 100644 --- a/sca-cpp/trunk/xsd/sca-policy-1.1-cd04.xsd +++ b/sca-cpp/trunk/xsd/sca-policy-1.1-cd04.xsd @@ -1,6 +1,9 @@ + + diff --git a/sca-cpp/trunk/xsd/sca-policy-1.1-intents-definitions-cd02.xml b/sca-cpp/trunk/xsd/sca-policy-1.1-intents-definitions-cd02.xml deleted file mode 100644 index 8efde2653f..0000000000 --- a/sca-cpp/trunk/xsd/sca-policy-1.1-intents-definitions-cd02.xml +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - - - 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-cpp/trunk/xsd/tuscany-sca-1.1-binding-dwr.xsd b/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-dwr.xsd index de7bc6bdd0..a41087d6ec 100644 --- a/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-dwr.xsd +++ b/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-dwr.xsd @@ -19,11 +19,11 @@ --> - + diff --git a/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-http.xsd b/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-http.xsd index ce8d47b575..ff0ecd1414 100644 --- a/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-http.xsd +++ b/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-http.xsd @@ -19,11 +19,11 @@ --> - + diff --git a/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-jsonrpc.xsd b/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-jsonrpc.xsd index 92142d117d..2fb4587862 100644 --- a/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-jsonrpc.xsd +++ b/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-jsonrpc.xsd @@ -19,11 +19,11 @@ --> - + diff --git a/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-rmi.xsd b/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-rmi.xsd index 9b15010624..a3477c4a34 100644 --- a/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-rmi.xsd +++ b/sca-cpp/trunk/xsd/tuscany-sca-1.1-binding-rmi.xsd @@ -19,11 +19,11 @@ --> - + diff --git a/sca-cpp/trunk/xsd/tuscany-sca-1.1-implementation-osgi.xsd b/sca-cpp/trunk/xsd/tuscany-sca-1.1-implementation-osgi.xsd index dfe819d97f..ab445dfe9e 100644 --- a/sca-cpp/trunk/xsd/tuscany-sca-1.1-implementation-osgi.xsd +++ b/sca-cpp/trunk/xsd/tuscany-sca-1.1-implementation-osgi.xsd @@ -19,11 +19,11 @@ --> - + diff --git a/sca-cpp/trunk/xsd/tuscany-sca-1.1-implementation-widget.xsd b/sca-cpp/trunk/xsd/tuscany-sca-1.1-implementation-widget.xsd index 8e65b402d7..21d6fa377d 100644 --- a/sca-cpp/trunk/xsd/tuscany-sca-1.1-implementation-widget.xsd +++ b/sca-cpp/trunk/xsd/tuscany-sca-1.1-implementation-widget.xsd @@ -17,13 +17,13 @@ * specific language governing permissions and limitations * under the License. --> - - + @@ -39,5 +39,4 @@ - diff --git a/sca-cpp/trunk/xsd/tuscany-sca-1.1.xsd b/sca-cpp/trunk/xsd/tuscany-sca-1.1.xsd index fb0a0cf9d5..4a1a1e000d 100644 --- a/sca-cpp/trunk/xsd/tuscany-sca-1.1.xsd +++ b/sca-cpp/trunk/xsd/tuscany-sca-1.1.xsd @@ -23,7 +23,7 @@ - + @@ -32,4 +32,4 @@ - + \ No newline at end of file -- cgit v1.2.3