<div>
<div> (文本區段) 文本的正文前資訊、正文、及正文後資訊的分段。 [4.1 Divisions of the Body] | |
組件 | textstructure — Default Text Structure |
屬性 |
|
俱乐部会员 | |
可包含在於 | |
可包含 |
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 div docAuthor docDate epigraph floatingText opener postscript salute signed trailer
transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin
|
例子 |
<body>
<div type="part"> <head>對話的喧囂:巴赫汀文化理論述評</head> <p>本書以中國人的觀點,介紹巴赫汀的一生志業。深入淺出、引證周詳。尤其面對海峽兩岸劇變中的政治、文化思潮,巴赫汀從對話到喧嘩的理論,更具有深刻的歷史意義,發人省思。</p> <div n="1" type="chapter"> <head>引言:巴赫汀對話論—轉型期的文化理論</head> <p>文化轉型期的文藝理論,一般都呈現著特別關注文藝之外的歷史社會環境的傾向。不過,這種關注在二十世紀之前的文論中,大致上均以一種文藝內在規律語歷史社會語境二元對立的面貌出現。...</p> <div n="1.1" type="section"> <head>眾聲喧嘩:轉型期的文化理論</head> <p>當代西方文論對巴赫汀思想的看法迥異,見仁見智。有強調其「對話性」的,有看重他的「複調小說」理論的,也有語言學、符號學、哲學和美學的不同角度來解釋巴赫汀的。... </p> </div> <div n="1.2" type="section"> <head>哲學建構論語對話美學</head> <p>眾聲喧嘩的文化理論形成於二○年代末和三○年代,是巴赫汀思想成熟階段的結晶。... </p> </div> </div> </div> </body> |
Schematron |
<sch:rule context="tei:div"> <sch:report test="(ancestor::tei:l or ancestor::tei:lg) and not(ancestor::tei:floatingText)"> Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. </sch:report> </sch:rule> |
Schematron |
<sch:rule context="tei:div"> <sch:report test="(ancestor::tei:p or ancestor::tei:ab) and not(ancestor::tei:floatingText)"> Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. </sch:report> </sch:rule> |
Content model |
<content> |
宣告 |
<rng:element name="div"> element div { 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, att.written.attributes, ( ( model.divTop | model.global )*, ( ( ( ( ( ( model.divLike | model.divGenLike ), model.global* )+ ) | ( ( ( ( schemaSpec | model.common ), model.global* )+ ), ( ( ( model.divLike | model.divGenLike ), model.global* )* ) ) ), ( ( model.divBottom, model.global* )* ) )? ) ) } |