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.2" |
6 version="0.3" |
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> |
19 <xs:sequence> |
19 <xs:sequence> |
20 <xs:element name="config" type="ConfigType" minOccurs="0" maxOccurs="unbounded"/> |
20 <xs:element name="config" type="ConfigType" minOccurs="0" maxOccurs="unbounded"/> |
21 <xs:element name="dependency" type="DependencyType" minOccurs="0" maxOccurs="unbounded"/> |
21 <xs:element name="dependency" type="DependencyType" minOccurs="0" maxOccurs="unbounded"/> |
22 <xs:element name="target" type="TargetType" minOccurs="0" maxOccurs="unbounded"/> |
22 <xs:element name="target" type="TargetType" minOccurs="0" maxOccurs="unbounded"/> |
23 </xs:sequence> |
23 </xs:sequence> |
|
24 <xs:attribute name="version" type="xs:string" use="required" /> |
24 </xs:complexType> |
25 </xs:complexType> |
25 |
26 |
26 <xs:complexType name="ConfigType"> |
27 <xs:complexType name="ConfigType"> |
27 <xs:annotation> |
28 <xs:annotation> |
28 <xs:documentation> |
29 <xs:documentation> |