Skip to content

Commit 2b307d6

Browse files
committed
Add postscript element to
att.placement per #2542. Also fixed a bunch of whitespace while I was in there.
1 parent 796f4ed commit 2b307d6

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

P5/Source/Specs/postscript.xml

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,36 @@
66
<desc versionDate="2007-12-20" xml:lang="ko">예를 들어 편지의, 추신.</desc>
77
<desc versionDate="2008-04-06" xml:lang="es">contiene una posdata, p.ej. en una carta.</desc>
88
<desc versionDate="2008-04-05" xml:lang="ja">追伸を示す。例えば、手紙の場合など。</desc>
9-
<desc versionDate="2008-03-30" xml:lang="fr">contient un post-scriptum, par exemple au bas d' une
10-
lettre.</desc>
9+
<desc versionDate="2008-03-30" xml:lang="fr">contient un post-scriptum, par exemple au bas d' une lettre.</desc>
1110
<desc versionDate="2007-11-06" xml:lang="it">contiene un post scriptum, come nel caso di una lettera</desc>
1211
<desc versionDate="2017-06-19" xml:lang="de">enthält einen Nachtrag (Postskriptum), z. B. zu einem Brief.</desc>
1312
<classes>
1413
<memberOf key="att.global"/>
1514
<memberOf key="att.cmc"/>
15+
<memberOf key="att.placement"/>
1616
<memberOf key="att.written"/>
1717
<memberOf key="model.divBottomPart"/>
1818
</classes>
1919
<content>
2020
<sequence>
21+
22+
<alternate minOccurs="0" maxOccurs="unbounded">
23+
<classRef key="model.global"/>
24+
<classRef key="model.divTopPart"/>
25+
</alternate>
2126

22-
<alternate minOccurs="0" maxOccurs="unbounded">
23-
<classRef key="model.global"/>
24-
<classRef key="model.divTopPart"/>
25-
</alternate>
26-
27+
<classRef key="model.common"/>
2728

29+
<alternate minOccurs="0" maxOccurs="unbounded">
30+
<classRef key="model.global"/>
2831
<classRef key="model.common"/>
29-
30-
31-
<alternate minOccurs="0" maxOccurs="unbounded">
32-
<classRef key="model.global"/>
33-
<classRef key="model.common"/>
34-
</alternate>
32+
</alternate>
3533

3634
<sequence minOccurs="0" maxOccurs="unbounded">
37-
38-
<classRef key="model.divBottomPart"/>
39-
40-
41-
<classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/>
42-
35+
<classRef key="model.divBottomPart"/>
36+
<classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/>
4337
</sequence>
38+
4439
</sequence>
4540
</content>
4641
<exemplum xml:lang="en">
@@ -54,9 +49,9 @@ lettre.</desc>
5449
<salute>Dear Susan,</salute>
5550
</opener>
5651
<p>Thank you very much for the assistance splitting those
57-
logs. I'm sorry about the misunderstanding as to the size of
58-
the task. I really was not asking for help, only to borrow the
59-
axe. Hope you had fun in any case.</p>
52+
logs. I'm sorry about the misunderstanding as to the size of
53+
the task. I really was not asking for help, only to borrow the
54+
axe. Hope you had fun in any case.</p>
6055
<closer>
6156
<salute>Sincerely yours,</salute>
6257
<signed>Seymour</signed>

0 commit comments

Comments
 (0)