<fw>

<fw> (forme work) 版面の周りにある柱やノンブルを示す。 [11.6 Headers, Footers, and Similar Matter]
モジュール transcr — Representation of Primary Sources
属性
type⚓︎ 符号化された当該部分を分類する。
Derived from att.typed
状態 推薦される
データ型 teidata.enumerated
例としての値は以下の通り:
header
天にタイトル。
footer
地にあるタイトル。
pageNum
(page number) ノンブル。
lineNum
(line number) 韻文・散文における行番号。
sig
(signature) 折丁記号。
catch
(catchword) 柱。
クラブのメンバー
上位
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
下位
解説

柱に章や節が常に書かれている場合、属性rendを使い、 章や節と対応した方が便利である。 柱の内容がページごとに異なる場合、またはページのレイアウト や柱の内部構造が重要である場合に、当該要素fwが使用される。

<fw type="sigplace="bottom">C3</fw>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
宣言
<rng:element name="fw">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.placement.attributes"/>
 <rng:ref name="att.written.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element fw
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.placement.attributes,
   att.written.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   macro.phraseSeq
}