<newpage> (
New Page)
Description
Description
This element identifies the location of a page break in the original print publication of an article, and holds the page number of the page following the break:
<para>This text begins on one page and<newpage pagenumber="33"/> ends on another</para>
This text begins on one page and
-------------------------------------------
-------------------------------------------
page 33
ends on another.
Parent Elements
The elements listed below may directly contain this element.
They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
(no content allowed)
DTD Definition
The DTD contains the following element and attribute definitions
(note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT newpage EMPTY>
<!ATTLIST newpage
pagenumber CDATA #REQUIRED
%a-group-CommonIDAttrs;>
.
Defined in DTD section
Inline-level Content : Formatting and Identifying
General Attributes (shared with other elements)
Local Attributes (defined for this element alone)
Description
This attribute holds the page number of the new page that follows the page break. In the unlikely event that the page has no number, then the number "0" should be used.
Specification
This attribute is required. It has text content.
DTD Definition
pagenumber CDATA #REQUIRED
.