You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2010/03/10 12:47:52 UTC

svn commit: r921317 - in /tuscany/sandbox/kgoodson/SourceExplore/src/main/resources: projects.xsd projects1.xml

Author: kelvingoodson
Date: Wed Mar 10 11:47:51 2010
New Revision: 921317

URL: http://svn.apache.org/viewvc?rev=921317&view=rev
Log:
half finished but discussable

Added:
    tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects1.xml   (with props)
Modified:
    tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects.xsd

Modified: tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects.xsd
URL: http://svn.apache.org/viewvc/tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects.xsd?rev=921317&r1=921316&r2=921317&view=diff
==============================================================================
--- tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects.xsd (original)
+++ tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects.xsd Wed Mar 10 11:47:51 2010
@@ -9,4 +9,34 @@
     		</choice>
     	</complexType>
     </element>
-</schema>
\ No newline at end of file
+    
+    <element name="projects2">
+        <complexType>
+            <sequence maxOccurs="unbounded" minOccurs="0">
+                <element name="project">
+                    <complexType>
+                        <sequence maxOccurs="unbounded" minOccurs="0">
+                            <element name="package"><complexType></complexType></element>
+                            </sequence>
+                        <attribute name="name" type="string"></attribute>
+                        </complexType>
+                    </element>
+    		</sequence>
+    	</complexType>
+    </element>
+    
+    <complexType name="Package">
+        <sequence>
+            <element name="file" type="tns:File" maxOccurs="unbounded" minOccurs="0"></element>
+    	</sequence>
+    	<attribute name="name" type="string"></attribute>
+    </complexType>
+
+    <attribute name="NewAttribute" type="string"></attribute>
+
+    
+    <complexType name="File">
+        <attribute name="name" type="string"></attribute>
+        <attribute name="digest" type="string"></attribute>
+        </complexType>
+    </schema>

Added: tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects1.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects1.xml?rev=921317&view=auto
==============================================================================
--- tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects1.xml (added)
+++ tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects1.xml Wed Mar 10 11:47:51 2010
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tns:projects xmlns:tns="http://tuscany.apache.org/SourceExplore/projects" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tuscany.apache.org/SourceExplore/projects projects.xsd ">
+</tns:projects>

Propchange: tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/projects1.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date