<?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>DonneesSpatialisees</classe>

    <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="experiment name"
            type="String"
            null="true"
            attribut="DonneesSpatialiseesExperience">registered in the experiment list</colonne>
        <colonne
    	    name="title"
            type="String"
            null="false"
	    attribut="DonneesSpatialiseesNom">unique name per data (ex : site_method_profile_date)</colonne>
	<colonne
            name="study area"
            type="String"
            null="true"
            attribut="DonneesSpatialiseesSousSite">name of the study area in the site (ex : Stang er Brune (in Ploemeur), Buissoniere, gallery (in LSBB) ...)</colonne>
        <colonne
            name="cross section name"
            type="String"
            null="false"
            attribut="DonneesSpatialiseesCrossSectionName">geographical identification of the cross-section. Use the same name for different data acquired on the same  profile (or approximately the same) (ex: ERT and Seismic on 'lsbb1')</colonne>
        <colonne
	    name="url of the data file"
	    type="Url"
            null="true"
            attribut="DonneesSpatialiseesUrlRawData">raw data at least and inverse data</colonne>
        <colonne
	    name="url of the image file"
	    type="Url"
            null="true"
            attribut="DonneesSpatialiseesUrlDonnees">image of the cross-section</colonne>
       <colonne
            name="date of acquisition"
            type="Date"
            null="true"
            attribut="DonneesSpatialiseesDate">jj/mm/aaaa</colonne>
        <colonne
            name="hour of acquisition"
            type="Heure"
            null="true"
            attribut="DonneesSpatialiseesHeure">hh:mm:ss</colonne>
        <colonne
	    name="type of the data file"
            type="String"
            null="false"
	    attribut="DonneesSpatialiseesType">registered in the type of data file list</colonne>
        <colonne
	    name="url of the description file"
	    type="Url"
            null="true"
            attribut="DonneesSpatialiseesUrlDescription">description of the set up, the data, the inversion method (in .pdf)... (see template in web site)</colonne>
        <colonne
	    name="url of the legend file"
	    type="Url"
            null="true"
            attribut="DonneesSpatialiseesUrlLegend"></colonne>
        <colonne
            name="first extremity latitude"
            type="Latitude"
            null="true"
            attribut="DonneesSpatialiseesNorth">latitude of the first cross section extremity</colonne>
        <colonne
            name="first extremity longitude"
            type="Longitude"
            null="true"
            attribut="DonneesSpatialiseesEast">longitude of the first cross section extremity </colonne>
        <colonne
            name="second extremity latitude"
            type="Latitude"
            null="true"
            attribut="DonneesSpatialiseesSouth">latitude of the second cross section extremity</colonne>
        <colonne
            name="second extremity longitude"
            type="Longitude"
            null="true"
            attribut="DonneesSpatialiseesWest">longitude of the second cross section extremity</colonne>
        <colonne
	    name="contributors, authors list"
	    type="String"
            null="true"
            attribut="DonneesSpatialiseesAuthors">list of emails or name of contributors, authors, or origine</colonne>
        <colonne
            name="comments"
            type="String"
            null="true"
            attribut="DonneesSpatialiseesRemarque">text</colonne>

    </donnees>
</model>
