summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/2.0-M3-RC4/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-31 10:50:50 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-31 10:50:50 +0000
commit640dc24e251b2123e1c7ffd98b896d04e7444855 (patch)
treeb720fbf8208cdf1df5eac668c1b2cd3bf9955718 /tags/java/sca/2.0-M3-RC4/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd
parent50107a29161e0dbc6d47d17ce08fd7d4745c4e5c (diff)
Delete old RC tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/2.0-M3-RC4/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd')
-rw-r--r--tags/java/sca/2.0-M3-RC4/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd26
1 files changed, 0 insertions, 26 deletions
diff --git a/tags/java/sca/2.0-M3-RC4/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd b/tags/java/sca/2.0-M3-RC4/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd
deleted file mode 100644
index 050f456386..0000000000
--- a/tags/java/sca/2.0-M3-RC4/modules/assembly-xsd/src/main/resources/sca-implementation-composite-1.1-cd03.xsd
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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"
- targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- elementFormDefault="qualified">
-
- <include schemaLocation="sca-core-1.1-cd03.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>