att.pages

Attributes that record page-level layout information.
Module
MEI.shared
Attributes
page.botmar, page.height, page.leftmar, page.panels, page.rightmar, page.scale, page.topmar, page.width
page.botmar(optional)Indicates the amount of whitespace at the bottom of a page. Value conforms to data.MEASUREMENTABS.
page.height(optional)Specifies the height of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTABS.
page.leftmar(optional)Indicates the amount of whitespace at the left side of a page. Value conforms to data.MEASUREMENTABS.
page.panels(optional)Indicates the number of logical pages to be rendered on a single physical page. Value conforms to data.PAGE.PANELS.
page.rightmar(optional)Indicates the amount of whitespace at the right side of a page. Value conforms to data.MEASUREMENTABS.
page.scale(optional)Indicates how the page should be scaled when rendered. Value conforms to data.PGSCALE.
page.topmar(optional)Indicates the amount of whitespace at the top of a page. Value conforms to data.MEASUREMENTABS.
page.width(optional)Describes the width of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTABS.
page.height(optional)Specifies the height of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTABS.
page.width(optional)Describes the width of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTABS.
page.topmar(optional)Indicates the amount of whitespace at the top of a page. Value conforms to data.MEASUREMENTABS.
page.botmar(optional)Indicates the amount of whitespace at the bottom of a page. Value conforms to data.MEASUREMENTABS.
page.leftmar(optional)Indicates the amount of whitespace at the left side of a page. Value conforms to data.MEASUREMENTABS.
page.rightmar(optional)Indicates the amount of whitespace at the right side of a page. Value conforms to data.MEASUREMENTABS.
page.panels(optional)Indicates the number of logical pages to be rendered on a single physical page. Value conforms to data.PAGE.PANELS.
page.scale(optional)Indicates how the page should be scaled when rendered. Value conforms to data.PGSCALE.
Component declarations that are shared between two or more modules.
page.botmar(optional)Indicates the amount of whitespace at the bottom of a page. Value conforms to data.MEASUREMENTABS.
page.height(optional)Specifies the height of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTABS.
page.leftmar(optional)Indicates the amount of whitespace at the left side of a page. Value conforms to data.MEASUREMENTABS.
page.panels(optional)Indicates the number of logical pages to be rendered on a single physical page. Value conforms to data.PAGE.PANELS.
page.rightmar(optional)Indicates the amount of whitespace at the right side of a page. Value conforms to data.MEASUREMENTABS.
page.scale(optional)Indicates how the page should be scaled when rendered. Value conforms to data.PGSCALE.
page.topmar(optional)Indicates the amount of whitespace at the top of a page. Value conforms to data.MEASUREMENTABS.
page.width(optional)Describes the width of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTABS.
Available at
scoreDef(score definition) – Container for score meta-information.
scoreDef(score definition) – Container for score meta-information.
Declaration
<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>
<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>
</attList>
</classSpec>