<?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="Armature">
            <option product-thumb-key="CT-BD-NO-NU" option-thumb="XX-NOIR.png" title="Black" />
            <option product-thumb-key="CT-BD-BL-NU" option-thumb="XX-BLANC.png" title="White" />
            <option product-thumb-key="CT-BD-NO-TAP" option-thumb="XX-NOIR.png" title="Papered black" />
            <option product-thumb-key="CT-BD-BL-TAP" option-thumb="XX-BLANC.png" title="Papered white" />
        </section>

        <section title="Armchairs">
            <option product-thumb-key="CHAISE" option-thumb="CHAISE.png" title="Without armchairs" />
            <option product-thumb-key="FAUT" option-thumb="FAUT.png" title="With 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="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,150,130,300</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>

