half finished but discussable

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
kelvingoodson 2010-03-10 11:47:51 +00:00
commit b38dbda5f4
2 changed files with 34 additions and 1 deletions

View file

@ -9,4 +9,34 @@
</choice>
</complexType>
</element>
</schema>
<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>

View file

@ -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>