<listhead> List Heading

<listhead> is a formatting element that groups headings for columns in a definition, marked, or ordered <list>, in a <chronlist>, or in an <index>. It contains <head01> and <head02>.

Attributes

  • ALTRENDER – not required. Use if the content of the element should be displayed or printed differently than the rendering established in a style sheet for other occurrences of the element.
  • AUDIENCE – not required. Use to set whether the element’s contents will be visible to external users or to internal ones. Possible values are: “internal” and “external.”
  • ID – not required. Creates an ID for element. Can be used for linking.

Subelements

<listhead> contains <head01> and <head02>.

Examples

<list type="deflist">
	<listhead>
		<head01>Abbreviation</head01>
		<head02>Expansion</head02>
	</listhead>
	<defitem>
		<label>MIT</label>
		<item>Massachusetts Institute of Technology</item>
	</defitem>
	<defitem>
		<label>PCV</label>
		<item>Peace Corps Volunteer</item>
	</defitem>
</list>

EAD tag library entry for <listhead>.