diff options
author | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-22 06:41:45 +0000 |
---|---|---|
committer | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-22 06:41:45 +0000 |
commit | 49bc702f94be2b83ed459f651a69dc5fadd8aa29 (patch) | |
tree | d7ca18400788692a5b9b5c57d3104f2e0d87a27c /java/sca/modules | |
parent | 81175f5ecf598ea8f74c7f630a1e420170767964 (diff) |
Added Spring 1.1 schema
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767393 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules')
-rw-r--r-- | java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd | 67 | ||||
-rw-r--r-- | java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd | 22 |
2 files changed, 56 insertions, 33 deletions
diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd index d93cbd6c6b..5247c1704c 100644 --- a/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-cd03.xsd @@ -1,33 +1,34 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
- OASIS trademark, IPR and other policies apply. -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903">
-
- <include schemaLocation="sca-core-1.1-cd03.xsd"/>
-
- <include schemaLocation="sca-interface-java-1.1-cd03.xsd"/>
- <include schemaLocation="sca-interface-wsdl-1.1-cd03.xsd"/>
- <include schemaLocation="sca-interface-cpp-1.1-cd02.xsd"/>
- <include schemaLocation="sca-interface-c-1.1-cd02.xsd"/>
-
- <include schemaLocation="sca-implementation-java-1.1-cd01.xsd"/>
- <include schemaLocation="sca-implementation-composite-1.1-cd03.xsd"/>
- <include schemaLocation="sca-implementation-cpp-1.1-cd02.xsd"/>
- <include schemaLocation="sca-implementation-c-1.1-cd02.xsd"/>
- <include schemaLocation="sca-implementation-bpel-1.1-cd02.xsd"/>
-
- <include schemaLocation="sca-binding-ws-1.1-cd02.xsd"/>
- <include schemaLocation="sca-binding-jms-1.1-cd02.xsd"/>
- <include schemaLocation="sca-binding-jca-1.1-cd02.xsd"/>
- <include schemaLocation="sca-binding-sca-1.1-cd03.xsd"/>
-
- <include schemaLocation="sca-definitions-1.1-cd03.xsd"/>
- <include schemaLocation="sca-policy-1.1-cd02.xsd"/>
-
- <include schemaLocation="sca-contribution-1.1-cd03.xsd"/>
- <include schemaLocation="sca-contribution-cpp-1.1-cd02.xsd"/>
- <include schemaLocation="sca-contribution-c-1.1-cd02.xsd"/>
-
-</schema>
+<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright(C) OASIS(R) 2005,2009. All Rights Reserved. + OASIS trademark, IPR and other policies apply. --> +<schema xmlns="http://www.w3.org/2001/XMLSchema" + targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903" + xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"> + + <include schemaLocation="sca-core-1.1-cd03.xsd"/> + + <include schemaLocation="sca-interface-java-1.1-cd03.xsd"/> + <include schemaLocation="sca-interface-wsdl-1.1-cd03.xsd"/> + <include schemaLocation="sca-interface-cpp-1.1-cd02.xsd"/> + <include schemaLocation="sca-interface-c-1.1-cd02.xsd"/> + + <include schemaLocation="sca-implementation-java-1.1-cd01.xsd"/> + <include schemaLocation="sca-implementation-composite-1.1-cd03.xsd"/> + <include schemaLocation="sca-implementation-cpp-1.1-cd02.xsd"/> + <include schemaLocation="sca-implementation-c-1.1-cd02.xsd"/> + <include schemaLocation="sca-implementation-bpel-1.1-cd02.xsd"/> + <include schemaLocation="sca-implementation-spring-1.1.xsd"/> + + <include schemaLocation="sca-binding-ws-1.1-cd02.xsd"/> + <include schemaLocation="sca-binding-jms-1.1-cd02.xsd"/> + <include schemaLocation="sca-binding-jca-1.1-cd02.xsd"/> + <include schemaLocation="sca-binding-sca-1.1-cd03.xsd"/> + + <include schemaLocation="sca-definitions-1.1-cd03.xsd"/> + <include schemaLocation="sca-policy-1.1-cd02.xsd"/> + + <include schemaLocation="sca-contribution-1.1-cd03.xsd"/> + <include schemaLocation="sca-contribution-cpp-1.1-cd02.xsd"/> + <include schemaLocation="sca-contribution-c-1.1-cd02.xsd"/> + +</schema> diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd new file mode 100644 index 0000000000..1e64dd0e47 --- /dev/null +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
+ OASIS trademark, IPR and other policies apply. -->
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+ elementFormDefault="qualified"
+ targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903">
+
+ <include schemaLocation="sca-core-1.1-cd03.xsd"/>
+ <element name="implementation.spring" type="sca:SpringImplementation" substitutionGroup="sca:implementation"/>
+ <complexType name="SpringImplementation">
+ <complexContent>
+ <extension base="sca:Implementation">
+ <sequence>
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ <attribute name="location" type="anyURI" use="required"/>
+ <anyAttribute namespace="##any" processContents="lax"/>
+ </extension>
+ </complexContent>
+ </complexType>
+</schema>
|