<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../Templates/ProductConfiguration-en_US.xsl" ?>

<!--
    Document   : Manifest.xml
    Created on : March 29, 2010, 11:24 PM
    Author     : romain.vidal
    Description:
        This file describes the product.
-->

<product>
    <!--
        This section describes all seat options.
        An option is a configurable element of the product.
    -->
    <options>
        <section title="Armchairs">
            <option product-thumb-key="E8-FAUTEUIL" option-thumb="FAUT.png" title="With armchairs" />
            <option product-thumb-key="E8-CHAISE" option-thumb="CHAISE.png" title="Without armchairs" />
        </section>

        <section title="Seat">
            <option product-thumb-key="BLIZZARD" option-thumb="20-BLIZZARD.jpg" title="Blizzard" />
            <option product-thumb-key="INDIAN" option-thumb="18-INDIA.jpg" title="India" />
            <option product-thumb-key="TAUPE" option-thumb="63-TAUPE.jpg" title="Taupe" />
            <option product-thumb-key="TORTUGA" option-thumb="60-TORTUGA.jpg" title="Tortuga" />
            <option product-thumb-key="VERT POMME" option-thumb="00-POMME.jpg" title="Apple green" />
        </section>

        <section title="Headset">
            <option product-thumb-key="TETIERE" option-thumb="TETIERE.png" title="With headset" />
            <option product-thumb-key="" option-thumb="PAS-TETIERE.png" title="Without headset" />
        </section>

        <!--
        <section title="Roulettes">
            <option title="Roulettes sol dur" />
            <option title="Roulettes sol mou" />
        </section>
        -->
    </options>

    <!--
        This section describes all features.
        A feature is a "zoomable" item on the product picture.
    -->
    <features>
        <section title="Accotoirs">
            <!-- Position of the element on the product picture -->
            <!-- <position>270,195,352,277</position> -->
            <position>1,1,100,100</position>
            <!-- ID of the text to display in the message box:
                 this ID refers to the database table named 'product_features' -->
            <link-id>1</link-id>
        </section>
    </features>
</product>

