2010-04-06 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / web / web / team.xsd
blob30143d7c26c949379cbd1b79ff5c6b87076ad802
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2 <xs:schema id="contributors" targetNamespace="http://go-mono.org/team.xsd" xmlns="http://go-mono.org/team.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3 <xs:element name="contributor">
4 <xs:complexType>
5 <xs:sequence>
6 <xs:element name="name" minOccurs="0" maxOccurs="1">
7 <xs:complexType>
8 <xs:sequence>
9 <xs:element name="first-name" type="xs:string" minOccurs="0" maxOccurs="1" />
10 <xs:element name="last-name" type="xs:string" minOccurs="0" maxOccurs="1" />
11 </xs:sequence>
12 </xs:complexType>
13 </xs:element>
14 <xs:element name="e-mail" type="xs:string" minOccurs="0" maxOccurs="1" />
15 <xs:element name="image" type="xs:string" minOccurs="0" maxOccurs="1" />
16 <xs:element name="location" type="xs:string" minOccurs="0" maxOccurs="1" />
17 <xs:element name="organization" type="xs:string" minOccurs="0" maxOccurs="1" />
18 <xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1" />
19 <xs:element name="tasks" minOccurs="0" maxOccurs="1">
20 <xs:complexType>
21 <xs:sequence>
22 <xs:element name="task" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded" />
23 </xs:sequence>
24 </xs:complexType>
25 </xs:element>
26 </xs:sequence>
27 </xs:complexType>
28 </xs:element>
29 </xs:schema>