<quotation>

<quotation> 說明在編輯上是如何處理來源文件中的引文符號。 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
組件header — 2 The TEI Header
屬性 att.declarable (@default)
marks (quotation marks) 指出引文符號是否在文本中被保留為內容的一部份。
狀態 非必備的
合法的值是:
none
不保留任何引文符號
some
保留部分引文符號
all
保留所有引文符號 [預設值]
form說明引文符號在文本中如何被標示。
狀態 非必備的
合法的值是:
data
引文符號以數據形式被保留。
rend
(rend attribute) 引文符號的形式固定以屬性來呈現說明。
std
(standardized) 引文符號的使用已被標準化。
nonstd
(not standardized) 引文符號的呈現並無一致性。
unknown
引文符號的使用情形不明。 [預設值]
屬於 model.editorialDeclPart
可包含
core: p
linking: ab
宣告
element quotation
{
   att.global.attributes,
   att.declarable.attributes,
   attribute marks { "none" | "some" | "all" }?,
   attribute form { "data" | "rend" | "std" | "nonstd" | "unknown" }?,
   model.pLike+
}
例子
<quotation marks="noneform="rend">
 <p>No quote marks have been retained. Instead, the
 <att>rend</att> attribute on the <gi>q</gi> element is used
   to specify what kinds of quotation mark was used, according
   to the following list:
 <list type="gloss">
   <label>dq</label>
   <item>double quotes, open and close</item>
   <label>sq</label>
   <item>single quotes, open and close</item>
   <label>dash</label>
   <item>long dash open, no close</item>
   <label>dg</label>
   <item>double guillemets, open and close</item>
  </list>
 </p>
</quotation>
例子
<quotation marks="allform="std">
 <p>All quotation marks are retained in the text and
   are represented by appropriate Unicode characters.</p>
</quotation>