<pb>

<pb> (分頁) 以標準參照系統來標記頁與頁之間的分界線。 3.10.3 Milestone Elements
組件core — 3 Elements Available in All TEI Documents
屬性 att.typed (@type, @subtype) att.sourced (@ed)
屬於
可包含空白元素
宣告

<rng:element name="pb">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.sourced.attributes"/>
<rng:empty/>
</rng:element>
element pb
{
   att.global.attributes,
   att.typed.attributes,
   att.sourced.attributes,
   empty
}
例子

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

<TEI>
 <teiHeader>
<!--...-->
 </teiHeader>
 <text>
  <pb n="1facs="page1.png"/>
<!-- page1.png contains an image of the page; the text it contains is encoded here -->
  <pb n="2facs="page2.png"/>
<!-- similarly, for page 2 -->
 </text>
</TEI>