File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / test4.dtd
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (13 years ago) by misho
CVS tags: MAIN, HEAD
Initial revision

<!ELEMENT nodes (first+, second, third?, fourth, fifth*, fourth*, (option1, option2)?, (option3, option4)* )>

<!ELEMENT first (#PCDATA)>

<!ELEMENT second (#PCDATA)>

<!ELEMENT third (#PCDATA)>

<!ELEMENT fourth (#PCDATA)>

<!ELEMENT fifth (#PCDATA)>

<!ELEMENT option1 (first, second)>

<!ELEMENT option2 (third, fourth+)>

<!ELEMENT option3 (first, second)>

<!ELEMENT option4 (third, fourth+)>


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>