<?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">adresse mail du fournisseur</colonne>
        <colonne name="collaborators" type="Collaborateurs" null="false">adresses mail des collaborateurs séparés
par des espaces</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">altitude NGF (par rapport au niveau de la mer) en mètres du point qui sert de définit
on des profondeurs décrit dans la colonne definition z_relatif</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="measurement method"
            type="String"
            null="true"
            attribut="MesureMethode"
            classe="Mesure"></colonne>
        <colonne
            name="date"
            type="Date"
            null="true"
            attribut="MesureDate"
            classe="Mesure">jj/mm/aaaa</colonne>
	<colonne
            name="hour"
            type="Heure"
            null="true"
            attribut="MesureHeure"
            classe="Mesure">hh:mm:ss</colonne>
        <colonne
            name="raw azimuth"
            type="Double"
            null="true"
            attribut="Valeur"
            param="raw azimuth"
            categ="fracture orientation"
            classe="Valeur">in degrees</colonne>      
        <colonne
            name="corrected azimuth"
            type="Double"
            null="true"
            attribut="Valeur"
            param="corrected azimuth"
            categ="fracture orientation"
            classe="Valeur">in degrees, corrected from borehole deviation (see borehole deviation template for insertion in the database) </colonne>      
        <colonne
            name="raw strike"
            type="Double"
            null="true"
            attribut="Valeur"
            param="raw strike"
            categ="fracture orientation"
            classe="Valeur">in degrees</colonne>      
        <colonne
            name="corrected strike"
            type="Double"
            null="true"
            attribut="Valeur"
            param="corrected strike"
            categ="fracture orientation"
            classe="Valeur">in degrees, corrected from borehole deviation (see borehole deviation template for insertion in the database)</colonne>      
        <colonne
            name="raw dip"
            type="Double"
            null="true"
            attribut="Valeur"
            param="raw dip"
            categ="fracture orientation"
            classe="Valeur">in degrees</colonne>
        <colonne
            name="corrected dip"
            type="Double"
            null="true"
            attribut="Valeur"
            param="corrected dip"
            categ="fracture orientation"
            classe="Valeur">in degrees, corrected from borehole deviation (see borehole deviation template for insertion in the database)</colonne>
        <colonne
            name="device name"
            type="String"
            null="true"
            attribut="OutilMesure"
            classe="Valeur">registered in the devices list</colonne>
        <colonne
            name="fichier interpretation"
            type="Url"
            null="true"
            classe="ProprieteMesure">url or zip with  the interpretation files, optical and acoustical logs, borehole deviation log..</colonne>       
         <colonne
            name="comments"
            type="String"
            null="true"
            attribut="MesureRemarque"
            classe="Mesure">Explicite type of the fracture : major open fracture, minor open fracture, sealed fracture</colonne>
           
            
    </donnees>

</model>
