<?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>
    </entete>

    <donnees>
        <colonne
            name="site name"
            type="String"
            null="false"
            attribut="Site"
            classe="Mesure">registered in the sites list</colonne>
        <colonne
            name="tree code"
            type="String"
            null="false"
            attribut="Plateforme"
            classe="Mesure">code of a tree equiped with sensor, registered in the stations list</colonne>
        <colonne
            name="date"
            type="Date"
            null="false"
            attribut="MesureDate"
            classe="Mesure">dd/mm/yyyy (starting from sensor's installation)</colonne>
        <colonne
            name="hour"
            type="Heure"
            null="true"
            attribut="MesureHeure"
            classe="Mesure">hh:mm:ss</colonne>
        <colonne 
            name="data acquisition method" 
            type="String" 
            null="true"
	    attribut="MesureMethode" 
	    classe="Mesure">free text</colonne>
       <colonne 
	    name="sensor name" 
	    type="String" 
	    null="true" 
	    attribut="OutilMesure" 
	    classe="Valeur">registered in the devices list</colonne>
        <colonne
            name="sap velocity"
            type="Double"
            null="false"
            attribut="Valeur"
            param="sap velocity"
            categ="ecophysiology"
  	    classe="Valeur">in µm.s-1</colonne>
        <colonne 
            name="comments" 
            type="String" 
            null="true" 
            attribut="MesureRemarque" 
	    classe="Mesure"> indicate the species of a tree, etc.</colonne>
    </donnees>
</model>
