Annotation of gpl/axl/test/test4.dtd, revision 1.1.1.1

1.1       misho       1: <!ELEMENT nodes (first+, second, third?, fourth, fifth*, fourth*, (option1, option2)?, (option3, option4)* )>
                      2: 
                      3: <!ELEMENT first (#PCDATA)>
                      4: 
                      5: <!ELEMENT second (#PCDATA)>
                      6: 
                      7: <!ELEMENT third (#PCDATA)>
                      8: 
                      9: <!ELEMENT fourth (#PCDATA)>
                     10: 
                     11: <!ELEMENT fifth (#PCDATA)>
                     12: 
                     13: <!ELEMENT option1 (first, second)>
                     14: 
                     15: <!ELEMENT option2 (third, fourth+)>
                     16: 
                     17: <!ELEMENT option3 (first, second)>
                     18: 
                     19: <!ELEMENT option4 (third, fourth+)>
                     20: 

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