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

    <classe>Station</classe>
    <recorder>IndependantRecorder</recorder>

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

    <donnees>
        <colonne name="site name"
            type="String"
            null="false"
            attribut="Site">appartient à la liste des sites/registered in the sites list</colonne>
        <colonne
            name="station name"
            type="String"
            null="false"
            attribut="PlateformeNom"></colonne>
        <colonne
            name="study area"
            type="String"
            null="true"
            attribut="PlateformeSousSite">free text</colonne>
        <colonne
            name="longitude"
            type="Longitude"
            null="true"
            attribut="PlateformeLongitude"></colonne>
        <colonne
            name="latitude"
            type="Latitude"
            null="true"
            attribut="PlateformeLatitude"></colonne>
        <colonne
            name="z ngf"
            type="Altitude"
            null="true"
            attribut="PlateformeAltitude"></colonne>
        <colonne
            name="z ngf surface"
            type="Altitude"
            null="true"
            attribut="StationAltitudeSurface">altitude ngf à la surface si la station se trouve sous terre/altitude ngf at surface if the station is underground </colonne>
        <colonne
            name="internal number of the station"
            type="String"
            null="true"
            attribut="StationIdentifiant">identifiant donné par meteo-france ou autre/ID provided by Meteo-France for instance</colonne>
        <colonne
            name="source of station"
            type="String"
            null="true"
            attribut="StationSource">gestionnaire de la station - météo France- ou  le nom du laboratoire pour les stations de mesure de débit en rivière/manager of the station -meteo France or other- or laboratory name, that manages the station in the river</colonne>
        <colonne
            name="type of station"
            type="String"
            null="true"
            attribut="StationType">see list of type station</colonne>
        <colonne
            name="description"
            type="Url"
            null="true"
            attribut="StationDescription">url de la description de la station/url with a description of the station </colonne>
    </donnees>

</model>
