<postscript>
<postscript> contains a postscript, e.g. to a letter. [4.2. Elements Common to All Divisions]
Module | textstructure |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.written (hand) |
Member of | |
Contained by | |
May contain | |
Examples |
<div type="letter"> <opener> <dateline> <placeName>Rimaone</placeName> <date when="2006-11-21">21 Nov 06</date> </dateline> <salute>Dear Susan,</salute> </opener> <p>Thank you very much for the assistance splitting those logs. I'm sorry about the misunderstanding as to the size of the task. I really was not asking for help, only to borrow the axe. Hope you had fun in any case.</p> <closer> <salute>Sincerely yours,</salute> <signed>Seymour</signed> </closer> <postscript> <label>P.S.</label> <p>The collision occured on <date when="2001-07-06">06 Jul 01</date>.</p> </postscript> </div> |
Source | Github
<elementSpec module="textstructure" ident="postscript"> <desc>contains a postscript, e.g. to a letter.</desc> <classes> <memberOf key="att.global"/> <memberOf key="att.written"/> <memberOf key="model.divBottomPart"/> </classes> <content> <sequence> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.divTopPart"/> </alternate> <classRef key="model.common"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.common"/> </alternate> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottomPart"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> </elementSpec> |