<?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 document represents an band on tour.  The tour itself is the event, but it has a series of <Extension>s for each of the <Performance>s that take place in different venues.  Each of the venues is setting its own ticket prices...
    -->

    <Event supplierSpecificId="178848">

        <Title>
            <MainTitle>James Yorkston and Lisa Knapp</MainTitle>
        </Title>

        <Venue VID="http://ives.info/gb/1q2w3" supplierSpecificId="473">
            <Link url="http://www.list.co.uk/place/473-carnegie-hall/"/>
        </Venue>
        <Schedule>
            <Performance>
                <StartDateTime>2009-05-13T19:30:00</StartDateTime>
            </Performance>
        </Schedule>

        <Tickets>
            <TicketType>
                <Title>
                    <MainTitle>Full price</MainTitle>
                </Title>
                <Price currency="GBP">10</Price>
            </TicketType>
            <TicketType>
                <Title>
                    <MainTitle>Concession</MainTitle>
                </Title>
                <Price currency="GBP">7.50</Price>
            </TicketType>
        </Tickets>

        <Extension>
            <ScheduleExtension>
                <Performance>
                    <StartDateTime>2009-05-14T19:30:00</StartDateTime>
                </Performance>
            </ScheduleExtension>
            <VenueOverride VID="http://ives.info/gb/q758b" supplierSpecificId="469">
                <Link url="http://www.list.co.uk/place/469-dundee-rep/"/>
            </VenueOverride>
        </Extension>

        <Extension>
            <ScheduleExtension>
                <Performance>
                    <StartDateTime>2009-05-15T21:00:00</StartDateTime>
                </Performance>
            </ScheduleExtension>
            <VenueOverride VID="http://ives.info/gb/wtbnb" supplierSpecificId="390">
                <Link url="http://www.list.co.uk/place/390-the-lemon-tree/"/>
            </VenueOverride>
            <TicketsOverride>
                <TicketType>
                    <Title>
                        <MainTitle>Full price</MainTitle>
                    </Title>
                    <Price currency="GBP">7</Price>
                </TicketType>
                <TicketType>
                    <Title>
                        <MainTitle>Concession</MainTitle>
                    </Title>
                    <Price currency="GBP">5</Price>
                    <Description>
                        <Markup>
                            <p>Concessions are available to unemployed and students, but valid ID must be provided.</p>
                        </Markup>
                    </Description>
                </TicketType>
                <TicketType>
                    <Title>
                        <MainTitle>Loyalty</MainTitle>
                    </Title>
                    <Price currency="GBP">3.25</Price>
                    <Description>
                        <Markup>
                            <p>The special Loyalty ticket prices are available to holders of an active Lemon Tree
                                Loyalty card.</p>
                        </Markup>
                    </Description>
                </TicketType>
            </TicketsOverride>
        </Extension>

        <Extension>
            <ScheduleExtension>
                <Performance>
                    <StartDateTime>2009-05-11T21:00:00</StartDateTime>
                </Performance>
            </ScheduleExtension>
            <VenueOverride VID="http://ives.info/gb/2862m" supplierSpecificId="396">
                <Link url="http://www.list.co.uk/place/396-perth-theatre/"/>
            </VenueOverride>
            <TicketsOverride>
                <Description>
                    <Markup>
                        <p>The ticket prices for the Perth Theatre have yet to be confirmed.</p>
                    </Markup>
                </Description>
            </TicketsOverride>
        </Extension>

        <Credits>

            <Person>
                <PersonName>
                    <FirstNames>James</FirstNames>
                    <FamilyName>Yorkston</FamilyName>
                </PersonName>
                <Property type="ives.music.musicbrainz">6a9e9e71-916f-4ac3-b9c4-7aa520b7d97a</Property>
            </Person>

            <Person>
                <PersonName>
                    <FirstNames>Lisa</FirstNames>
                    <FamilyName>Knapp</FamilyName>
                </PersonName>
                <Property type="ives.music.musicbrainz">caa05c4e-3812-4bbf-b477-9f401e207320</Property>
            </Person>

        </Credits>

        <Link url="http://www.list.co.uk/event/178848-james-yorkston-and-lisa-knapp/" role="moreInfo"/>

        <!-- I've included the same ExternalIds that I've also included inside the <Person> tags.
        This is because I both want the <Event> to be linked to other <Event>s that include this id, 
            but also I wanted to signify that the <Person> had an identity as well. 
        Of course the actuall linking of the Events relies on someone else using the same classification, 
        and that the Ives Consumer is prepared to make the connection as these are "suggestions" only. -->
        <Property type="ives.music.musicbrainz">6a9e9e71-916f-4ac3-b9c4-7aa520b7d97a</Property>
        <Property type="ives.music.musicbrainz">caa05c4e-3812-4bbf-b477-9f401e207320</Property>

    </Event>

</ives:IvesMessage>
