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

Last change on this file since 147 was 146, checked in by pinsard, 12 years ago

add meta robots constraints

File size: 1.1 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 20120223
25
26  * add status
27
28- fplod 20110624T110337Z aedon.locean-ipsl.upmc.fr (Darwin)
29
30  * creation
31
32-->
33<!ELEMENT users (date,user+)>
34<!ELEMENT date (#PCDATA)>
35<!ELEMENT user (userid,personname,status,email,parameters,regions,periods)>
36<!ELEMENT userid (#PCDATA)>
37<!ELEMENT personname (surname,firstname,othername)>
38<!ELEMENT surname (#PCDATA)>
39<!ELEMENT firstname (#PCDATA)>
40<!ELEMENT othername (#PCDATA)>
41<!ATTLIST othername role CDATA #IMPLIED>
42<!ELEMENT email (#PCDATA)>
43<!ELEMENT parameters (parameter+)>
44<!ELEMENT parameter (name,value)>
45<!ATTLIST parameter code CDATA #IMPLIED>
46<!ELEMENT regions (region+)>
47<!ELEMENT region (name,value)>
48<!ATTLIST region code CDATA #IMPLIED>
49<!ELEMENT periods (period+)>
50<!ELEMENT period (name,value)>
51<!ATTLIST period code CDATA #IMPLIED>
52<!ELEMENT name (#PCDATA)>
53<!ELEMENT value (#PCDATA)>
54<!ELEMENT status (#PCDATA)>
Note: See TracBrowser for help on using the repository browser.