The model of this element is based on the layout element of the Text Encoding Initiative (TEI).
<elementSpec ident="layout" module="MEI.msDesc">
<desc xml:lang="en">Describes how text is laid out on the page, including information about any ruling,
pricking, or other evidence of page-preparation techniques.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.bibl"/>
<memberOf key="att.lang"/>
</classes>
<attList>
<attDef ident="cols" usage="opt">
<desc xml:lang="en">Specifies the number of columns per page.</desc>
<datatype minOccurs="1" maxOccurs="2">
<rng:data type="nonNegativeInteger"/>
</datatype>
<remarks xml:lang="en">
<p>A single number indicates that all pages have this number of columns. Two numbers
mean
that the number of columns per page varies between the values supplied.</p>
</remarks>
</attDef>
<attDef ident="ruledlines" usage="opt">
<desc xml:lang="en">Specifies the number of ruled text lines per column.</desc>
<datatype minOccurs="1" maxOccurs="2">
<rng:data type="nonNegativeInteger"/>
</datatype>
<remarks xml:lang="en">
<p> A single number indicates that all columns have this number of ruled lines. Two
numbers mean that the number of text lines per column varies between the values
supplied.</p>
</remarks>
</attDef>
<attDef ident="writtenlines" usage="opt">
<desc xml:lang="en">Specifies the number of written text lines per column.</desc>
<datatype minOccurs="1" maxOccurs="2">
<rng:data type="nonNegativeInteger"/>
</datatype>
<remarks xml:lang="en">
<p>A single number indicates that all columns have this number of written text lines.
Two
numbers mean that the number of text lines per column varies between the values
supplied.</p>
</remarks>
</attDef>
<attDef ident="ruledstaves" usage="opt">
<desc xml:lang="en">Specifies the number of ruled staves per column.</desc>
<datatype minOccurs="1" maxOccurs="2">
<rng:data type="nonNegativeInteger"/>
</datatype>
<remarks xml:lang="en">
<p>A single number indicates that all columns have this number of ruled staves. Two
numbers mean that the number of ruled staves per column varies between the values
supplied.</p>
</remarks>
</attDef>
<attDef ident="writtenstaves" usage="opt">
<desc xml:lang="en">Specifies the number of written staves per column.</desc>
<datatype minOccurs="1" maxOccurs="2">
<rng:data type="nonNegativeInteger"/>
</datatype>
<remarks xml:lang="en">
<p>A single number indicates that all columns have this number of written staves. Two
numbers mean that the number of written staves per column varies between the values
supplied.</p>
</remarks>
</attDef>
</attList>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-layout.html">layout</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>