forked from sosy-lab/benchexec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtable.dtd
27 lines (21 loc) · 842 Bytes
/
table.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
<!--
This file is part of BenchExec, a framework for reliable benchmarking:
https://github.com/sosy-lab/benchexec
SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org>
SPDX-License-Identifier: Apache-2.0
-->
<!ELEMENT table ((result | union | column)*)>
<!ELEMENT result (column*)>
<!ATTLIST result id CDATA #IMPLIED
filename CDATA #REQUIRED>
<!ELEMENT union ((result | column)*)>
<!ATTLIST union title CDATA #IMPLIED>
<!ELEMENT column (#PCDATA)>
<!ATTLIST column title CDATA #IMPLIED
displayTitle CDATA #IMPLIED
href CDATA #IMPLIED
numberOfDigits CDATA #IMPLIED
sourceUnit CDATA #IMPLIED
displayUnit CDATA #IMPLIED
scaleFactor CDATA #IMPLIED
relevantForDiff (true|false) #IMPLIED>