macro.metaLike.page

Groups elements that contain meta-data about a single page.
Module
Contained By
(MEI.shared) Groups elements that contain meta-data about a single page.
pbAn empty formatting element that forces text to begin on a new page.
Component declarations that are shared between two or more modules.
pbAn empty formatting element that forces text to begin on a new page.
May Contain
(MEI.shared) Groups elements that contain meta-data about a single page.
pgDescContains a brief prose description of the appearance or description of the content of a physical page.
pgFootA running footer.
pgHeadA running header.
Component declarations that are shared between two or more modules.
pgDescContains a brief prose description of the appearance or description of the content of a physical page.
pgFootA running footer.
pgHeadA running header.
Declaration
<macroSpec ident="macro.metaLike.page" module="MEI.shared" type="pe">
<desc xml:lang="en">Groups elements that contain meta-data about a single page.</desc>
<content>
<rng:optional>
<rng:ref name="pgHead"/>
</rng:optional>
<rng:optional>
<rng:ref name="pgFoot"/>
</rng:optional>
<rng:optional>
<rng:ref name="pgDesc"/>
</rng:optional>
</content>
</macroSpec>