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

    <classe>Puits</classe>
    <recorder>IndependantRecorder</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">registered in the sites list</colonne>
        <colonne
            name="subsite name"
            type="String"
            null="true"
            attribut="PlateformeSousSite">free text</colonne>
        <colonne
            name="borehole name"
            type="String"
            null="false"
            attribut="PlateformeNom">registered in the boreholes list</colonne>
        <colonne
            name="aquifer name"
            type="String"
            null="false"
            attribut="Aquifere">registered in the aquifers list</colonne>
        <colonne
            name="longitude"
            type="Longitude"
            null="false"
            attribut="PlateformeLongitude"></colonne>
        <colonne
            name="latitude"
            type="Latitude"
            null="false"
            attribut="PlateformeLatitude"></colonne>
        <colonne
            name="altitude ngf"
            type="Altitude"
            null="true"
            attribut="PlateformeAltitude"></colonne>
        <colonne
            name="drilling start date"
            type="Date"
            null="true"
            attribut="PuitsDateDebutForation">dd/mm/yyyy</colonne>
        <colonne
            name="drilling start hour"
            type="Heure"
            null="true"
            attribut="PuitsHeureDebutForation">hh:mm:ss</colonne>
        <colonne
            name="drilling end date"
            type="Date"
            null="true"
            attribut="PuitsDateFinForation">dd/mm/yyyy</colonne>
        <colonne
            name="drilling end hour"
            type="Heure"
            null="true"
            attribut="PuitsHeureFinForation">hh:mm:ss</colonne>
        <colonne
            name="driller name"
            type="String"
            null="true"
            attribut="PuitsForeur"></colonne>
        <colonne
            name="image"
            type="Url"
            null="true"
            attribut="PuitsPhoto"> url of the image borehole filename</colonne>
        <colonne
            name="drilling report"
            type="Url"
            null="true"
            attribut="PuitsDescription">url of the drilling report</colonne>
        <colonne
            name="reference for the relative_z definition"
            type="Double"
            null="true"
            attribut="PuitsReferenceZRelatif">NGF altitude (estimated above sea level) in meters of the point used to define the depths</colonne>
        <colonne
            name="relative_z definition"
            type="String"
            null="true"
            attribut="PuitsDefinitionZRelatif">free text that specifies the reference point used to calculate the saved depth in the column relative_z</colonne>
        <colonne
            name="comment"
            type="String"
            null="true"
            attribut="PuitsCommentaire">free text precising the reference and the definition of the relative_z if necessary</colonne>
        <colonne
            name="explication note"
            type="Url"
            null="true"
            attribut="PuitsNoteExplicative">url explaining the calculations used for the relative_z</colonne>    
    </donnees>

</model>
