<postscript>

<postscript> 追伸を示す.例えば,手紙の場合など. 4.2 どの区分中でも使える要素
モジュールtextstructure — 4 テキスト構造モジュール
属性
当該モジュールを使用するもの
下位
宣言

<rng:element name="postscript">
<rng:ref name="att.global.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:group>
   <rng:ref name="model.common"/>
  </rng:group>
  <rng:group>
   <rng:ref name="model.global"/>
  </rng:group>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element postscript{   att.global.attributes,   ( ( model.common ) | ( model.global ) )*}
<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>