Author: lresende
Date: Thu Jan 22 21:27:39 2009
New Revision: 736934

URL: http://svn.apache.org/viewvc?rev=736934&view=rev
Log:
TUSCANY-2784 - Adding schema for Java EE implementation

Added:
    
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd
   (with props)

Added: 
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd?rev=736934&view=auto
==============================================================================
--- 
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd
 (added)
+++ 
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd
 Thu Jan 22 21:27:39 2009
@@ -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

Propchange: 
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-implementation-jee.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml


Reply via email to