<?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="borehole name"
            type="String"
            null="false"
            attribut="Plateforme"
            classe="Mesure">registered in the boreholes 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 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="measurement method"
	    type="String"
	    null="true"
	    attribut="MesureMethode"
	    classe="Mesure">Indicate if the fiber is heated and if there was a manual or automatically calibration</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="cable distance"
            type="Double"
            null="false"
            classe="ProprieteMesure">value in meter</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="treated cable temperature"
            type="Double"
            null="false"
            attribut="Valeur"
            param="treated cable temperature"
            categ="fiber optic"
            classe="Valeur">in °C</colonne>
        <colonne
            name="device name"
            type="String"
            null="true"
            attribut="OutilMesure"
            classe="Valeur">registered in the devices list, e.g. DTS-fibre1, XT-fibre2.. To indicate to the database administrator before </colonne>
        <colonne
            name="calibration"
            type="Url"
            null="false"
            classe="ProprieteMesure">url or zip indicating the type of fiber, the heated part, the calibration baths temperature, the electrical power, the models used to process the calibration data, splices (location, quality), the matlab files...</colonne>
        <colonne
            name="data file"
            type="Url"
            null="false"
            classe="ProprieteMesure">url or zip with all the data</colonne>
        <colonne
            name="fichier interpretation"
            type="Url"
            null="true"
            classe="ProprieteMesure">url or zip with  the interpretation files</colonne>
        <colonne
            name="experiment name"
            type="String"
            null="true"
            attribut="Experience"
            classe="Mesure">registered in the experiments list</colonne>
    </donnees>

</model>
