| 1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" |
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" |
| 3 xmlns="http://unixwork.de/uwproj" |
3 xmlns="http://unixwork.de/uwproj" |
| 4 targetNamespace="http://unixwork.de/uwproj" |
4 targetNamespace="http://unixwork.de/uwproj" |
| 5 elementFormDefault="qualified" |
5 elementFormDefault="qualified" |
| 6 version="0.3" |
6 version="0.4" |
| 7 > |
7 > |
| 8 <xs:element name="project" type="ProjectType"/> |
8 <xs:element name="project" type="ProjectType"/> |
| 9 |
9 |
| 10 <xs:complexType name="ProjectType"> |
10 <xs:complexType name="ProjectType"> |
| 11 <xs:annotation> |
11 <xs:annotation> |