<?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 two events which are individual performances by different bands.  The events are included into a conceptual grouping of elements that represents the club which the bands are playing at.  This permits additional meta-data to be attached to the grouping which will eventually enable people to generate a representation for the Grouping that includes full descriptive content about it as well as the list of Events that are associated with it.
    
        In this case we are using this for a series of concerts that take place each week, but this could also be used to manage such things as festivals and the like.  For more information please see https://dev.fiennes.org/redmine/projects/list-ives/wiki/Property
    -->

    <SupplierSpecificProperty value="FishFry">

        <Title>
            <MainTitle>Fish Fry</MainTitle>
        </Title>

        <Description>
            <Markup>
                <p>This is some information about the club itself rather than about one of the bands which is playing at
                    the club.</p>
            </Markup>
        </Description>

        <Property type="ives.type">Nightclub</Property>

    </SupplierSpecificProperty>



    <Event supplierSpecificId="132703-a">

        <Title>
            <MainTitle>The Vetacore</MainTitle>
        </Title>

        <Venue VID="http://ives.info/gb/2h2h2"/>
        <Tickets>
            <TicketType>
                <Title>
                    <MainTitle>Full price</MainTitle>
                </Title>
                <Price currency="GBP">5</Price>
            </TicketType>
            <TicketType>
                <Title>
                    <MainTitle>Concession</MainTitle>
                </Title>
                <Price currency="GBP">3</Price>
                <Description>
                    <Markup>
                        <p>Concessions are available to students with a valid student card.</p>
                    </Markup>
                </Description>
            </TicketType>
            
        </Tickets>
        <PerformanceDuration>PT210M</PerformanceDuration>
        <Schedule>
            <Performance>
                <StartDateTime>2009-04-18T23:30:00</StartDateTime>
            </Performance>
        </Schedule>

        <Credits>

            <Group role="performing">
                <Title>
                    <MainTitle>The Vetacore</MainTitle>
                </Title>
                <Person role="Guitar">
                    <PersonName>
                        <FormattedName>Jonty Felch</FormattedName>
                    </PersonName>
                </Person>
                <Person role="Bass">
                    <PersonName>
                        <FormattedName>Steven Spraffowitz</FormattedName>
                    </PersonName>
                </Person>
                <Person role="Guitar">
                    <PersonName>
                        <FormattedName>Spicy Testicular</FormattedName>
                    </PersonName>
                </Person>
                <Person role="Vocals">
                    <PersonName>
                        <FormattedName>Barry Beaverbrooks</FormattedName>
                    </PersonName>
                </Person>
                <Person role="Drums">
                    <PersonName>
                        <FormattedName>Nobby Butters</FormattedName>
                    </PersonName>
                </Person>
                <Person role="Percussion">
                    <PersonName>
                        <FormattedName>Pancakes</FormattedName>
                    </PersonName>
                </Person>
            </Group>

            <Person role="DJ">
                <PersonName>
                    <FormattedName>DJ D'Viking</FormattedName>
                </PersonName>
            </Person>

        </Credits>

        <Property type="supplierSpecific">FishFry</Property>

    </Event>

    <Event supplierSpecificId="132703-b">
        <Title>
            <MainTitle>Monkey See Monkey Do</MainTitle>
        </Title>
        <Venue VID="http://ives.info/gb/2h2h2"/>
        <PerformanceDuration>PT210M</PerformanceDuration>
        <Schedule>
            <Performance>
                <StartDateTime>2009-04-25T23:30:00</StartDateTime>
            </Performance>
        </Schedule>
        <Credits>
            <Group role="performing">
                <Title>
                    <MainTitle>Monkey See Monkey Do</MainTitle>
                </Title>
            </Group>
        </Credits>
        <Property type="supplierSpecific">FishFry</Property>
    </Event>

</ives:IvesMessage>
