Source

<?xml version="1.0" encoding="UTF-8"?>

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

<xs:element name="EventList">

<xs:complexType>

<xs:all>

<xs:element name="Event" type="xs:string" minOccurs="0"/>

</xs:all>

</xs:complexType>

</xs:element>

<xs:element name="Event">

<xs:complexType>

<xs:all>

<xs:element name="EventClass" type="xs:string" minOccurs="0"/>

<xs:element name="EventStart" type="xs:string" minOccurs="0"/>

<xs:element name="EventEnd" type="xs:string" minOccurs="0"/>

<xs:element name="EventTitle" type="xs:string" minOccurs="0"/>

<xs:element name="EventSummary" type="xs:string" minOccurs="0"/>

<xs:element name="EventParent" type="xs:string" minOccurs="0"/>

<xs:element name="EventLocation" type="xs:string" minOccurs="0"/>

<xs:element name="role" type="xs:string" minOccurs="0"/>

<xs:element name="link" type="xs:string" minOccurs="0"/>

</xs:all>

</xs:complexType>

</xs:element>

<xs:element name="EventClass" type="xs:string"/>

<xs:element name="EventStart">

<xs:complexType>

<xs:all>

<xs:element name="Date" type="xs:string" minOccurs="0"/>

<xs:element name="Time" type="xs:string" minOccurs="0"/>

</xs:all>

</xs:complexType>

</xs:element>

<xs:element name="EventEnd">

<xs:complexType>

<xs:all>

<xs:element name="Date" type="xs:string" minOccurs="0"/>

<xs:element name="Time" type="xs:string" minOccurs="0"/>

</xs:all>

</xs:complexType>

</xs:element>

<xs:element name="EventTitle" type="xs:string"/>

<xs:element name="EventSummary" type="xs:string"/>

<xs:element name="EventParent" type="xs:string"/>

<xs:element name="Time" type="xs:string"/>

<xs:element name="Date" type="xs:string"/>

<xs:element name="Location" type="xs:string"/>

<xs:element name="role" type="xs:string"/>

<xs:element name="title" type="xs:string"/>

<xs:element name="person" type="xs:string"/>

<xs:element name="Link">

<xs:complexType>

<xs:all>

<xs:element name="text" type="xs:string" minOccurs="0"/>

<xs:element name="url" type="xs:string" minOccurs="0"/>

</xs:all>

</xs:complexType>

</xs:element>

<xs:element name="text" type="xs:string"/>

<xs:element name="url" type="xs:string"/>

</xs:schema>