<pgHead>

(page header) – A running header.
Module
Attributes
@func, @halign, @label, @type, @xml:id, @xml:lang
@func(optional)Records the function (i.e., placement) of a page header or footer. Value conforms to data.PGFUNC.
@halign(optional)Records horizontal alignment. Value conforms to data.HORIZONTALALIGNMENT.
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
@xml:lang(optional)Identifies the language of the element's content. The values for this attribute are language 'tags' as defined in BCP 47. All language tags that make use of private use sub-tags must be documented in a corresponding language element in the MEI header whose id attribute is the same as the language tag's value. Value of datatype language.
(MEI.shared) Attributes common to many elements.
(MEI.shared) Attributes that uniquely identify an element.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared)
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
(MEI.shared) Attributes which can be used to classify features.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
(MEI.shared) Attributes that record the function (i.e., placement) of forme work elements.
@func(optional)Records the function (i.e., placement) of a page header or footer. Value conforms to data.PGFUNC.
(MEI.shared) Attributes that record horizontal alignment.
@halign(optional)Records horizontal alignment. Value conforms to data.HORIZONTALALIGNMENT.
(MEI.shared) Language attributes common to text elements.
@xml:lang(optional)Identifies the language of the element's content. The values for this attribute are language 'tags' as defined in BCP 47. All language tags that make use of private use sub-tags must be documented in a corresponding language element in the MEI header whose id attribute is the same as the language tag's value. Value of datatype language.
@func(optional)Records the function (i.e., placement) of a page header or footer. Value conforms to data.PGFUNC.
@halign(optional)Records horizontal alignment. Value conforms to data.HORIZONTALALIGNMENT.
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
@xml:lang(optional)Identifies the language of the element's content. The values for this attribute are language 'tags' as defined in BCP 47. All language tags that make use of private use sub-tags must be documented in a corresponding language element in the MEI header whose id attribute is the same as the language tag's value. Value of datatype language.
Member of
(pgHead isn't member of any model class)
Contained By
<scoreDef>(score definition) – Container for score meta-information.
(MEI.shared) Groups elements that contain meta-data about a single page.
<pb>An empty formatting element that forces text to begin on a new page.
<pb>An empty formatting element that forces text to begin on a new page.
<scoreDef>(score definition) – Container for score meta-information.
May Contain
textual content
(MEI.shared) Groups block-level text elements.
(MEI.shared) Groups paragraph-like elements.
(MEI.shared) Groups textual elements that occur at the level of individual words or phrases. This class is equivalent to the model.textPhraseLike class without the pb element.
<symbol>A reference to a previously defined symbol.
(MEI.namesdates) Groups elements used as part of a physical address.
(MEI.namesdates) Groups elements which form part of a geographic name.
(MEI.namesdates) Groups elements that serve as stylistic labels.
(MEI.shared) Groups elements used to represent a postal address.
(MEI.shared) Groups annotation-like elements.
(MEI.shared) Groups elements containing a bibliographic description.
(MEI.shared) Groups elements containing date expressions.
(MEI.shared) Groups elements which describe a measurement forming part of the physical dimensions of an object.
(MEI.shared) Groups editorial intervention elements.
(MEI.shared) Groups identifier-like elements.
(MEI.shared) Groups elements that function like line beginnings.
<lb>An empty formatting element that forces text to begin on a new line.
(MEI.shared) Groups elements that represent a measurement.
(MEI.shared) Groups elements that denote a number or a quantity.
(MEI.shared) Groups elements that contain names.
<name>Proper noun or noun phrase.
(MEI.namesdates) Groups elements which contain names of individuals or corporate bodies.
<persName>Designation for an individual, including any or all of that individual's forenames, surnames, honorific titles, and added names.
(MEI.namesdates) Groups place name elements.
(MEI.namesdates) Groups geographic name elements.
(MEI.shared) Groups elements that denote a corporate entity that holds a bibliographic item.
(MEI.shared) Collects elements that express a relationship.
(MEI.shared) Groups elements that mark typographical features.
<rend>A formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
(MEI.shared) Groups elements that denote the name of a bibliographic item.
<title>Title of a bibliographic entity.
textual content
<persName>Designation for an individual, including any or all of that individual's forenames, surnames, honorific titles, and added names.
<lb>An empty formatting element that forces text to begin on a new line.
<name>Proper noun or noun phrase.
<rend>A formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
<symbol>A reference to a previously defined symbol.
<title>Title of a bibliographic entity.
Remarks

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 headers established by the use of <pgHead> 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.

Declaration
<elementSpec rend="add" ident="pgHead" module="MEI.shared">
<gloss xml:lang="en">page header</gloss>
<desc xml:lang="en">A running header.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.formework"/>
<memberOf key="att.horizontalAlign"/>
<memberOf key="att.lang"/>
</classes>
<content>
<zeroOrMore>
<choice>
<rng:text/>
<ref name="model.editLike"/>
<ref name="model.appLike"/>
<ref name="anchoredText"/>
</choice>
</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 headers established by the use of <gi scheme="MEI">pgHead</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>