<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2009 IVES Partners - http://www.ives.info/terms -->
<ives:IvesMessage xmlns:ives="http://ives.info/0.2.1/ives" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://ives.info/0.2.1/ives http://ives.info/0.2.1/ives.xsd" supplierId="alex@fiennes.org">

    <!-- this is the simplest possible representation of a single event that is still a valid Ives document against the current schema -->

    <Event>
        <Title>
            <MainTitle>Alex Gray</MainTitle>
        </Title>
        <Venue VID="http://ives.info/gb/jhgrh"/>
        <Schedule>
            <Performance>
                <StartDateTime>2009-04-03T19:00:00</StartDateTime>
            </Performance>
        </Schedule>
    </Event>

</ives:IvesMessage>
