<?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 same event that was represented in simple-simple.xml, but it has been expanded to show off more of the possibilities that Ives offers as a point of comparison -->

    <Event supplierSpecificId="144471">

        <Title>
            <MainTitle>Alex Gray</MainTitle>
        </Title>

        <Venue VID="http://ives.info/gb/jhgrh" supplierSpecificId="19036">
            <PerformanceSpace>
                <Title>
                    <MainTitle>Borders Cafe</MainTitle>
                </Title>
                <Property type="ives.venue.wheelchairAccess">yes</Property>
            </PerformanceSpace>
            <Contacts>
                <Contact role="venue">
                    <Telephone type="work">
                        <CountryCallingCode>+44</CountryCallingCode>
                        <AreaCode>0141</AreaCode>
                        <LocalNumber>7732910</LocalNumber>
                    </Telephone>
                    <Postal>
                        <Address>8 Borthwick Castle Place</Address>
                        <Town>North Middleton</Town>
                        <CountryCode>GB</CountryCode>
                        <PostalCode>EH23 4QT</PostalCode>
                    </Postal>
                    <Link role="moreInfo" url="http://www.borders.com/online/store/Home"/>
                </Contact>
            </Contacts>
            <Link url="http://www.list.co.uk/place/19036-borders-books/">
                <Property type="list.review.starRating">4 stars</Property>
            </Link>
        </Venue>

        <Schedule>
            <Performance>
                <StartDateTime>2009-04-03T19:00:00</StartDateTime>
            </Performance>
        </Schedule>

        <PerformanceDuration>PT1H</PerformanceDuration>

        <Tickets>
            <TicketType>
                <Title>
                    <MainTitle>Free admission</MainTitle>
                </Title>
                <Price currency="GBP">0.00</Price>
            </TicketType>
            <Description>
                <Markup>
                    <p>There is no admission charge, but there is limited space so get there early.</p>
                </Markup>
            </Description>
        </Tickets>

        <Credits>
            <!-- The role of "presenter" was one that isn't currently suggested as an option by Ives.
                It would be nice if we can have a "recommended list" of roles so that it increases the chances that we can group people by role by having a more consistent data set -->
            <Person role="presenter">
                <PersonName>
                    <PrefixTitle>Mr</PrefixTitle>
                    <FirstNames>Alex</FirstNames>
                    <FamilyName>Gray</FamilyName>
                    <SuffixTitle>Esq</SuffixTitle>
                </PersonName>
            </Person>
        </Credits>

        <Link role="moreInfo" url="http://www.list.co.uk/event/144471-alex-gray/"/>
        <Link url="http://glasgowfort.borders.co.uk/book/glasgow-kiss/1190091/" role="moreInfo"/>

        <Property type="ives.book.ISBN13">978-1847441942</Property>

    </Event>

</ives:IvesMessage>
