This element is used to capture the textual data that often appears at the top of the second and succeeding pages of printed music. It may also be used for similarly formatted material in manuscripts. Auto-generated page numbers may be indicated with a processing instruction. The pgHead, pgHead2, pgFoot, and pgFoot2 elements should *not* be used to encode textual notes/annotations.
<elementSpec ident="pgHead2" module="MEI.shared">
<desc>(page header 2) – A running header on the pages following the first.</desc>
<classes>
<memberOf
key="att.common"/>
<memberOf
key="att.facsimile"/>
<memberOf
key="att.lang"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref
name="model.textComponentLike"
/>
<rng:ref
name="model.textPhraseLike.limited"
/>
<rng:ref
name="model.editLike"
/>
<rng:ref
name="model.transcriptionLike"
/>
<rng:ref
name="model.appLike"
/>
<rng:ref
name="anchoredText"
/>
</rng:choice>
</rng:zeroOrMore>
</content>
<attList org="group">
<attDef ident="halign" usage="opt">
<desc>Records horizontal alignment of the page header. Use multiple values to capture an
alternating pattern.</desc>
<datatype maxOccurs="unbounded" minOccurs="1">
<rng:ref
name="data.HORIZONTALALIGNMENT"
/>
</datatype>
</attDef>
</attList>
<remarks>
<p part="N">This element is used to capture the textual data that often appears at the top of
the
second and succeeding pages of printed music. It may also be used for similarly formatted
material in manuscripts. Auto-generated page numbers may be indicated with a processing
instruction. The pgHead, pgHead2, pgFoot, and pgFoot2 elements should
<hi rend="bold">*not*</hi> be used to encode textual notes/annotations.</p>
</remarks>
</elementSpec>