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

    <recorder>MesuresRecorder</recorder>

    <entete>
        <colonne name="provider" type="FournisseurMail" null="false">email address of the provider</colonne>
	<colonne name="collaborators" type="Collaborateurs" null="false">email address of the collaborators separated by space</colonne>
    </entete>

    <donnees>
        <colonne
            name="site name"
            type="String"
            null="false"
            attribut="Site"
            classe="Mesure">registered in the sites list</colonne>
        <colonne
            name="weather station name"
            type="String"
            null="false"
            attribut="Plateforme"
            classe="Mesure">registered in the stations list</colonne>
        <colonne
            name="date"
            type="Date"
            null="false"
            attribut="MesureDate"
            classe="Mesure">dd/mm/yyyy</colonne>
        <colonne
            name="hour"
            type="Heure"
            null="true"
            attribut="MesureHeure"
            classe="Mesure">hh:mm:ss</colonne>
        <colonne
            name="parameter name"
            type="String"
            null="false"
            attribut="Param"
            classe="Valeur">registered in the parameters list</colonne>
        <colonne
            name="value"
            type="Double"
            null="false"
            attribut="Valeur"
            classe="Valeur"></colonne>
        <colonne
            name="time step"
            type="Double"
            null="true"
            attribut="Valeur"
            param="time step"
            categ="time step"
            classe="Valeur">in s</colonne>
        <colonne
            name="device name"
            type="String"
            null="true"
            attribut="OutilMesure"
            classe="Valeur">registered in the devices list</colonne>

    </donnees>

</model>
