source: trunk/gli/help/ghelp.dtd@ 4459

Last change on this file since 4459 was 4293, checked in by jmt12, 21 years ago

Initial revision

  • Property svn:keywords set to Author Date Id Revision
File size: 698 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Document Type Definition for Gatherer Help documents. -->
3<!ELEMENT HelpFile (Header, Description, SimpleText?, AdvancedText?, QuestionBlock*)>
4<!ELEMENT Header (#PCDATA)>
5<!ELEMENT Description (Para*)>
6<!ELEMENT Contents (SimpleSection?, AdvancedSection?, QuestionSection?)>
7<!ELEMENT Section (SubSection+)>
8<!ATTLIST type CDATA 's'>
9<!ELEMENT SubSection (#PCDATA, SubSection*)>
10<!ELEMENT Text (Para*)>
11<!ATTLIST Text
12 type CDATA 's'>
13<!ELEMENT QuestionBlock (Question, Para*)>
14<!ELEMENT Question (#PCDATA)>
15<!ELEMENT Para (#PCDATA)>
16
17
18
19
20
21
22
23
24
25
26
Note: See TracBrowser for help on using the repository browser.