<?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 3D block (ex : site_3DBlock_typeofdata_data)</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="url of the data file"
	    type="Url"
            null="true"
            attribut="DonneesSpatialiseesUrlRawData">raw data at least and inverse data</colonne>
       <colonne
	    name="url of the georeferenced image file"
	    type="Url"
            null="true"
            attribut="DonneesSpatialiseesUrlDonnees">image of a layer of the 3D block georeferenced on google earth (.tiff file for example)</colonne>
	<colonne
	    name="url of the non-georeferenced image file"
            type="Url"
            null="true"
            attribut="DonneesSpatialiseesUrlQuicklook">image of the 3D block (.jpeg file for example)</colonne>
       <colonne
            name="acquisition date"
            type="Date"
            null="true"
	    attribut="DonneesSpatialiseesDate">dd/mm/yyyy</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="northern position of the image contour y1"
            type="Latitude"
            null="true"
            attribut="DonneesSpatialiseesNorth">north position of the surface footprint of the 3D block (latitude)</colonne>
        <colonne
            name="eastern position of the image contour x1"
            type="Longitude"
            null="true"
            attribut="DonneesSpatialiseesEast">east position of the surface footprint of the 3D block (longitude)</colonne>
        <colonne
            name="southern position of the image contour y2"
            type="Latitude"
            null="true"
            attribut="DonneesSpatialiseesSouth">south position of the surface footprint of the 3D block (latitude)</colonne>
        <colonne
            name="western position of the image contour x2"
            type="Longitude"
            null="true"
            attribut="DonneesSpatialiseesWest">west position of the surface footprint of the 3D block (longitude)</colonne>
        <colonne
            name="rotation"
            type="Double"
            null="true"
            attribut="DonneesSpatialiseesRotation">angle of rotation</colonne>
        <colonne
	    name="contributors, authors list"
	    type="String"
            null="true"
            attribut="DonneesSpatialiseesAuthors">list of emails ou name of contributors, authors, or origine</colonne>
	<colonne
            name="name of the method and comments"
            type="String"
            null="true"
            attribut="DonneesSpatialiseesRemarque">name of the method Ex : ERT, RMP, SP. and others comments</colonne>
    </donnees>
</model>
