dtdanalyzer
Version:
A tool for analyzing and manipulating DTDs
32 lines • 969 B
text/xml
<element name="split" dtdOrder="61">
...
<annotations>
<annotation type='note'>
<p>Specifies the main ingredients of a banana split.
Remember the following:</p>
<ul>
<li>One banana</li>
<li>Two banana</li>
<li>Three banana</li>
<li>Four</li>
</ul>
</annotation>
<annotation type='model'>
<p>Four bananas make a bunch and so do many more.</p>
</annotation>
<annotation type='tags'>
<tag>root</tag>
<tag>rock-group</tag>
<tag>mess-of-fun</tag>
</annotation>
<annotation type='example'>
<pre><code><split>
<banana instrument='guitar'>Fleegle</banana>
<banana instrument='drums'>Bingo</banana>
<banana instrument='bass'>Drooper</banana>
<banana instrument='keyboard'>Snorky</banana>
</split>
</code></pre>
<annotation
</annotations>
</element>