<tag>
<tag> 包含具有完整開始標籤與結束標籤的文字,可能包括屬性說明,但不包含開頭及結尾標記定義符號。 22 Documentation Elements | |||||||||||||
組件 | tagdocs — 22 Documentation Elements | ||||||||||||
屬性 |
| ||||||||||||
屬於 | |||||||||||||
可包含 | 僅文字符號資料 | ||||||||||||
宣告 |
element tag { att.global.attributes, attribute type { "start" | "end" | "empty" | "pi" | "comment" | "ms" }?, attribute scheme { "TEI" | "DBK" | "XX" }?, text } | ||||||||||||
例子 | Mark the start of each italicised phrase with a <tag>hi rend="it"</tag> tag, and its end with a <tag type="end">hi</tag> tag. <tag type="comment">Example updated on 2008-04-05</tag> |