Basic HTML version of Foils prepared August 1 99

Foil 24 Example of XML Grammar

From Advanced XML and its applications CPS714 Computational Science Information Track -- July 7 99. by Lukasz Beca


1 <!ELEMENT doc (publication)*>
2 <!ELEMENT publication (title,author+,date,keywords?)>
3 <!ELEMENT title (#PCDATA)>
4 <!ELEMENT author (lastname, firstname)>
5 <!ELEMENT date (#PCDATA)>
6 <!ELEMENT lastname (#PCDATA)>
7 <!ELEMENT firstname (#PCDATA)>
8 <!ELEMENT keywords (keyword)+>
9 <!ELEMENT keyword (#PCDATA)>
10 <!ATTLIST publication number ID #REQUIRED>

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Aug 1 1999