banner.dtd : Elements - Entities - Source | Intro - Index
FRAMES / NO FRAMES
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- banners are in reality just a special kind of figure.
One can use the <pre> like this :
<pre>
This is some
<b>pre-renderered</b>
text here ( % ).
</pre>
@root Banner -->
<!ELEMENT Banner (version, country+, language, author, itemname, site+, topic*, source, usertype+, publishdate, harvestdate, title, abstract, shortdesc, figure+)>
<!-- A short description of the figure
@example mom and dad on the boat
@fixme should be split into parts -->
<!ELEMENT shortdesc (#PCDATA)>
<!-- Banners may be used as clickable links. The link is provided by the
url tag. -->
<!ELEMENT url (#PCDATA)>
<!-- Id of the banner.
@example coolId -->
<!ELEMENT id (#PCDATA)>
<!-- The following to make common_figure usable -->
<!ELEMENT content (#PCDATA)>
<!ENTITY % common_cms SYSTEM "common/common_cms.dtd">
%common_cms;
<!ENTITY % common_figure SYSTEM "common/common_figure.dtd">
%common_figure;