blob: 5f4bcdef8ba36ffdca7b09d150fa0ea1bc76b431 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.eclipse.org/webtools/events" xmlns:tns="http://www.eclipse.org/webtools/events">
<element name="events">
<complexType>
<choice>
<element ref="tns:event" minOccurs="0" maxOccurs="unbounded"></element>
</choice>
</complexType>
</element>
<element name="event">
<complexType>
<choice>
<element ref="tns:presentation" minOccurs="0" maxOccurs="unbounded"></element>
</choice>
<attribute name="startdate" type="date" use="required"></attribute>
<attribute name="enddate" type="date" use="required"></attribute>
<attribute name="organization" type="string" use="required"></attribute>
<attribute name="link" type="anyURI" use="required"></attribute>
<attribute name="logo" type="string" use="optional"></attribute>
</complexType>
</element>
<element name="presenter">
<complexType>
<attribute name="name" type="string" use="required"></attribute>
</complexType>
</element>
<element name="presentation">
<complexType>
<sequence>
<element ref="tns:presenter" minOccurs="1" maxOccurs="unbounded"></element>
<element ref="tns:material" minOccurs="0" maxOccurs="unbounded"></element>
</sequence>
<attribute name="type" type="string" use="required"></attribute>
<attribute name="title" type="string" use="required"></attribute>
<attribute name="link" type="anyURI" use="optional"></attribute>
<attribute name="time" type="string" use="optional"></attribute>
</complexType>
</element>
<element name="material">
<complexType>
<attribute name="type" type="string" use="required"></attribute>
<attribute name="name" type="string" use="required"></attribute>
<attribute name="link" type="anyURI" use="required"></attribute>
</complexType>
</element>
</schema>