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

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

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

    <donnees>
        <colonne
            name="samping ID"
            type="String"
            null="false"
            attribut="SequenceIdentifiant">must be unique</colonne>
        <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="SequenceDefinitionZRelatif">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="SequenceReferenceZRelatif">French NGF altitude -estimated above sea level- of the point used as a reference for the depths, in meters</colonne>
        <colonne
            name="upper depth"
            type="ZRelatif"
            null="false"
            attribut="SequenceZMax">depth in meters, calculated from the definition/reference point </colonne>
        <colonne
            name="lower depth"
            type="ZRelatif"
            null="false"
            attribut="SequenceZMin"> depth in meters, calculated from the definition/reference point </colonne>
	<colonne 
	    name="date" 
	    type="Date" 
	    null="false" 
	    attribut="SequenceDate">dd/mm/yyyy</colonne>
	<colonne 
	    name="hour" 
	    type="Heure" 
	    null="true" 
	    attribut="SequenceHeure"/>
        <colonne
            name="sampling method"
            type="String"
            null="true"
            attribut="SequenceMethode"></colonne>
        <colonne
            name="core sample ID"
            type="String"
            null="false"
            attribut="CarotteIdentifiant">describe in core sample file</colonne>
    </donnees>

</model>
