source: trunk/adm/website/usertropflux.dtd

Last change on this file was 154, checked in by pinsard, 12 years ago

add a new end-user

File size: 1.2 KB
RevLine 
[56]1<!--
2DESCRIPTION
3
4DTD user tropflux
5
6TODO
7====
8
9migration to xsd
10
[77]11JV validation of filed survey
12
13netcdf favorite tools : cdo, nco, ferret, netcdf, idl, idl/saxo, ncview, etc.
14
15affiliation : istitution address and so on
16
[154]17EVOLUTIONS
[56]18==========
19
20$URL$
21
22$ID$
23
[154]24- fplod 20120306
25
26  * add affiliation
27
[146]28- fplod 20120223
29
30  * add status
31
[56]32- fplod 20110624T110337Z aedon.locean-ipsl.upmc.fr (Darwin)
33
34  * creation
[77]35
[56]36-->
37<!ELEMENT users (date,user+)>
38<!ELEMENT date (#PCDATA)>
[154]39<!ELEMENT user (userid,personname,affiliation,status,email,parameters,regions,periods)>
[56]40<!ELEMENT userid (#PCDATA)>
41<!ELEMENT personname (surname,firstname,othername)>
42<!ELEMENT surname (#PCDATA)>
43<!ELEMENT firstname (#PCDATA)>
44<!ELEMENT othername (#PCDATA)>
45<!ATTLIST othername role CDATA #IMPLIED>
[154]46<!ELEMENT affiliation (#PCDATA)>
[56]47<!ELEMENT email (#PCDATA)>
48<!ELEMENT parameters (parameter+)>
49<!ELEMENT parameter (name,value)>
50<!ATTLIST parameter code CDATA #IMPLIED>
51<!ELEMENT regions (region+)>
52<!ELEMENT region (name,value)>
53<!ATTLIST region code CDATA #IMPLIED>
54<!ELEMENT periods (period+)>
55<!ELEMENT period (name,value)>
56<!ATTLIST period code CDATA #IMPLIED>
57<!ELEMENT name (#PCDATA)>
58<!ELEMENT value (#PCDATA)>
[146]59<!ELEMENT status (#PCDATA)>
Note: See TracBrowser for help on using the repository browser.