ora2 done
This commit is contained in:
11
ora2/hamlet.dtd
Normal file
11
ora2/hamlet.dtd
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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)*>
|
||||
Reference in New Issue
Block a user