home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 25 Years Anniversary
/
CHIP_25Jahre_Jubilaeum.iso
/
downloads
/
401065
/
WPO11
/
Data1.cab
/
overview.dtd
< prev
next >
Wrap
Text File
|
2003-03-07
|
4KB
|
77 lines
<!-- ==================================================================
OVERVIEW.DTD
(C) 1999 Corel Corporation Limited. All Rights Reserved.
Simple DTD for illustrating attributes and external entities.
Illustrates parameter entity declaration for CALS table DTD
fragment. Requires a catalog file (COMPILE.CAT) because it
contains a reference to an external entity.
This DTD has been precompiled into the WordPerfect template file
OVERVIEW.WPT. In addition, the template contains two layout designs
named "OVERVIEW" and "OVERVW2", and a set of alias names for the
elements in the DTD.
==================================================================
-->
<!-- ==================================================================
The Elements dialog in WordPerfect can be made to display either
"All Tags" or "Valid Tags".
==================================================================
-->
<!-- NAME CONTENT MODEL -->
<!ELEMENT Overview (Header, Front, Chapter+) >
<!ELEMENT Front (Descrip, Company, TOC?) >
<!ELEMENT Descrip (#PCDATA | Graphic)* >
<!ELEMENT Company (Name, Street, City, State, Zip) >
<!ELEMENT Name (#PCDATA) >
<!ELEMENT Street (#PCDATA) >
<!ELEMENT City (#PCDATA) >
<!ELEMENT State (#PCDATA) >
<!ELEMENT Zip (#PCDATA) >
<!ELEMENT TOC EMPTY >
<!ELEMENT Chapter (Graphic?, Descrip, (Section | Graphic)+) >
<!ELEMENT Section (Descrip, (Para | Step | Graphic | List | table)+) >
<!ELEMENT Para (#PCDATA | Emph | Ftnote | Graphic | List | Quote
| table | XRef)* >
<!ELEMENT Quote (#PCDATA) >
<!ELEMENT Emph (#PCDATA) >
<!ELEMENT Ftnote (#PCDATA) >
<!ELEMENT Step (Descrip?, (Para | Step | List)+) >
<!ELEMENT List (Item+) >
<!ELEMENT Item (#PCDATA | Item)* >
<!ELEMENT Graphic EMPTY >
<!ELEMENT Header (#PCDATA | Graphic)* >
<!ELEMENT XRef EMPTY >
<!-- ==================================================================
You may enter values for element attributes while inserting an
element into a document. You may also edit the attribute values
for an existing start tag at any time during an editing session.
==================================================================
-->
<!ATTLIST Descrip id ID #IMPLIED >
<!ATTLIST Emph type (1|2|3|4) "1" >
<!ATTLIST List type (number | bullets) "bullets" >
<!ATTLIST Graphic file CDATA #IMPLIED
hplace (right|left|center) #IMPLIED
hscale NMTOKEN #IMPLIED
rotation NMTOKEN #IMPLIED
vplace (top|middle|bottom) #IMPLIED
vscale NMTOKEN #IMPLIED >
<!ATTLIST XRef idref IDREF #IMPLIED >
<!-- ==================================================================
The following entity declaration and reference serve to enable
CALS table support in documents based on the OVERVIEW sample
template.
==================================================================
-->
<!ENTITY % calstbl PUBLIC "-//COREL//DTD WordPerfect XML CALS table support//EN"
"cals_xml.dtd">
%calstbl;