<?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">

    <ContactDefinition supplierDefinitionId="af-c-001">
        <PersonName>
            <FirstNames>Alex</FirstNames>
            <FamilyName>Fiennes</FamilyName>
        </PersonName>
        <Email>alex@fiennes.org</Email>
        <Telephone type="home">
            <CountryCallingCode>+44</CountryCallingCode>
            <AreaCode>01875</AreaCode>
            <LocalNumber>823310</LocalNumber>
        </Telephone>
        <Telephone type="mobile">
            <CountryCallingCode>+44</CountryCallingCode>
            <AreaCode>07813</AreaCode>
            <LocalNumber>832662</LocalNumber>
        </Telephone>

        <Description>
            <Markup>
                <p>This is a shared definition of a contact which can be used multiple times</p>
            </Markup>
        </Description>
    </ContactDefinition>

    <VenueDefinition VID="http://ives.info/gb/12345" supplierDefinitionId="af-v-001">
        <PerformanceSpace>
            <Title>
                <MainTitle>Main hall</MainTitle>
            </Title>
        </PerformanceSpace>
        <Description>
            <Markup>
                <p>This is a shared definition of a venue which can be used multiple times</p>
            </Markup>
        </Description>
    </VenueDefinition>

    <PersonDefinition supplierDefinitionId="sf-p-001">
        <PersonName>
            <FirstNames>Alex</FirstNames>
            <FamilyName>Fiennes</FamilyName>
        </PersonName>
        <Description>
            <Markup>
                <p>This is a shared definition of a person which can be used multiple times</p>
            </Markup>
        </Description>
    </PersonDefinition>


    <GroupDefinition supplierDefinitionId="af-g-001">
        <Title>
            <MainTitle>fiennes.org ltd</MainTitle>
        </Title>
        <Description>
            <Markup>
                <p>This is a shared definition of a group which can be used multiple times</p>
            </Markup>
        </Description>
        <PersonReference supplierDefinitionId="af-p-001"/>
    </GroupDefinition>

    <DescriptionDefinition supplierDefinitionId="af-d-001" lastUpdateTime="2009-09-23T15:45:39" type="shared type">
        <Plain>This is a shared description that can be referenced from anywhere</Plain>
        <Property type="example_type">Example Value</Property>
    </DescriptionDefinition>

    <LinkDefinition supplierDefinitionId="af-l-001" url="http://www.fiennes.org" linkType="booking">
        <Property type="tag">XYZ</Property>
    </LinkDefinition>

    <Event>
        <Title>
            <MainTitle>Example Reference Event</MainTitle>
        </Title>
        <VenueReference supplierDefinitionId="af-v-001"/>
        <Schedule>
            <Performance>
                <StartDateTime>2009-05-06T09:51:55</StartDateTime>
            </Performance>
        </Schedule>
        <Contacts>
            <ContactReference supplierDefinitionId="af-c-001" role="example contact role"/>
        </Contacts>
        <Credits>
            <GroupReference supplierDefinitionId="af-g-001" role="Architects"/>
        </Credits>
        <Description type="local type" role="local role">
            <Plain>This is a local Description that is not shared</Plain>
        </Description>
        <DescriptionReference supplierDefinitionId="af-d-001" role="local role"/>
        <Link url="http://www.list.co.uk" linkType="review"/>
        <LinkReference supplierDefinitionId="af-l-001" role="free text definition"/>
    </Event>


</ives:IvesMessage>
