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

    <classe>CoupeTechnique</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="borehole name"
            type="String"
            null="false"
            attribut="Plateforme">registered in the boreholes list</colonne>
        <colonne
            name="relative_z definition"
            type="String"
            null="false"
            attribut="CoupeDefinitionZRelatif">free text that specifies the reference point used to calculate the saved depth in the column relative_z</colonne>
        <colonne
            name="relative_z"
            type="ZRelatif"
            null="false"
            attribut="CoupeZRelatif">depth in meters calculated by reference to the reference point</colonne>
        <colonne
            name="drilling date"
            type="Date"
            null="true"
            attribut="CoupeDateAvancement">dd/mm/yyyy</colonne>
        <colonne
            name="drilling hour"
            type="Heure"
            null="true"
            attribut="CoupeHeureAvancement">hh:mm:ss</colonne>
        <colonne
            name="device speed"
            type="String"
            null="true"
            attribut="CoupeVitesseAvancementOutil">in m/s</colonne>
        <colonne
            name="drilling diameter"
            type="Double"
            null="false"
            attribut="CoupeDiametreForation">in mm</colonne>
        <colonne
            name="real diameter"
            type="Double"
            null="true"
            attribut="CoupeDiametreReel">in mm</colonne>
        <colonne
            name="drilling method"
            type="String"
            null="true"
            attribut="CoupeMethode"></colonne>
        <colonne
            name="diameter measurement technique"
            type="String"
            null="true"
            attribut="CoupeTechniqueMesureDiametre"></colonne>
        <colonne
            name="air lift flow"
            type="Double"
            null="true"
            attribut="CoupeDebitAirLift">in m3/h</colonne>
        <colonne
            name="annular material"
            type="String"
            null="true"
            attribut="RemplissageAnnulaire"></colonne>
        <colonne
            name="pretubing1 nature"
            type="String"
            null="true"
            attribut="Pretubage1">registered in the tubing materials nature list</colonne>
        <colonne
            name="pretubing2 nature"
            type="String"
            null="true"
            attribut="Pretubage2">registered in the tubing materials nature list</colonne>
        <colonne
            name="pretubing1 diameter"
            type="Double"
            null="true"
            attribut="CoupeDiametrePretubage1">in mm</colonne>
        <colonne
            name="pretubing2 diameter"
            type="Double"
            null="true"
            attribut="CoupeDiametrePretubage2">in mm</colonne>
        <colonne
            name="tubing diameter"
            type="Double"
            null="true"
            attribut="CoupeDiametreTubage">in mm</colonne>
        <colonne
            name="tubing nature"
            type="String"
            null="true"
            attribut="Tubage">registered in the tubing materials nature list</colonne>
        <colonne
            name="image"
            type="Url"
            null="true"
            attribut="CoupeImage">url of the image of the borehole</colonne>
        <colonne
            name="reference for the relative_z definition"
            type="Double"
            null="false"
            attribut="CoupeReferenceZRelatif">French NGF altitude (estimated above sea level) in meters of the point used to define the depths</colonne>
    </donnees>

</model>
