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

    <classe>BoiteCarotte</classe>
    <recorder>IndependantRecorder</recorder>

    <entete>
        <colonne name="provider" type="FournisseurMail" null="false">email address of the provider</colonne>
    </entete>

    <donnees>
        <colonne
            name="box ID"
            type="String"
            null="false"
            attribut="BoiteIdentifiant"></colonne>
        <colonne
            name="core sample ID"
            type="String"
            null="false"
            attribut="Carotte"></colonne>
        <colonne
            name="storage place"
            type="String"
            null="true"
            attribut="BoiteLieu"></colonne>
        <colonne
            name="supervisor"
            type="String"
            null="true"
            attribut="BoiteResponsable"></colonne>
        <colonne
            name="storage condition"
            type="String"
            null="true"
            attribut="BoiteConditionStockage"></colonne>
    </donnees>

</model>
