summaryrefslogtreecommitdiffstats
path: root/sandbox/kgoodson/SourceExplore/src/main/resources/projects.xsd
blob: 79f5c2d77c88a6f3b66c459a8b89188ab6aa04a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://tuscany.apache.org/SourceExplore/projects" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tuscany.apache.org/SourceExplore/projects">

    <element name="projects">
    	<complexType>
    		<choice maxOccurs="unbounded" minOccurs="0">
    			<element name="project" type="string"></element>
    			<element name="package" type="string"></element>
    		</choice>
    	</complexType>
    </element>
</schema>