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

    <recorder>IndependantRecorder</recorder>
    <classe>Etalonnage</classe>

    <entete>
        <colonne name="provider" type="FournisseurMail" null="false">email address of the provider</colonne>
        <colonne name="collaborators" type="Collaborateurs" null="false">email adress of the collaborators separated by space</colonne>
    </entete>
    <donnees>
        <colonne
            name="device name"
            type="String"
            null="false"
            attribut="EtalonnageOutilMesure">registered in the devices list </colonne>
        <colonne
            name="date"
            type="Date"
            null="false"
            attribut="EtalonnageDate">date of the calibration dd/mm/yyyy</colonne>
        <colonne
            name="url certificat"
            type="Url"
            null="false"
            attribut="EtalonnageUrlCertificat"> url of the file with the calibrations done, precising the water used, the measurement date, the equations and R², the borehole studied and the data about the control solutions if available </colonne>
        <colonne
            name="supervisor"
            type="String"
            null="true"
            attribut="EtalonnageResponsable">the name of the responsable</colonne>
       
    </donnees>

</model>

