<appendix>

A document may contain one or more appendices (normally displayed at the end of a paper or article). Appendices may contain XHTML and rdf:Descriptions in tha same way as sections but will normally be indexed 'Appendix A', 'Appendix B' etc.

<appendix
id="append_xxx" REQUIRED: Unique element identifier.
index="auto | A | B | C | ..." OPTIONAL: Index value used to label this element as 'Appendix A' etc. If set to 'auto' this value will be calculated.
>...</appendix>

Example:

<docml:appendix id="append_examples" index="auto">
	<rdf:Description>
		<dc:title>Examples</dc:title>
	</rdf:Description>
	<p>This is a copy of the DTD..</p>
</docml:appendix>

Screenshot:

appendix example