source: trunk/usernemo.dtd @ 2

Last change on this file since 2 was 2, checked in by smasson, 17 years ago

initial import

File size: 1.0 KB
Line 
1<!--
2module :
3DTD user nemo
4
5source :
6/usr/home/fplod/incas/bibnemo/src/bibnemomaf/data/usernemo.dtd sur aedon.locean-ipsl.upmc.fr
7
8update :
9fplod 2007-04-24T14:20:44Z aedon.locean-ipsl.upmc.fr (Darwin)
10-->
11<!ELEMENT usersnemo (date,usernemo+)>
12<!ELEMENT date (#PCDATA)>
13<!ELEMENT usernemo (userid,personname,email,components,platforms,processors,compilers)>
14<!ELEMENT userid (#PCDATA)>
15<!ELEMENT personname (surname,firstname,othername)>
16<!ELEMENT surname (#PCDATA)>
17<!ELEMENT firstname (#PCDATA)>
18<!ELEMENT othername (#PCDATA)>
19<!ATTLIST othername role CDATA #IMPLIED>
20<!ELEMENT email (#PCDATA)>
21<!ELEMENT compilers (compiler+)>
22<!ELEMENT compiler (name,value)>
23<!ATTLIST compiler code CDATA #IMPLIED>
24<!ELEMENT components (components_date,component+)>
25<!ELEMENT components_date (#PCDATA)>
26<!ELEMENT component (name,value)>
27<!ATTLIST component code CDATA #IMPLIED>
28<!ELEMENT name (#PCDATA)>
29<!ELEMENT value (#PCDATA)>
30<!ELEMENT platforms (platform+)>
31<!ELEMENT platform (name,value)>
32<!ATTLIST platform code CDATA #IMPLIED>
33<!ELEMENT processors (#PCDATA)>
Note: See TracBrowser for help on using the repository browser.