<pb>

<pb> (페이지 바꿈) 표준 참조 시스템에서 텍스트 페이지와 다음 페이지 사이의 경계를 표지한다. [3.10.3 Milestone Elements]
모듈core — 3 Elements Available in All TEI Documents
속성att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype) att.sourced (@ed) att.spanning (@spanTo) att.breaking (@break)
에 의해 사용된
에 의해 포함된
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
포함할 수 있다공백 요소
선언

<rng:element name="pb">
 <rng:ref name="att.global.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.typed.attributes"/>
 <rng:ref name="att.sourced.attributes"/>
 <rng:ref name="att.spanning.attributes"/>
 <rng:ref name="att.breaking.attributes"/>
 <rng:empty/>
</rng:element>
element pb
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.typed.attributes,
   att.sourced.attributes,
   att.spanning.attributes,
   att.breaking.attributes,
   empty
}

Page numbers may vary in different editions of a text.

<p> ... <pb n="145" ed="ed2"/>
<!-- Page 145 in edition "ed2" starts here --> ... <pb n="283" ed="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="1" facs="page1.png"/>
<!-- page1.png contains an image of the page; the text it contains is encoded here -->
 <p>
<!-- ... -->
 </p>
 <pb n="2" facs="page2.png"/>
<!-- similarly, for page 2 -->
 <p>
<!-- ... -->
 </p>
</body>