<div6>
<div6> (división textual de sexto nivel) contiene una subdivisión del sexto nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final. [4.1.2 Numbered Divisions] | |
Módulo | textstructure — Default Text Structure |
Atributos |
|
Miembro de | |
Contenido en |
textstructure: div5
|
Puede contener |
cmc: post
core: bibl biblStruct cb cit desc divGen ellipsis 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 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
|
Nota |
any sequence of low-level structural elements, possibly grouped into lower subdivisions. |
Ejemplo |
<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> |
Declaración |
<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* )+ ) | ( ( ( ( schemaSpec | model.common ), model.global* )+ ), ( ( ( model.div7Like | model.divGenLike ), model.global* )* ) ) ), ( ( model.divBottom, model.global* )* ) )? ) ) } |