<head>
<head> (標題) 包含任何種類的標題,如章節、列表、詞彙表、寫本描述等的標題。 [4.2.1 Headings and Trailers] | |
組件 | core — Elements Available in All TEI Documents |
屬性 | 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.typed (@type, @subtype) att.placement (@place) att.written (@hand) |
俱乐部会员 | |
可包含在於 | linking: listAnnotation |
可包含 | 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 noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled 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 persPronouns placeName population region roleName settlement state surname terrain trait tagdocs: att classSpec code constraintSpec dataSpec eg egXML elementSpec gi ident listRef macroSpec moduleSpec outputRendition 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 |
註 | The head element is used for headings at all levels; software which treats (e.g.) chapter headings, section headings, and list titles differently must determine the proper processing of a head element based on its structural position. A head occurring as the first element of a list is the title of that list; one occurring as the first element of a div1 is the title of that chapter or section. |
例子 | <div1 n="I" type="book"> <head>三國演義</head> <div2 type="section"> <head>第一回 宴桃園豪杰三結義 斬黃巾英雄首立功</head> <p>滾滾長江東逝水,浪花淘盡英雄。是非成敗轉頭空。 青山依舊在,几度夕陽紅。 白發漁樵江渚上,慣看秋月春風。一壺濁酒喜相逢。古今多少事,都付笑談中。</p> <p>話說天下大勢,分久必合,合久必分。周末七國分爭,并入于秦。...</p> <trailer>三人救了董卓回寨。卓問三人現居何職。玄德曰:白身。...畢竟董卓性命如何,且听下文分解。</trailer> </div2> </div1> |
例子 | |
Content model | <content> |
宣告 | <rng:element name="head"> element head { 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.typed.attributes, att.placement.attributes, att.written.attributes, ( text | lg | model.gLike | model.phrase | model.inter | model.lLike | model.global )* } |