<fw>

<fw> (forme work) contains a running head (e.g. a header, footer), catchword, or similar material appearing on the current page. 11.7 Headers, Footers, and Similar Matter
Moduletranscr — 11 Representation of Primary Sources
Attributes att.placement (@place)
typeclassifies the material encoded according to some useful typology.
Status Recommended
Datatype

<rng:ref name="data.enumerated"/>
data.enumerated
Sample values include:
header
a running title at the top of the page
footer
a running title at the bottom of the page
pageNum
(page number) a page number or foliation symbol
lineNum
(line number) a line number, either of prose or poetry
sig
(signature) a signature or gathering symbol
catch
(catchword) a catch-word
Used by
May contain
Declaration

<rng:element name="fw">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.placement.attributes"/>
<rng:optional>
 <rng:attribute name="type">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element fw
{
   att.global.attributes,
   att.placement.attributes,
   attribute type { data.enumerated }?,
   macro.phraseSeq
}
Example
<fw type="sigplace="bottom">C3</fw>
Note
Where running heads are consistent throughout a chapter or section, it is usually more convenient to relate them to the chapter or section, e.g. by use of the rend attribute. The fw element is intended for cases where the running head changes from page to page, or where details of page layout and the internal structure of the running heads are of paramount importance.