<?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="station name"
            type="String"
            null="false"
            attribut="Plateforme"
            classe="Mesure">registered in the stations list</colonne>
        <colonne
            name="relative_z definition"
            type="String"
            null="false"
            attribut="MesureDefinitionZRelatif"
            classe="Mesure">free text that specifies the reference point used to calculate the saved depth in the column relative_z</colonne>
        <colonne
            name="reference for relative_z definition"
            type="Double"
            null="false"
            attribut="MesureReferenceZRelatif"
            classe="Mesure">French NGF altitude -estimated above sea level- of the point used as a reference for the depths, in meters</colonne>
        <colonne
            name="relative_z"
            type="ZRelatif"
            null="false"
            attribut="MesureZRelatif"
            classe="Mesure">depth in meters calculated by reference to the reference point</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="net ecosystem exchange"
            type="Double"
            null="true"
            attribut="Valeur"
            param="net ecosystem exchange"
            categ="flux tower"
            classe="Valeur">in µmol.m-2.s-1</colonne>
        <colonne
            name="latent heat flux"
            type="Double"
            null="true"
            attribut="Valeur"
            param="latent heat flux"
            categ="flux tower"
            classe="Valeur">in w/m2</colonne>
        <colonne
            name="sensible heat flux"
            type="Double"
            null="true"
            attribut="Valeur"
            param="sensible heat flux"
            categ="flux tower"
            classe="Valeur">in w/m2</colonne>
        <colonne
            name="average net radiation"
            type="Double"
            null="true"
            attribut="Valeur"
            param="average net radiation"
            categ="flux tower"
            classe="Valeur">in w/m2</colonne>
        <colonne
            name="evapotranspiration"
            type="Double"
            null="true"
            attribut="Valeur"
            param="evapotranspiration"
            categ="flux tower"
            classe="Valeur">in mm</colonne>
        <colonne
            name="CO2 flux"
            type="Double"
            null="true"
            attribut="Valeur"
            param="CO2 flux"
            categ="flux tower"
            classe="Valeur">in µmol/s/m2</colonne>
        <colonne
            name="H2O flux"
            type="Double"
            null="true"
            attribut="Valeur"
            param="H2O flux"
            categ="flux tower"
            classe="Valeur">in µmol/s/m2</colonne>
        <colonne
            name="CH4 flux"
            type="Double"
            null="true"
            attribut="Valeur"
            param="CH4 flux"
            categ="flux tower"
            classe="Valeur">in µmol/s/m2</colonne>
        <colonne
            name="ground heat flux"
            type="Double"
            null="true"
            attribut="Valeur"
            param="ground heat flux"
            categ="flux tower"
            classe="Valeur">in w/m2</colonne>
        <colonne
            name="albedo"
            type="Double"
            null="true"
            attribut="Valeur"
            param="albedo"
            categ="flux tower"
            classe="Valeur">in %</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 device list</colonne>
	 <colonne
            name="data file"
            type="Url"
            null="true"
            classe="ProprieteMesure">url or zip with raw data files</colonne>
        <colonne
            name="fichier interpretation"
            type="Url"
            null="true"
            classe="ProprieteMesure">url or zip with  the interpretation files</colonne>
	<colonne
            name="comments"
            type="String"
            null="true"
            attribut="MesureRemarque"
            classe="Mesure">comments</colonne>

    </donnees>

</model>
