home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 25 Years Anniversary
/
CHIP_25Jahre_Jubilaeum.iso
/
downloads
/
401065
/
WPO11
/
Data1.cab
/
SAMPLE1.DTD
< prev
next >
Wrap
Text File
|
2003-03-07
|
1KB
|
39 lines
<!-- (C) 1996-1999 Corel Corporation Limited. All Rights Reserved. -->
<!-- Simple DTD for illustrating basics of elements and entities.
Does not require a "catalog entry file" because it contains no
references to external entities.
-->
<!DOCTYPE sample1 [
<!-- Parameter entities are used within the DTD. They are not preserved
in the XML template and are not used in the Corel WordPerfect 9
editing environment. -->
<!ENTITY % wp "WordPerfect" >
<!ENTITY % corel "Corel Corporation" >
<!-- General entities appear in the "Text References" or "File References"
dialogs in Corel WordPerfect 9. -->
<!ENTITY wpcorel "%wp;, from %corel;" >
<!ENTITY wp9 "Corel WordPerfect 9" >
<!-- Elements appear in the "Valid Tags" and "All Tags" lists in the
"Elements" dialog. -->
<!-- NAME OMIT CONTENT MODEL -->
<!ELEMENT sample1 - - (orgroup, andgroup) >
<!ELEMENT orgroup - - (oritem1 | oritem2) >
<!ELEMENT andgroup - - (anditem1 & anditem2) >
<!ELEMENT (oritem1, oritem2, anditem1, anditem2)
- - (#PCDATA) >
]>