Skip to content

Commit

Permalink
Add postscript element to
Browse files Browse the repository at this point in the history
att.placement per #2542. Also fixed a bunch of whitespace
while I was in there.
  • Loading branch information
sydb committed Jan 22, 2025
1 parent 796f4ed commit 2b307d6
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions P5/Source/Specs/postscript.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,36 @@
<desc versionDate="2007-12-20" xml:lang="ko">예를 들어 편지의, 추신.</desc>
<desc versionDate="2008-04-06" xml:lang="es">contiene una posdata, p.ej. en una carta.</desc>
<desc versionDate="2008-04-05" xml:lang="ja">追伸を示す。例えば、手紙の場合など。</desc>
<desc versionDate="2008-03-30" xml:lang="fr">contient un post-scriptum, par exemple au bas d' une
lettre.</desc>
<desc versionDate="2008-03-30" xml:lang="fr">contient un post-scriptum, par exemple au bas d' une lettre.</desc>
<desc versionDate="2007-11-06" xml:lang="it">contiene un post scriptum, come nel caso di una lettera</desc>
<desc versionDate="2017-06-19" xml:lang="de">enthält einen Nachtrag (Postskriptum), z. B. zu einem Brief.</desc>
<classes>
<memberOf key="att.global"/>
<memberOf key="att.cmc"/>
<memberOf key="att.placement"/>
<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>

<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 minOccurs="0" maxOccurs="unbounded">
<classRef key="model.global"/>
<classRef key="model.common"/>
</alternate>
</alternate>

<sequence minOccurs="0" maxOccurs="unbounded">

<classRef key="model.divBottomPart"/>


<classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/>

<classRef key="model.divBottomPart"/>
<classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/>
</sequence>

</sequence>
</content>
<exemplum xml:lang="en">
Expand All @@ -54,9 +49,9 @@ lettre.</desc>
<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>
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>
Expand Down

0 comments on commit 2b307d6

Please sign in to comment.