<?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="sounding name"
            type="String"
            null="false"
            attribut="DonneesSpatialiseesCrossSectionName">geographical identification of the sounding. Use the same name for different data acquired on the same place (or approximately the same) </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 sounding</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="latitude"
            type="Latitude"
            null="true"
            attribut="DonneesSpatialiseesNorth">latitude in decimal degrees of the sounding</colonne>
        <colonne
            name="longitude"
            type="Longitude"
            null="true"
            attribut="DonneesSpatialiseesEast">longitude in decimal degrees of the sounding</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="name of the method"
            type="String"
            null="true"
            attribut="DonneesSpatialiseesRemarque">Name of the method. Ex : RMP, SP.</colonne>

    </donnees>
</model>
