<quotation>

<quotation> indica las prácticas editoriales adoptadas respecto al entrecomillado en el original. 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
Móduloheader — 2 The TEI Header
Atributos att.declarable (@default)
marks (quotation marks) indica si se ha mantenido o no el entrecomillado en el texto.
Estado Opcional
Los valores admitidos son:
none
no quotation marks have been retained
some
some quotation marks have been retained
all
all quotation marks have been retained [Por defecto]
formindica cómo se ha marcado el entrecomillado al interno del texto.
Estado Opcional
Los valores admitidos son:
data
quotation marks are retained as data.
rend
(el atributo 'rend' se utiliza coherentemente para indicar la forma de entrecomillado.) the rend attribute is consistently used to indicate the form of quotation marks.
std
(el uso del entrecomillado es estándard.) use of quotation marks has been standardized.
nonstd
(el entrecomillado se representa de manera incoherente.) quotation marks are represented inconsistently.
unknown
use of quotation marks is unknown. [Por defecto]
Used by model.editorialDeclPart
May contain
core: p
linking: ab
Declaración
element quotation
{
   att.global.attributes,
   att.declarable.attributes,
   attribute marks { "none" | "some" | "all" }?,
   attribute form { "data" | "rend" | "std" | "nonstd" | "unknown" }?,
   model.pLike+
}
Ejemplo
<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>
Ejemplo
<quotation marks="allform="std">
 <p>All quotation marks are retained in the text and
   are represented by appropriate Unicode characters.</p>
</quotation>