<?xml version="1.0" encoding="UTF-8"?>
<model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../donnees.xsd">
    <classe>Lieu</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="storage name"
            type="String"
            null="false"
            attribut="LieuIdentifiant"></colonne>
        <colonne
            name="sampling id"
            type="String"
            null="false"
            attribut="Sequence"></colonne>
        <colonne
            name="storage place"
            type="String"
            null="true"
            attribut="LieuNom"></colonne>
        <colonne
            name="supervisor"
            type="String"
            null="true"
            attribut="LieuResponsable"></colonne>
        <colonne
            name="storage condition"
            type="String"
            null="true"
            attribut="LieuCondition"></colonne>
    </donnees>

</model>
