summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-Beta3-RC2/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-02-16 15:40:58 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-02-16 15:40:58 +0000
commitaa4746677ae3be453d74205fd37571c21aa88637 (patch)
tree7e713405c13ac6bb12a30d330cfa4e171bb334c1 /sca-java-2.x/tags/2.0-Beta3-RC2/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd
parent2f187c12e2ceceb61ca2745463fcd7fbbb438b72 (diff)
Rename beta3 tag to final name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/tags/2.0-Beta3-RC2/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd')
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC2/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd26
1 files changed, 0 insertions, 26 deletions
diff --git a/sca-java-2.x/tags/2.0-Beta3-RC2/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd b/sca-java-2.x/tags/2.0-Beta3-RC2/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd
deleted file mode 100644
index 77ef5f3b0c..0000000000
--- a/sca-java-2.x/tags/2.0-Beta3-RC2/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd06.xsd
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright(C) OASIS(R) 2005,2010. 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/200912"
- targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200912"
- elementFormDefault="qualified">
-
- <include schemaLocation="sca-core-1.1-cd06.xsd"/>
-
- <!-- Composite Implementation -->
- <element name="implementation.composite" type="sca:SCAImplementation"
- substitutionGroup="sca:implementation"/>
- <complexType name="SCAImplementation">
- <complexContent>
- <extension base="sca:Implementation">
- <sequence>
- <any namespace="##other" processContents="lax" minOccurs="0"
- maxOccurs="unbounded"/>
- </sequence>
- <attribute name="name" type="QName" use="required"/>
- </extension>
- </complexContent>
- </complexType>
-
-</schema>