<pb>

<pb> (page beginning) テキストのページ境界を、標準的な参照システム示す。 [3.11.3 Milestone Elements]
モジュール core — Elements Available in All TEI Documents
属性
クラブのメンバー
上位
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
下位 空要素
解説

当該要素にあるグローバル属性nは、当該要素pbがあ る場所に続いてあるページと関連する数値を示す。符号化する人は、改ペー ジと関連する数値が、物理的な一連の番号になるのか、または印刷されてい る番号になるのかについて、明確で一貫した方針を採るべきである。 一般には、要素pbは、参照するページの始めに置かれるべきである。

Page numbers may vary in different editions of a text.

<p> ... <pb n="145ed="ed2"/>
<!-- Page 145 in edition "ed2" starts here --> ... <pb n="283ed="ed1"/>
<!-- Page 283 in edition "ed1" starts here--> ... </p>

A page break may be associated with a facsimile image of the page it introduces by means of the facs attribute

<body>
 <pb n="1facs="page1.png"/>
<!-- page1.png contains an image of the page; the text it contains is encoded here -->
 <p>
<!-- ... -->
 </p>
 <pb n="2facs="page2.png"/>
<!-- similarly, for page 2 -->
 <p>
<!-- ... -->
 </p>
</body>
Content model
<content>
 <empty/>
</content>
宣言
<rng:element name="pb">
 <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.typed.attributes"/>
 <rng:ref name="att.edition.attributes"/>
 <rng:ref name="att.spanning.attributes"/>
 <rng:ref name="att.breaking.attributes"/>
 <rng:empty/>
</rng:element>
element pb
{
   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.typed.attributes,
   att.edition.attributes,
   att.spanning.attributes,
   att.breaking.attributes,
   empty
}