<?xml version="1.0" encoding="UTF-8"?>
<model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../donnees.xsd">

    <recorder>IndependantRecorder</recorder>
    <classe>Experience</classe>

    <entete>
        <colonne name="provider" type="FournisseurMail" null="false">email address of the provider</colonne>
    </entete>

    <donnees>
        <colonne
            name="site name"
            type="String"
            null="false"
            attribut="Site">registered in the sites list</colonne>
        <colonne
            name="experiment name"
            type="String"
            null="false"
            attribut="ExperienceNom">for example : site_experimentname_startdate-enddate</colonne>
        <colonne
            name="start date"
            type="Date"
            null="false"
            attribut="ExperienceDateDebut">dd/mm/yyyy</colonne>
        <colonne
            name="start hour"
            type="Heure"
            null="true"
            attribut="ExperienceHeureDebut">hh:mm:ss</colonne>
        <colonne
            name="end date"
            type="Date"
            null="false"
            attribut="ExperienceDateFin">dd/mm/yyyy</colonne>
        <colonne
            name="end hour"
            type="Heure"
            null="true"
            attribut="ExperienceHeureFin">hh:mm:ss</colonne>
        <colonne
            name="experiment type name"
            type="String"
            null="false"
            attribut="ExperienceType">registered in the experiment types list</colonne>
        <colonne
            name="existence packers"
            type="Boolean"
            null="true"
            attribut="ExperienceUtilisationPackers"></colonne>
        <colonne
            name="team"
            type="String"
            null="true"
            attribut="ExperienceEquipe"></colonne>
        <colonne
            name="comment"
            type="Url"
            null="true"
            attribut="ExperienceRemarque">url of the file with the comments about the experiment </colonne>
        <colonne
            name="interpretation"
            type="Url"
            null="true"
            attribut="ExperienceInterpretation">url of the file with the results of the interpretation of the experiment</colonne>
    </donnees>

</model>
