summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.4RC4/tools/eclipse34/plugins/core/xsd/sca-implementation-ejb.xsd
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-31 12:21:43 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-31 12:21:43 +0000
commitf8805caea6f68140a8dcca4383d155890172f92e (patch)
tree99ecdaf274253d89749bc700d08fbdd2e67da15a /tags/java/sca/1.4RC4/tools/eclipse34/plugins/core/xsd/sca-implementation-ejb.xsd
parent9ca38aaef502e90ab58199267d38e12ed9f06f63 (diff)
Tag for 1.4RC4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/1.4RC4/tools/eclipse34/plugins/core/xsd/sca-implementation-ejb.xsd')
-rw-r--r--tags/java/sca/1.4RC4/tools/eclipse34/plugins/core/xsd/sca-implementation-ejb.xsd25
1 files changed, 25 insertions, 0 deletions
diff --git a/tags/java/sca/1.4RC4/tools/eclipse34/plugins/core/xsd/sca-implementation-ejb.xsd b/tags/java/sca/1.4RC4/tools/eclipse34/plugins/core/xsd/sca-implementation-ejb.xsd
new file mode 100644
index 0000000000..1bca6199cb
--- /dev/null
+++ b/tags/java/sca/1.4RC4/tools/eclipse34/plugins/core/xsd/sca-implementation-ejb.xsd
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- (c) Copyright SCA Collaboration 2006 -->
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
+ elementFormDefault="qualified">
+
+ <include schemaLocation="sca-core.xsd"/>
+
+ <element name="implementation.ejb" type="sca:EJBImplementation"
+ substitutionGroup="sca:implementation"/>
+ <complexType name="EJBImplementation">
+ <complexContent>
+ <extension base="sca:Implementation">
+ <sequence>
+ <any namespace="##other" processContents="lax"
+ minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ <!-- we might want to make this refer to the JEE ejb-link type -->
+ <attribute name="ejb-link" type="token" use="required"/>
+ <anyAttribute namespace="##any" processContents="lax"/>
+ </extension>
+ </complexContent>
+ </complexType>
+</schema> \ No newline at end of file