summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-23 06:00:03 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-23 06:00:03 +0000
commit04451deb69d3059142a053627522cb5d7ac5c907 (patch)
treef8d949a255360c4bed1b586d085e27f3f3995119 /java/sca
parent8ac22ad2178d22f9ba98f3c30afca712e0b9fa6b (diff)
TUSCANY-2784 - Adding schema for Java EE implementation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd23
1 files changed, 23 insertions, 0 deletions
diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd
new file mode 100644
index 0000000000..83e6bb75bf
--- /dev/null
+++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd
@@ -0,0 +1,23 @@
+<?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.jee" type="sca:JEEImplementation" substitutionGroup="sca:implementation" />
+ <complexType name="JEEImplementation">
+ <complexContent>
+ <extension base="sca:Implementation">
+ <sequence>
+ <any namespace="##other" processContents="lax" minOccurs="0"
+ maxOccurs="unbounded" />
+ </sequence>
+ <attribute name="archive" type="string" use="required" />
+ <anyAttribute namespace="##any" processContents="lax" />
+ </extension>
+ </complexContent>
+ </complexType>
+</schema> \ No newline at end of file