This element is used to capture the textual data that often appears in printed music. It may also be used for similarly formatted material in manuscripts. When used within <pb>, it records a temporary suspension of the pattern of page footers established by the use of <pgFoot> within a previous <scoreDef>. Auto-generated page numbers may be indicated with a processing instruction. The pgHead and pgFoot elements should *not* be used to encode textual notes/annotations.
<elementSpec ident="pgFoot" module="MEI.shared">
<gloss xml:lang="en">page footer</gloss>
<desc xml:lang="en">A running footer.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.formework"/>
<memberOf key="att.horizontalAlign"/>
<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>
<remarks xml:lang="en">
<p>This element is used to capture the textual data that often appears in
printed music. It may also be used for similarly formatted material in manuscripts.
When
used within <gi scheme="MEI">pb</gi>, it records a temporary suspension of the pattern of
page footers established by the use of <gi scheme="MEI">pgFoot</gi> within a previous <gi scheme="MEI">scoreDef</gi>. Auto-generated page numbers may be indicated with a processing
instruction. The pgHead and pgFoot elements should <hi rend="bold">*not*</hi> be used to encode textual notes/annotations.</p>
</remarks>
</elementSpec>