Skip to content

Commit

Permalink
fix DTD files
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed May 2, 2015
1 parent 2e9527c commit 67390e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/benchmark-result.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@

<!ELEMENT systeminfo (os, cpu, ram)>
<!ATTLIST systeminfo hostname CDATA #IMPLIED>
<!ELEMENT os EMPTY>
<!ATTLIST os name CDATA #REQUIRED>
<!ELEMENT cpu EMPTY>
<!ATTLIST cpu cores CDATA #REQUIRED
frequency CDATA #REQUIRED
model CDATA #REQUIRED>
<!ELEMENT ram EMPTY>
<!ATTLIST ram size CDATA #REQUIRED>

<!ELEMENT columns (column*)>
<!ELEMENT column EMPTY>
<!ATTLIST column title CDATA #REQUIRED
value CDATA #IMPLIED
hidden CDATA #IMPLIED>
Expand Down
2 changes: 1 addition & 1 deletion doc/benchmark.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!ELEMENT columns (column*)>
<!ELEMENT column (#PCDATA)>

<!ATTLIST rundefinition name>
<!ATTLIST rundefinition name CDATA #IMPLIED>

<!ATTLIST benchmark tool CDATA #REQUIRED>
<!ATTLIST benchmark memlimit CDATA #IMPLIED>
Expand Down

0 comments on commit 67390e4

Please sign in to comment.