server/docs/dtd/themes.dtd
2014-11-19 18:30:07 +01:00

15 lines
593 B
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF­8" ?>
<!ELEMENT theme (title,exercice+)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT exercice (title,points,statement,key+,file*)>
<!ATTLIST exercice id ID #REQUIRED>
<!ATTLIST exercice level (sandbox|easy|simple|medium|hard|extrem) #REQUIRED>
<!ATTLIST exercice depends IDREFS #IMPLIED>
<!ELEMENT points (#PCDATA)>
<!ELEMENT statement (#PCDATA)>
<!ELEMENT key (#PCDATA)>
<!ATTLIST key format (raw|md5|sha1|sha256|sha512|whirlpool) "sha512">
<!ELEMENT file (#PCDATA)>
<!ATTLIST file path CDATA #REQUIRED>
<!ATTLIST file sha1 CDATA #REQUIRED>