<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) 属性rendは常に,引用符の形式を示すために使われる.
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>