<meeting>

<meeting> contains the formalized descriptive title for a meeting or conference, for use in a bibliographic description for an item derived from such a meeting, or as a heading or preamble to publications emanating from it. 3.11.2.2 Authors, Titles, and Editors
Modulecore — 3 Elements Available in All TEI Documents
AttributesGlobal attributes only
Used by
May contain
Declaration

<rng:element name="meeting">
<rng:ref name="att.global.attributes"/>
<rng:ref name="macro.limitedContent"/>
</rng:element>
element meeting { att.global.attributes, macro.limitedContent }
Example
<div>
 <meeting>Ninth International Conference on Middle High German Textual Criticism,
   Aachen, June 1998.</meeting>
 <list type="attendance">
  <head>List of Participants</head>
  <item>
   <persName>...</persName>
  </item>
  <item>
   <persName>...</persName>
  </item>
<!--...-->
 </list>
 <p>...</p>
</div>