<layout>
<layout> (layout) describes how text is laid out on the page or surface of the object, including information about any ruling, pricking, or other evidence of page-preparation techniques. [10.7.2. Writing, Decoration, and Other Notations] | |||||||||||||||||||||||||||||||||
Module | msdescription | ||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||
Contained by | msdescription: layoutDesc | ||||||||||||||||||||||||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit dictionaries: lang figures: figure notatedMusic table gaiji: g msdescription: catchwords depth dim dimensions height heraldry locus locusGrp material msDesc objectType origDate origPlace secFol signatures stamp watermark width namesdates: addName bloc country district eventName forename genName geo geogFeat geogName listEvent listNym listObject listOrg listPerson listPlace listRelation location objectName offset orgName persName persPronouns placeName region roleName settlement state surname spoken: annotationBlock textstructure: floatingText transcr: addSpan am damage delSpan ex fw handShift listTranspose metamark mod redo retrace secl space subst substJoin supplied surplus undo character data | ||||||||||||||||||||||||||||||||
Example | <layout columns="1" ruledLines="25 32">Most pages have between 25 and 32 long lines ruled in lead.</layout> | ||||||||||||||||||||||||||||||||
Example | <layout columns="2" ruledLines="42"> <p>2 columns of 42 lines ruled in ink, with central rule between the columns.</p> </layout> | ||||||||||||||||||||||||||||||||
Example | <layout columns="1 2" writtenLines="40 50"> <p>Some pages have 2 columns, with central rule between the columns; each column with between 40 and 50 lines of writing.</p> </layout> | ||||||||||||||||||||||||||||||||
Example | <layout streams="3" columns="3"/> <!-- Further down in document body --> <div type="page"> <ab> <pb/> 一二三<cb type="top-stream"/> 一二三<cb type="mid-stream"/> 一二三<cb type="bottom-stream"/> <!-- cb here for demo purposes --> </ab> </div> | ||||||||||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||||||||||
Schema Declaration | element layout { tei_att.global.attributes, attribute columns { list { teidata.count, teidata.count? } }?, attribute streams { list { teidata.count, teidata.count? } }?, attribute ruledLines { list { teidata.count, teidata.count? } }?, attribute writtenLines { list { teidata.count, teidata.count? } }?, tei_macro.specialPara } |