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

    <!-- 
    This document represents an Event which is a gallery exhibition.  The exhibition is running for 9 days from 10am until 5pm (and occasionally until 2) but people may turn up when they like and stay for as long as they feel appropriate.
    -->

    <Event>
        <Title>
            <MainTitle>The Art of Japanese Tarot</MainTitle>
        </Title>

        <Venue VID="http://ives.info/gb/nnmmw"/>

        <Tickets>
            <UnTicketed>
                <Description>
                    <Plain>Some information on why it is unticketed</Plain>
                </Description>
            </UnTicketed>
        </Tickets>

        <PerformanceDuration>PT420M</PerformanceDuration>

        <!--  This set of "performances" all start at 10am when the gallery open and have a duration of 7 hours which equates to shutting at 5pm.  However because of the presence of the DropInEvent tag above, people are not expected to arrive when the  -->
        <Schedule isOpenEnded="true">
            <Performance>
                <StartDateTime>2009-04-20T10:00:00</StartDateTime>
            </Performance>
            <Performance>
                <StartDateTime>2009-04-21T10:00:00</StartDateTime>
            </Performance>
            <Performance>
                <StartDateTime>2009-04-22T10:00:00</StartDateTime>
            </Performance>
            <Performance>
                <StartDateTime>2009-04-23T10:00:00</StartDateTime>
            </Performance>
            <Performance>
                <StartDateTime>2009-04-24T10:00:00</StartDateTime>
            </Performance>
            <Performance>
                <StartDateTime>2009-04-27T10:00:00</StartDateTime>
            </Performance>
            <Performance>
                <StartDateTime>2009-04-28T10:00:00</StartDateTime>
            </Performance>
            <Performance>
                <StartDateTime>2009-04-29T10:00:00</StartDateTime>
            </Performance>
            <Performance>
                <StartDateTime>2009-04-30T10:00:00</StartDateTime>
            </Performance>
        </Schedule>

        <!-- This alternative set of "performances" again start at 10am in the same Venue, but have a duration of 4 hours because the gallery shuts at 2pm -->
        <Schedule isOpenEnded="true">
            <PerformanceDuration>PT240M</PerformanceDuration>
            <Performance>
                <StartDateTime>2009-04-18T10:00:00</StartDateTime>
            </Performance>
            <Performance>
                <StartDateTime>2009-04-25T10:00:00</StartDateTime>
            </Performance>
        </Schedule>

        <!-- This DropInEvent tag signifies that you do not have to turn up at the beginning and stay to the end of each performance. The duration times and description of the time are optional. -->
        <DropInEvent expectedVisitDuration="PT90M">
            <Description>
                <Plain>You should be able to see everything in under an hour, but we would recommend giving yourself a
                    couple of hours to explore.</Plain>
            </Description>
        </DropInEvent>

        <Description>
            <Plain>Some information about how ticketing will be done</Plain>
        </Description>


    </Event>

</ives:IvesMessage>
