dolibarr/test/phpunit/phpunit.dtd

11 lines
253 B
DTD
Raw Permalink Normal View History

2011-01-12 15:33:57 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT dataset (table+)>
<!ELEMENT table (column*, row*)>
<!ATTLIST table
name CDATA #REQUIRED
>
<!ELEMENT column (#PCDATA)>
<!ELEMENT row (value | null)*>
<!ELEMENT value (#PCDATA)>
<!ELEMENT null EMPTY>