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
Line 
1<!--
2DESCRIPTION
3
4DTD user tropflux
5
6TODO
7====
8
9migration to xsd
10
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
17EVOLUTIONS
18==========
19
20$URL$
21
22$ID$
23
24- fplod 20120306
25
26  * add affiliation
27
28- fplod 20120223
29
30  * add status
31
32- fplod 20110624T110337Z aedon.locean-ipsl.upmc.fr (Darwin)
33
34  * creation
35
36-->
37<!ELEMENT users (date,user+)>
38<!ELEMENT date (#PCDATA)>
39<!ELEMENT user (userid,personname,affiliation,status,email,parameters,regions,periods)>
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>
46<!ELEMENT affiliation (#PCDATA)>
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)>
59<!ELEMENT status (#PCDATA)>
Note: See TracBrowser for help on using the repository browser.