<?xml version="1.0" encoding="iso-8859-1" ?>

<events   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="event.xsd">

<event>
    <id>dummy</id>
    <title>dummy</title>
    <artist></artist>
    <show></show>
    <type>concert</type>
    <price-per-person currency="EUR" category="Rang vorn">0</price-per-person>
    <date>2003-01-01</date>
    <location></location>
    <joined-by>Thomas</joined-by>
    <visitors></visitors>
    <links>
        <link>
            <title>Homepage</title>
            <url></url>
        </link>
        <link>
            <title>Programm</title>
            <url></url>
        </link>
    </links>
    <image-url>event-img/laboheme-img.jpg</image-url>
    <ticket>ticket</ticket>
    <review>
        <description></description>
        <content><mark>1</mark><remark></remark></content>
        <tech><mark>2</mark><remark></remark></tech>
        <ambience><mark>3</mark><remark></remark></ambience>
        <value><mark>4</mark><remark></remark></value>
    </review>
</event>

</events>