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

    <recorder>IndependantRecorder</recorder>
    <classe>Sequence</classe>

    <entete>
        <colonne name="provider" type="FournisseurMail" null="false">email address of the provider</colonne>
        <colonne name="collaborators" type="Collaborateurs" null="false">email address of the collaborators separated by space</colonne>
    </entete>

    <donnees>
        <colonne
            name="site name"
            type="String"
            null="false"
            attribut="Site"/>
        <colonne
            name="borehole name"
            type="String"
            null="false"
            attribut="Plateforme"/>
        <colonne
            name="relative_z definition"
            type="String"
            null="false"
            attribut="SequenceDefinitionZRelatif"/>
        <colonne
            name="reference for the relative_z definition"
            type="Double"
            null="false"
            attribut="SequenceReferenceZRelatif"/>
        <colonne
            name="upper limit"
            type="ZRelatif"
            null="false"
            attribut="SequenceZMax">depth in meters calculated by reference of the definition point</colonne>
        <colonne
            name="lower limit"
            type="ZRelatif"
            null="false"
            attribut="SequenceZMin"> depth in meters calculated by reference of the definition point</colonne>            
        <colonne
            name="sampling id"
            type="String"
            null="false"
            attribut="SequenceIdentifiant"/>
        <colonne
            name="sampling nature"
            type="String"
            null="true"
            attribut="SequenceNature"/>
        <colonne
            name="date"
            type="Date"
            null="false"
            attribut="SequenceDate"/>
        <colonne
            name="hour"
            type="Heure"
            null="true"
            attribut="SequenceHeure"/>
        <colonne
            name="sampling method"
            type="String"
            null="true"
	    attribut="SequenceMethode">Indicate the filtration system, the extracted volume of water. For ex, 0.2µm filtration, 50L</colonne>
        <colonne
            name="device name"
            type="String"
            null="true"
            attribut="SequencePreOutils">Indicate the sampling tool in free text. For ex, pump</colonne>
        <colonne
            name="sampling team"
            type="String"
            null="true"
            attribut="SequenceEquipe">free text</colonne>
        <colonne
            name="comments"
            type="String"
            null="true"
	    attribut="SequenceRemarque">link to the ebi database like https://www.ebi.ac.uk/ena/browser/view/PRJEB21768</colonne>
    </donnees>

</model>
