att.pages

Attributes that record page-level layout information.
Module MEI.shared
Members
Attributes
@page.botmar(optional)Indicates the amount of whitespace at the bottom of a page. Value conforms to data.MEASUREMENTABS. att.pages
@page.height(optional)Specifies the height of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTABS. att.pages
@page.leftmar(optional)Indicates the amount of whitespace at the left side of a page. Value conforms to data.MEASUREMENTABS. att.pages
@page.panels(optional)Indicates the number of logical pages to be rendered on a single physical page. Value conforms to data.PAGE.PANELS. att.pages
@page.rightmar(optional)Indicates the amount of whitespace at the right side of a page. Value conforms to data.MEASUREMENTABS. att.pages
@page.scale(optional)Indicates how the page should be scaled when rendered. Value conforms to data.PGSCALE. att.pages
@page.topmar(optional)Indicates the amount of whitespace at the top of a page. Value conforms to data.MEASUREMENTABS. att.pages
@page.width(optional)Describes the width of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTABS. att.pages
Declaration
<attDef ident="page.height" usage="opt">
<desc>Specifies the height of the page; may be expressed in real-world units or staff steps.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</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>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</attDef>
<attDef ident="page.topmar" usage="opt">
<desc>Indicates the amount of whitespace at the top of a page.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</attDef>
<attDef ident="page.botmar" usage="opt">
<desc>Indicates the amount of whitespace at the bottom of a page.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</attDef>
<attDef ident="page.leftmar" usage="opt">
<desc>Indicates the amount of whitespace at the left side of a page.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</attDef>
<attDef ident="page.rightmar" usage="opt">
<desc>Indicates the amount of whitespace at the right side of a page.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</attDef>
<attDef ident="page.panels" usage="opt">
<desc>Indicates the number of logical pages to be rendered on a single physical page.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PAGE.PANELS" />
</datatype>
</attDef>
<attDef ident="page.scale" usage="opt">
<desc>Indicates how the page should be scaled when rendered.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PGSCALE" />
</datatype>
</attDef>