Files
webtech/ora2/hamlet.dtd

12 lines
356 B
DTD
Raw Normal View History

2025-09-19 17:39:04 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT play (author, title, act*)>
<!ELEMENT author (#PCDATA)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT act (title, scene*)>
<!ELEMENT scene (title, (speech | stagedir)*)>
<!ELEMENT speech (speaker, (line | stagedir)*)>
<!ELEMENT stagedir (#PCDATA)>
<!ELEMENT speaker (#PCDATA)>
<!ELEMENT line (#PCDATA | stagedir)*>