summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-31 10:49:22 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-31 10:49:22 +0000
commitd1a96a1d9f189ec86d51fc9e4a315879b35be1d0 (patch)
tree419313e106bc0affdca14bb4c18adf15f7a1d030 /tags/java/sca/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd
parentf037e3e249300a2d6490c4ea66aaa355361caa4a (diff)
Rename 2.0 M3 final RC tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd')
-rw-r--r--tags/java/sca/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd22
1 files changed, 22 insertions, 0 deletions
diff --git a/tags/java/sca/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd b/tags/java/sca/2.0-M3/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1.xsd
new file mode 100644
index 0000000000..1e64dd0e47
--- /dev/null
+++ b/tags/java/sca/2.0-M3/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>