<eventgrp> Event Group

<eventgrp> is used to bundle multiple <event> elements with a single <date> element within a <chronitem> element.

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

<eventgrp> may contain <event> elements.

Examples

<bioghist>
	<head>Chronology</head>
	<chronlist>
		<chronitem>
			<date>1945</date>
			<event>Born Sarah Johanna Bell to Mary-Jean Caldwell Bell and James Franklin Bell.</event>
		</chronitem>
			<date>1957</date>
			<event>Introduced to Bruce B. Kitchin, her future husband, by their mutual friend Earlene Tibbels.</event>
		<chronitem>
			<date>1967</date>
			<eventgrp>
				<event>Graduates college.</event>
				<event>Applies to the Peace Corps and is accepted.</event>
			</eventgrp>
		</chronitem>
		<chronitem>
		</chronitem>
	</chronlist>
</bioghist>

EAD tag library entry for <eventgrp>.