source: trunk/data/usernemo.dtd @ 214

Last change on this file since 214 was 33, checked in by pinsard, 17 years ago

add Id in many headers; replace bibrefnemo.xml by biblio.xml

  • Property svn:keywords set to Id
File size: 948 bytes
Line 
1<!--
2module :
3DTD user nemo
4
5update :
6$Id$
7fplod 2007-04-24T14:20:44Z aedon.locean-ipsl.upmc.fr (Darwin)
8-->
9<!ELEMENT users (date,user+)>
10<!ELEMENT date (#PCDATA)>
11<!ELEMENT user (userid,personname,email,components,platforms,processors,compilers)>
12<!ELEMENT userid (#PCDATA)>
13<!ELEMENT personname (surname,firstname,othername)>
14<!ELEMENT surname (#PCDATA)>
15<!ELEMENT firstname (#PCDATA)>
16<!ELEMENT othername (#PCDATA)>
17<!ATTLIST othername role CDATA #IMPLIED>
18<!ELEMENT email (#PCDATA)>
19<!ELEMENT compilers (compiler+)>
20<!ELEMENT compiler (name,value)>
21<!ATTLIST compiler code CDATA #IMPLIED>
22<!ELEMENT components (components_date,component+)>
23<!ELEMENT components_date (#PCDATA)>
24<!ELEMENT component (name,value)>
25<!ATTLIST component code CDATA #IMPLIED>
26<!ELEMENT name (#PCDATA)>
27<!ELEMENT value (#PCDATA)>
28<!ELEMENT platforms (platform+)>
29<!ELEMENT platform (name,value)>
30<!ATTLIST platform code CDATA #IMPLIED>
31<!ELEMENT processors (#PCDATA)>
Note: See TracBrowser for help on using the repository browser.