<note>

<note> 包含附註或註釋。 [3.8.1 Notes and Simple Annotation 2.2.6 The Notes Statement 3.11.2.8 Notes and Statement of Language 9.3.5.4 Notes within Entries]
組件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.placement (@place) att.pointing (@targetLang, @target, @evaluate) att.typed (@type, @subtype) att.written (@hand)
anchored說明來源文件是否指出附註的確切參照位置。
狀態 非必備的
資料類型 teidata.truthValue
預設值 true
targetEnd如果附註不是嵌在正文中,則用以標明附註所註段落的終點。
狀態 非必備的
資料類型 1–∞ 次可出現: teidata.pointer 以空白鍵隔開
俱乐部会员
可包含在於
analysis: cl m phr s span w
figures: cell figure table
gaiji: char glyph
nets: graph
spoken: u writing
tagdocs: eg valDesc
可包含
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
例子
爾時王園精舍有比丘尼,名曰毘梨<note type="gloss">毘梨,秦言雄也。</note>時彼國人一切共為俱蜜頭星會
例子
此片的膠片已不存在,但《明星月報》刊登的艾霞電影腳本大綱,仍可供我們咀嚼艾霞的創作旨趣。<note n="35anchored="true"> 此時電影很少有完整的腳本,多是類似早期新劇的「幕表」
,也就是大綱,因為是默片,台詞也很簡單,主要依靠導演指示,演員臨場作戲。</note>從她的文字風格語主題特色裡,...
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
宣告
<rng:element name="note">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.placement.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.written.attributes"/>
 <rng:optional>
  <rng:attribute name="anchored"
   a:defaultValue="true">

   <rng:ref name="teidata.truthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="targetEnd">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element note
{
   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.placement.attributes,
   att.pointing.attributes,
   att.typed.attributes,
   att.written.attributes,
   attribute anchored { teidata.truthValue }?,
   attribute targetEnd { list { teidata.pointer+ } }?,
   macro.specialPara
}