<pb> (page break) marks the boundary between one page of a text and the next in a standard reference system.
Attributes:
ed (edition) indicates the edition or version in which the page break is located at this point
Datatype: CDATA
Values: Any string of characters; usually a siglum conventionally used for the edition.
Default: #IMPLIED
Example:
	<pb ed=Riverside n=123>
n (number or name) indicates the number or other value associated with the page which follows the point of insertion of this <pb> .
Datatype: CDATA
Values: Any string of characters.
Default: #IMPLIED
Note

Encoders should adopt a clear and consistent policy as to whether the numbers associated with page breaks relate to the physical sequence number of the page or the page number or signature printed on it. By convention, <pb> elements should appear at the start of the page to which they refer.

Example
Note

Like other forms of milestone tag, <pb> tags cannot be automatically verified by SGML; for better validation, a concurrent markup stream should be used.

Tagsetadditional tag set for common core features
Classrefsys [and indirectly also:] globincl
Filenameteicore2
Parents[none]
Children[none]
Declaration
<!ELEMENT pb            - O  EMPTY                              >
<!ATTLIST pb                 %a.analysis
                             %a.linking
                             %a.terminology
          id                 ID                  #IMPLIED
          lang               IDREF               %INHERITED
                                                  
          rend               CDATA               #IMPLIED
          ed                 CDATA               #IMPLIED
          n                  CDATA               #IMPLIED       >
See 6.9.3

Back to index