dolibarr/test/phpunit/phpunit.dtd

11 lines
253 B
DTD
Raw Normal View History

2024-09-06 20:28:06 +08: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>