<punctuation>
<punctuation> specifies editorial practice adopted with respect to punctuation marks in the original. [2.3.3. The Editorial Practices Declaration 3.2. Treatment of Punctuation] | |||||||||||||||||
Module | header | ||||||||||||||||
Attributes |
| ||||||||||||||||
Member of | |||||||||||||||||
Contained by | header: editorialDecl | ||||||||||||||||
May contain | |||||||||||||||||
Example | <punctuation marks="all" placement="internal"> <p>All punctuation marks in the source text have been retained and represented using the appropriate Unicode code point. In cases where a punctuation mark and nearby markup convey the same information (for example, a sentence ends with a question mark and is also tagged as <gi>s</gi>) the punctuation mark is captured as content within the element.</p> </punctuation> | ||||||||||||||||
Example | External placement of punctuation: <p>I would agree with Saint Augustine that “<quote>An unjust law is no law at all</quote>.”</p> | ||||||||||||||||
Example | Internal placement of punctuation: <p>I would agree with Saint Augustine that <quote>“An unjust law is no law at all.”</quote> </p> | ||||||||||||||||
Content model | <content> | ||||||||||||||||
Schema Declaration | element punctuation { tei_att.declarable.attributes, tei_att.global.attributes, attribute marks { "none" | "some" | "all" }?, attribute placement { "internal" | "external" }?, tei_model.pLike* } |