This element is modelled on an element in the Text Encoding Initiative (TEI) standard.
<elementSpec ident="layout" module="MEI.msDesc">
<desc>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 org="group">
<attDef ident="cols" usage="opt">
<desc>Specifies the number of columns per page.</desc>
<datatype maxOccurs="2" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
<remarks>
<p part="N">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>Specifies the number of ruled text lines per column.</desc>
<datatype maxOccurs="2" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
<remarks>
<p part="N"> 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>Specifies the number of written text lines per column.</desc>
<datatype maxOccurs="2" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
<remarks>
<p part="N">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>Specifies the number of ruled staves per column.</desc>
<datatype maxOccurs="2" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
<remarks>
<p part="N">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>Specifies the number of written staves per column.</desc>
<datatype maxOccurs="2" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
<remarks>
<p part="N">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>
<p part="N">This element is modelled on an element in the Text Encoding Initiative (TEI) standard.</p>
</remarks>
</elementSpec>