source: trunk/adm/website/usertropflux.dtd @ 102

Last change on this file since 102 was 77, checked in by pinsard, 13 years ago

complete documentation

File size: 1.0 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
17EVOLUTION$
18==========
19
20$URL$
21
22$ID$
23
24- fplod 20110624T110337Z aedon.locean-ipsl.upmc.fr (Darwin)
25
26  * creation
27
28-->
29<!ELEMENT users (date,user+)>
30<!ELEMENT date (#PCDATA)>
31<!ELEMENT user (userid,personname,email,parameters,regions,periods)>
32<!ELEMENT userid (#PCDATA)>
33<!ELEMENT personname (surname,firstname,othername)>
34<!ELEMENT surname (#PCDATA)>
35<!ELEMENT firstname (#PCDATA)>
36<!ELEMENT othername (#PCDATA)>
37<!ATTLIST othername role CDATA #IMPLIED>
38<!ELEMENT email (#PCDATA)>
39<!ELEMENT parameters (parameter+)>
40<!ELEMENT parameter (name,value)>
41<!ATTLIST parameter code CDATA #IMPLIED>
42<!ELEMENT regions (region+)>
43<!ELEMENT region (name,value)>
44<!ATTLIST region code CDATA #IMPLIED>
45<!ELEMENT periods (period+)>
46<!ELEMENT period (name,value)>
47<!ATTLIST period code CDATA #IMPLIED>
48<!ELEMENT name (#PCDATA)>
49<!ELEMENT value (#PCDATA)>
Note: See TracBrowser for help on using the repository browser.