-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaurus.dtd
33 lines (25 loc) · 1.34 KB
/
saurus.dtd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--
DTD to Saurus
Copyright (C) 2012, Filipe de Oliveira Saraiva ([email protected])
View LICENSE file to more informations about copyright note
-->
<!DOCTYPE saurus [
<!ELEMENT saurus (section)>
<!ELEMENT section (subsection)>
<!ATTLIST section type (abstract|introduction|discussion|test|conclusion|acknowledgement)>
<!ELEMENT subsection (entry)>
<!ATTLIST subsection type (context|gap|purpose|methodology|results|conclusion|review|justification|structure|support|resources|materials|procedures|equipments|analisys)>
<!--
@TODO - categorize subsections type from section type.
below, the correct subsections type from section type:
<!ATTLIST abstract subsection (context|gap|purpose|metodology|results|conclusion)>
<!ATTLIST introduction subsection (context|review|gap|purpose|methodology|results|justification|structure)>
<!ATTLIST discussion subsection (context|review|purpose|results|methodology|conclusion)>
<!ATTLIST test subsection (materials|procedures|equipments|analisys|results)>
<!ATTLIST conclusion subsection (context|purpose|metodology|results|conclusion)>
<!ATTLIST acknowledgement subsection (support|resources|discussion)>
-->
<!ELEMENT entry (text, example)>
<!ELEMENT text (#PCDATA)>
<!ELEMENT example (#PCDATA)>
]>