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

    <classe>LogGeologique</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="LogDefinitionZRelatif">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="LogReferenceZRelatif">French NGF altitude -estimated above sea level- of the point used as a reference for the depths, in meters</colonne>
        <colonne
            name="relative_z"
            type="ZRelatif"
            null="false"
            attribut="LogZRelatif">depth in meters calculated by reference to the reference point</colonne>
        <colonne
            name="structure"
            type="String"
            null="true"
            attribut="LogStructure">structure of the rock</colonne>
        <colonne
            name="azimut"
            type="Azimut"
            null="true"
            attribut="LogAzimut">angle of the structure with respect to the north (between 0 and 360 °)</colonne>
        <colonne
            name="dip"
            type="Pendage"
            null="true"
            attribut="LogPendage">dip of structures in degrees from -90 to +90</colonne>
        <colonne
            name="lithology"
            type="String"
            null="true"
            attribut="LogLithologie">lithology</colonne>
        <colonne
            name="estimated age or some other informations"
            type="String"
            null="true"
            attribut="LogAgeEstime">age estimated using the GCMD classification</colonne>
        <colonne
            name="image"
            type="Url"
            null="true"
            attribut="LogImage">url of the file with the log image</colonne>
    </donnees>

</model>
