<quotation>

<quotation> specifies editorial practice adopted with respect to quotation marks in the original. 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
Moduleheader — 2 The TEI Header
Attributes [att.declarable ]
marks(quotation marks) indicates whether or not quotation marks have been retained as content within the text.
Status Optional
Legal values are:
noneno quotation marks have been retained
somesome quotation marks have been retained
allall quotation marks have been retained [Default]
formspecifies how quotation marks are indicated within the text.
Status Optional
Legal values are:
dataquotation marks are retained as data.
rend(rend attribute) the rend attribute is consistently used to indicate the form of quotation marks.
std(standardized) use of quotation marks has been standardized.
nonstd(not standardized) quotation marks are represented inconsistently.
unknownuse of quotation marks is unknown. [Default]
Declaration
element quotation
{
   att.global.attributes,
   att.declarable.attributes,
   attribute marks { "none" | "some" | "all" }?,
   attribute form { "data" | "rend" | "std" | "nonstd" | "unknown" }?,
   model.pLike+
}
Example
<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>
Example
<quotation marks="allform="std">
 <p>All quotation marks are retained in the text and
   are represented by appropriate Unicode characters.</p>
</quotation>
Contained by model.editorialDeclPart
May contain
core: p
linking: ab