<?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="borehole name"
            type="String"
            null="false"
            attribut="Plateforme"
            classe="Mesure">registered in the boreholes list</colonne>
        <colonne
            name="experiment name"
            type="String"
            null="false"
            attribut="Experience"
            classe="Mesure">registered in the experiments 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="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 the 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="slug height"
            type="Double"
            null="true"
            attribut="Valeur"
            param="slug height"
            categ="head level"
            classe="Valeur">in m</colonne>
        <colonne
            name="slug volume"
            type="Double"
            null="true"
            attribut="Valeur"
            param="slug volume"
            categ="Volume"
            classe="Valeur">in m3</colonne>
        <colonne
            name="upper"
            type="ZRelatif"
            null="true"
            classe="ProprieteMesure">upper limit of the zone where the flowrate is controlled</colonne>
        <colonne
            name="lower"
            type="ZRelatif"
            null="true"
            classe="ProprieteMesure">lower limit of the zone where the flowrate is controlled</colonne>
    </donnees>

</model>
