<div6>
<div6> ( Textgliederungsebene -6 ) enthält die sechste Gliederungsebene von Vorspann (front), Kerntext oder Nachspann (back) eines Textes. [4.1.2 Numbered Divisions] | |
Modul | textstructure — Default Text Structure |
Attribute | 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)) att.divLike (@org, @sample) (att.metrical (@met, @real, @rhyme)) (att.fragmentable (@part)) att.typed (@type, @subtype) att.declaring (@decls) |
Mitglied des | |
Enthalten in | textstructure: div5 |
Kann enthalten | core: bibl biblStruct cb cit desc divGen gap gb head index l label lb lg list listBibl meeting milestone note noteGrp p pb q quote said sp stage dictionaries: entry entryFree superEntry figures: figure notatedMusic table header: biblFull msdescription: msDesc namesdates: listEvent listNym listObject listOrg listPerson listPlace listRelation nets: eTree forest graph listForest tree tagdocs: classSpec constraintSpec dataSpec eg egXML elementSpec listRef macroSpec moduleSpec outputRendition schemaSpec specGrp specGrpRef textstructure: argument byline closer dateline div7 docAuthor docDate epigraph floatingText opener postscript salute signed trailer transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
Anmerkung | any sequence of low-level structural elements, possibly grouped into lower subdivisions. |
Beispiel | <div2 type="chapter"> <head>Recipes</head> <head>Chapter VI.</head> <div3> <head>Fruit and vegetable soups</head> <p>...</p> <div4> <head>Stocks for all kinds of soups</head> <div5 type="recipe"> <head>Rich strong stock</head> <div6> <head>Ingredients</head> <list> <item>4 lbs of shin of beef,</item> <item>4 lbs of knuckle of veal,</item> <!-- ... --> <item>4 quarts of water</item> </list> </div6> <div6> <head>Mode</head> <p>Line a delicately clean stewpan... Strain through a very fine hair sieve, or tammy, and it will be fit for use</p> </div6> <div6> <head>Time</head> <p>5 hours.</p> </div6> <div6> <head>Average cost</head> <p>1s 3d. per quart</p> </div6> </div5> <div5 type="recipe"> <head>Medium Stock</head> <!-- ... --> </div5> </div4> <!-- ... --> </div3> </div2> |
Content model | <content> |
Schema Deklaration | <rng:element name="div6"> element div6 { 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, att.divLike.attributes, att.metrical.attributes, att.fragmentable.attributes, att.typed.attributes, att.declaring.attributes, ( ( model.divTop | model.global )*, ( ( ( ( model.div7Like | model.divGenLike ), model.global* )+ | ( ( model.common, model.global* )+, ( ( model.div7Like | model.divGenLike ), model.global* )* ) ), ( model.divBottom, model.global* )* )? ) } |