<layout>
<layout> 当該ページ上でテキストがどのようにレイアウトされているかを示す.例え ば,罫線,穴,などの書記支度技法. [10.7.2 Writing, Decoration, and Other Notations] | |||||||||||||||||||||||||
モジュール | msdescription — Manuscript Description | ||||||||||||||||||||||||
属性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
| ||||||||||||||||||||||||
上位 | msdescription: layoutDesc | ||||||||||||||||||||||||
下位 | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note num orig p pb ptr q quote ref reg rs said sic soCalled sp stage term time title unclear unit figures: figure formula 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 affiliation bloc climate country district forename genName geo geogFeat geogName listEvent listNym listObject listOrg listPerson listPlace listRelation location nameLink objectName offset orgName persName placeName population region roleName settlement state surname terrain trait nets: eTree forest graph listForest tree tagdocs: att classSpec code constraintSpec dataSpec eg egXML elementSpec gi ident listRef macroSpec moduleSpec outputRendition schemaSpec specDesc specGrp specGrpRef specList tag val textstructure: floatingText transcr: addSpan am damage damageSpan delSpan ex fw handShift listTranspose metamark mod redo restore retrace secl space subst substJoin supplied surplus undo character data | ||||||||||||||||||||||||
例 | <layout columns="1" ruledLines="25 32">Most pages have between 25 and 32 long lines ruled in lead.</layout> | ||||||||||||||||||||||||
例 | <layout columns="2" ruledLines="42"> <p>2 columns of 42 lines ruled in ink, with central rule between the columns.</p> </layout> | ||||||||||||||||||||||||
例 | <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> | ||||||||||||||||||||||||
例 | <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> | ||||||||||||||||||||||||
宣言 | <rng:element name="layout"> element layout { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.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? } }?, macro.specialPara } |