<?xml version="1.0" encoding="UTF-8"?>

<!--Shadow DTD 2.01 copyright Jeff Mitchell-->
<!--CHG: Unique ID is now CDATA						 -->
<!--CHG: Priority is now 0-5   						 -->

<!--Shadow DTD 2.0 -->
<!-- First Blush   -->

<!ELEMENT ShadowPlanFile (item+)>
<!ATTLIST ShadowPlanFile
	uniqueTime CDATA #REQUIRED
	uploadFile CDATA #REQUIRED
>
<!ELEMENT hhCreateTime (#PCDATA)>
<!ELEMENT hhFinishTime (#PCDATA)>
<!ELEMENT hhStartTime (#PCDATA)>
<!ELEMENT hhTargetTime (#PCDATA)>
<!ELEMENT item (title, hhCreateTime, hhTargetTime, hhStartTime, hhFinishTime, note?, item*)>
<!ATTLIST item
	uniqueID CDATA #REQUIRED
	dirtyContent CDATA #REQUIRED
	dirtyPosition CDATA #REQUIRED
	deleted CDATA #REQUIRED
	checked CDATA #REQUIRED
	expanded (no | yes) #REQUIRED
	expandedMemo (no | yes) #REQUIRED
	expandedLinks CDATA #REQUIRED
	priority (0 | 1 | 2 | 3 | 4 | 5) #REQUIRED
	progress CDATA #REQUIRED
	autoNumber CDATA #REQUIRED
	dispColour CDATA #REQUIRED
	dispBold CDATA #REQUIRED
	dispOverride CDATA #REQUIRED
>
<!ELEMENT note (#PCDATA)>
<!ELEMENT title (#PCDATA)>
