home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Thomson (Residential)
/
TGSTPv7203.iso
/
mac
/
QIW
/
scenario.dtd
< prev
next >
Wrap
Extensible Markup Language
|
2007-08-29
|
583b
|
18 lines
<?xml version="1.0" encoding="UTF-8" ?>
<!--+++++++++++++++++++++++++++++++++ Structural Elements ++++++++++++++++++++++++++++++++-->
<!ELEMENT scenario (startConditions*,variablesList?,modules)>
<!ELEMENT startConditions (#PCDATA)>
<!ELEMENT variablesList (variable)*>
<!ELEMENT variable (name,value)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT value (#PCDATA)>
<!ELEMENT modules (module)+>
<!ELEMENT module (name,pageLayout,content,actions?)>
<!ELEMENT pageLayout (#PCDATA)>
<!ELEMENT content (#PCDATA)>
<!ATTLIST content
splitChapter (true|false) "true">
<!ELEMENT actions (#PCDATA)>