<?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"/>
        <colonne
            name="device name"
            type="String"
            null="true"
            attribut="SequencePreOutils">in free text</colonne>
        <colonne
            name="sampling team"
            type="String"
            null="true"
            attribut="SequenceEquipe"/>
        <colonne
            name="comments"
            type="String"
            null="true"
            attribut="SequenceRemarque"/>
        <colonne
            name="sampling campaign file"
            type="Url"
            null="true"
            attribut="SequenceFichier"/>      
    </donnees>

</model>
