<classSpec ident="att.pages" module="MEI.shared" type="atts">
<desc>Attributes that record page-level layout information.</desc>
<attList org="group">
<attDef ident="page.height" usage="opt">
<desc>Specifies the height of the page; may be expressed in real-world units or staff
steps.</desc>
</attDef>
<attDef ident="page.width" usage="opt">
<desc>Describes the width of the page; may be expressed in real-world units or staff
steps.</desc>
</attDef>
<attDef ident="page.topmar" usage="opt">
<desc>Indicates the amount of whitespace at the top of a page.</desc>
</attDef>
<attDef ident="page.botmar" usage="opt">
<desc>Indicates the amount of whitespace at the bottom of a page.</desc>
</attDef>
<attDef ident="page.leftmar" usage="opt">
<desc>Indicates the amount of whitespace at the left side of a page.</desc>
</attDef>
<attDef ident="page.rightmar" usage="opt">
<desc>Indicates the amount of whitespace at the right side of a page.</desc>
</attDef>
<attDef ident="page.panels" usage="opt">
<desc>Indicates the number of logical pages to be rendered on a single physical page.</desc>
</attDef>
<attDef ident="page.scale" usage="opt">
<desc>Indicates how the page should be scaled when rendered.</desc>
</attDef>
</attList>
</classSpec>