DTDs/Session-4.3.dtd

changeset 0
de9c2efb9d02
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <!-- This is the DTD for eric4's (project) session file version 4.3 -->
2
3 <!ELEMENT MultiProject (#PCDATA)>
4
5 <!ELEMENT Project (#PCDATA)>
6
7 <!ELEMENT Filename (#PCDATA)>
8 <!ATTLIST Filename
9 cline CDATA #REQUIRED
10 cindex CDATA #REQUIRED
11 folds CDATA #REQUIRED>
12
13 <!ELEMENT Filenames (Filename*)>
14
15 <!ELEMENT ActiveWindow (#PCDATA)>
16 <!ATTLIST ActiveWindow
17 cline CDATA #REQUIRED
18 cindex CDATA #REQUIRED>
19
20 <!ELEMENT BpFilename (#PCDATA)>
21 <!ELEMENT Linenumber EMPTY>
22 <!ATTLIST Linenumber
23 value CDATA #REQUIRED>
24 <!ELEMENT Condition (#PCDATA)>
25 <!ELEMENT Temporary EMPTY>
26 <!ATTLIST Temporary
27 value CDATA #REQUIRED>
28 <!ELEMENT Enabled EMPTY>
29 <!ATTLIST Enabled
30 value CDATA #REQUIRED>
31 <!ELEMENT Count EMPTY>
32 <!ATTLIST Count
33 value CDATA #REQUIRED>
34
35 <!ELEMENT Breakpoint (BpFilename,
36 Linenumber,
37 Condition,
38 Temporary,
39 Enabled,
40 Count)>
41
42 <!ELEMENT Breakpoints (Breakpoint*)>
43
44 <!ELEMENT Special (#PCDATA)>
45
46 <!ELEMENT Watchexpression (Condition,
47 Temporary,
48 Enabled,
49 Count,
50 Special)>
51
52 <!ELEMENT Watchexpressions (Watchexpression*)>
53
54 <!ELEMENT Exception (#PCDATA)>
55
56 <!ELEMENT IgnoredException (#PCDATA)>
57
58 <!ELEMENT CommandLine (#PCDATA)>
59 <!ELEMENT WorkingDirectory (#PCDATA)>
60 <!ELEMENT Environment (#PCDATA)>
61 <!ELEMENT ReportExceptions EMPTY>
62 <!ATTLIST ReportExceptions
63 value CDATA #REQUIRED>
64 <!ELEMENT Exceptions (Exception*)>
65 <!ELEMENT IgnoredExceptions (IgnoredException*)>
66 <!ELEMENT AutoClearShell EMPTY>
67 <!ATTLIST AutoClearShell
68 value CDATA #REQUIRED>
69 <!ELEMENT TracePython EMPTY>
70 <!ATTLIST TracePython
71 value CDATA #REQUIRED>
72 <!ELEMENT AutoContinue EMPTY>
73 <!ATTLIST AutoContinue
74 value CDATA #REQUIRED>
75 <!ELEMENT CovexcPattern (#PCDATA)>
76
77 <!ELEMENT DebugInfo (CommandLine,
78 WorkingDirectory,
79 Environment,
80 ReportExceptions,
81 Exceptions,
82 IgnoredExceptions,
83 AutoClearShell,
84 TracePython,
85 AutoContinue,
86 CovexcPattern)>
87
88 <!ELEMENT BmFilename (#PCDATA)>
89
90 <!ELEMENT Bookmark (BmFilename,
91 Linenumber)>
92
93 <!ELEMENT Bookmarks (Bookmark*)>
94
95 <!ELEMENT Session (MultiProject?,
96 Project?,
97 Filenames,
98 ActiveWindow?,
99 Breakpoints,
100 Watchexpressions,
101 DebugInfo,
102 Bookmarks)>
103 <!ATTLIST Session
104 version CDATA #REQUIRED>

eric ide

mercurial