DTDs/Session-5.0.dtd

Thu, 21 Jan 2021 19:24:59 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 21 Jan 2021 19:24:59 +0100
changeset 7996
ce1d288659ae
parent 5899
0516f6548ca6
permissions
-rw-r--r--

Slight modifications to prevent an exception in certain situations.

<!-- This is the DTD for eric's (project) session file version 5.0 -->

<!ELEMENT   MultiProject    (#PCDATA)>

<!ELEMENT   Project         (#PCDATA)>

<!ELEMENT   Filename        (#PCDATA)>
<!ATTLIST   Filename
    cline       CDATA   #REQUIRED
    cindex      CDATA   #REQUIRED
    folds       CDATA   #REQUIRED
    zoom        CDATA   #REQUIRED>

<!ELEMENT   Filenames       (Filename*)>

<!ELEMENT   ActiveWindow    (#PCDATA)>
<!ATTLIST   ActiveWindow
    cline       CDATA   #REQUIRED
    cindex      CDATA   #REQUIRED>

<!ELEMENT   BpFilename      (#PCDATA)>
<!ELEMENT   Linenumber      EMPTY>
<!ATTLIST   Linenumber
    value       CDATA   #REQUIRED>
<!ELEMENT   Condition       (#PCDATA)>
<!ELEMENT   Temporary       EMPTY>
<!ATTLIST   Temporary
    value       CDATA   #REQUIRED>
<!ELEMENT   Enabled         EMPTY>
<!ATTLIST   Enabled
    value       CDATA   #REQUIRED>
<!ELEMENT   Count           EMPTY>
<!ATTLIST   Count
    value       CDATA   #REQUIRED>

<!ELEMENT   Breakpoint      (BpFilename,
                             Linenumber,
                             Condition,
                             Temporary,
                             Enabled,
                             Count)>

<!ELEMENT   Breakpoints     (Breakpoint*)>

<!ELEMENT   Special         (#PCDATA)>

<!ELEMENT   Watchexpression (Condition,
                             Temporary,
                             Enabled,
                             Count,
                             Special)>

<!ELEMENT   Watchexpressions (Watchexpression*)>

<!ELEMENT   Exception       (#PCDATA)>

<!ELEMENT   IgnoredException (#PCDATA)>

<!ELEMENT   CommandLine      (#PCDATA)>
<!ELEMENT   WorkingDirectory (#PCDATA)>
<!ELEMENT   Environment      (#PCDATA)>
<!ELEMENT   ReportExceptions EMPTY>
<!ATTLIST   ReportExceptions
    value       CDATA   #REQUIRED>
<!ELEMENT   Exceptions       (Exception*)>
<!ELEMENT   IgnoredExceptions (IgnoredException*)>
<!ELEMENT   AutoClearShell   EMPTY>
<!ATTLIST   AutoClearShell
    value       CDATA   #REQUIRED>
<!ELEMENT   TracePython      EMPTY>
<!ATTLIST   TracePython
    value       CDATA   #REQUIRED>
<!ELEMENT   AutoContinue     EMPTY>
<!ATTLIST   AutoContinue
    value       CDATA   #REQUIRED>
<!ELEMENT   CovexcPattern    (#PCDATA)>

<!ELEMENT   DebugInfo       (CommandLine,
                             WorkingDirectory,
                             Environment,
                             ReportExceptions,
                             Exceptions,
                             IgnoredExceptions,
                             AutoClearShell,
                             TracePython,
                             AutoContinue,
                             CovexcPattern)>

<!ELEMENT   BmFilename      (#PCDATA)>

<!ELEMENT   Bookmark        (BmFilename,
                             Linenumber)>

<!ELEMENT   Bookmarks       (Bookmark*)>

<!ELEMENT   ExpandedItemName     (#PCDATA)>

<!ELEMENT   ProjectBrowserState  (ExpandedItemName*)>
<!ATTLIST   ProjectBrowserState
    name        CDATA   #REQUIRED>

<!ELEMENT   ProjectBrowserStates (ProjectBrowserState*)>

<!ELEMENT   Session         (MultiProject?,
                             Project?,
                             Filenames,
                             ActiveWindow?,
                             Breakpoints,
                             Watchexpressions,
                             DebugInfo,
                             Bookmarks,
                             ProjectBrowserStates?)>
<!ATTLIST   Session
    version     CDATA   #REQUIRED>

eric ide

mercurial