<postscript>
<postscript> contiene un post scriptum, come nel caso di una lettera 4.2 Elements Common to All Divisions | |
Modulo | textstructure — 4 Default Text Structure |
Usato da | |
Può contenere |
core: bibl biblStruct cb cit desc gap index l label lb lg list listBibl milestone note p pb q quote said sp stage
dictionaries: entry entryFree superEntry
header: biblFull
msdescription: msDesc
namesdates: listEvent listNym listOrg listPerson listPlace
tagdocs: classSpec eg egXML elementSpec listRef macroSpec moduleRef moduleSpec schemaSpec specGrp specGrpRef
textstructure: floatingText
transcr: addSpan damageSpan delSpan fw space
|
Dichiarazione |
element postscript { att.global.attributes, ( ( model.common ) | ( model.global ) )* } |
Esempio |
<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> |