metanorma-cc 2.4.6 → 2.4.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -95,7 +95,7 @@
95
95
  <text/>
96
96
  </element>
97
97
  </define>
98
- <define name="LocalizedString1">
98
+ <define name="LocalizedStringAttrs">
99
99
  <optional>
100
100
  <!-- multiple languages and scripts possible: comma delimit them if so -->
101
101
  <attribute name="language"/>
@@ -106,6 +106,10 @@
106
106
  <optional>
107
107
  <attribute name="script"/>
108
108
  </optional>
109
+ </define>
110
+ <define name="LocalizedString1">
111
+ <!-- multiple languages and scripts possible: comma delimit them if so -->
112
+ <ref name="LocalizedStringAttrs"/>
109
113
  <text/>
110
114
  </define>
111
115
  <define name="LocalizedString">
@@ -118,6 +122,23 @@
118
122
  </oneOrMore>
119
123
  </choice>
120
124
  </define>
125
+ <define name="LocalizedMarkedUpString1">
126
+ <!-- multiple languages and scripts possible: comma delimit them if so -->
127
+ <ref name="LocalizedStringAttrs"/>
128
+ <oneOrMore>
129
+ <ref name="TextElement"/>
130
+ </oneOrMore>
131
+ </define>
132
+ <define name="LocalizedMarkedUpString">
133
+ <choice>
134
+ <ref name="LocalizedMarkedUpString1"/>
135
+ <oneOrMore>
136
+ <element name="variant">
137
+ <ref name="LocalizedMarkedUpString1"/>
138
+ </element>
139
+ </oneOrMore>
140
+ </choice>
141
+ </define>
121
142
  <!--
122
143
  Unlike UML, change type to format: type is overloaded
123
144
  Would be need if plain were default value and could omit the attribute
@@ -142,16 +163,8 @@
142
163
  <ref name="LocalizedStringOrXsAny"/>
143
164
  </define>
144
165
  <define name="LocalizedStringOrXsAny1">
145
- <optional>
146
- <!-- multiple languages and scripts possible: comma delimit them if so -->
147
- <attribute name="language"/>
148
- </optional>
149
- <optional>
150
- <attribute name="locale"/>
151
- </optional>
152
- <optional>
153
- <attribute name="script"/>
154
- </optional>
166
+ <!-- multiple languages and scripts possible: comma delimit them if so -->
167
+ <ref name="LocalizedStringAttrs"/>
155
168
  <oneOrMore>
156
169
  <choice>
157
170
  <text/>
@@ -208,9 +221,7 @@
208
221
  </define>
209
222
  <define name="roledescription">
210
223
  <element name="description">
211
- <oneOrMore>
212
- <ref name="TextElement"/>
213
- </oneOrMore>
224
+ <ref name="LocalizedMarkedUpString"/>
214
225
  </element>
215
226
  </define>
216
227
  <define name="person">
@@ -335,9 +346,7 @@
335
346
  </define>
336
347
  <define name="affiliationdescription">
337
348
  <element name="description">
338
- <oneOrMore>
339
- <ref name="TextElement"/>
340
- </oneOrMore>
349
+ <ref name="LocalizedMarkedUpString"/>
341
350
  </element>
342
351
  </define>
343
352
  <define name="organization">
@@ -386,7 +395,7 @@
386
395
  </define>
387
396
  <define name="logo">
388
397
  <element name="logo">
389
- <ref name="image"/>
398
+ <ref name="image-no-id"/>
390
399
  </element>
391
400
  </define>
392
401
  <define name="depiction">
@@ -395,7 +404,7 @@
395
404
  <attribute name="scope"/>
396
405
  </optional>
397
406
  <zeroOrMore>
398
- <ref name="image"/>
407
+ <ref name="image-no-id"/>
399
408
  </zeroOrMore>
400
409
  </element>
401
410
  </define>
@@ -948,9 +957,7 @@
948
957
  <optional>
949
958
  <attribute name="type"/>
950
959
  </optional>
951
- <zeroOrMore>
952
- <ref name="TextElement"/>
953
- </zeroOrMore>
960
+ <ref name="LocalizedMarkedUpString"/>
954
961
  </define>
955
962
  <!-- TitleType = ( "alternative" | "original" | "unofficial" | "subtitle" | "main" ) -->
956
963
  <define name="TypedUri">
@@ -1041,18 +1048,7 @@
1041
1048
  <data type="boolean"/>
1042
1049
  </attribute>
1043
1050
  </optional>
1044
- <optional>
1045
- <attribute name="language"/>
1046
- </optional>
1047
- <optional>
1048
- <attribute name="locale"/>
1049
- </optional>
1050
- <optional>
1051
- <attribute name="script"/>
1052
- </optional>
1053
- <oneOrMore>
1054
- <ref name="TextElement"/>
1055
- </oneOrMore>
1051
+ <ref name="LocalizedMarkedUpString"/>
1056
1052
  </element>
1057
1053
  </define>
1058
1054
  <define name="docnumber">
@@ -1277,16 +1273,20 @@
1277
1273
  <optional>
1278
1274
  <attribute name="type"/>
1279
1275
  </optional>
1280
- <oneOrMore>
1281
- <ref name="TextElement"/>
1282
- </oneOrMore>
1276
+ <ref name="LocalizedMarkedUpString"/>
1283
1277
  </element>
1284
1278
  </define>
1285
1279
  <define name="bibabstract">
1286
1280
  <element name="abstract">
1287
- <oneOrMore>
1288
- <ref name="TextElement"/>
1289
- </oneOrMore>
1281
+ <ref name="LocalizedStringAttrs"/>
1282
+ <choice>
1283
+ <oneOrMore>
1284
+ <ref name="BasicBlockNoId"/>
1285
+ </oneOrMore>
1286
+ <oneOrMore>
1287
+ <ref name="TextElement"/>
1288
+ </oneOrMore>
1289
+ </choice>
1290
1290
  </element>
1291
1291
  </define>
1292
1292
  <define name="copyright">
@@ -1391,9 +1391,7 @@
1391
1391
  </attribute>
1392
1392
  <optional>
1393
1393
  <element name="description">
1394
- <oneOrMore>
1395
- <ref name="TextElement"/>
1396
- </oneOrMore>
1394
+ <ref name="LocalizedMarkedUpString"/>
1397
1395
  </element>
1398
1396
  </optional>
1399
1397
  <element name="bibitem">
@@ -12,36 +12,32 @@
12
12
  <start>
13
13
  <ref name="csd-standard"/>
14
14
  </start>
15
- <define name="figure">
16
- <element name="figure">
17
- <ref name="FigureAttributes"/>
18
- <ref name="BlockAttributes"/>
19
- <optional>
20
- <ref name="source"/>
21
- </optional>
22
- <optional>
23
- <ref name="tname"/>
24
- </optional>
25
- <choice>
26
- <oneOrMore>
27
- <ref name="figure"/>
28
- </oneOrMore>
29
- <group>
30
- <choice>
31
- <zeroOrMore>
32
- <ref name="TextElement"/>
33
- </zeroOrMore>
34
- <ref name="pre"/>
35
- </choice>
15
+ <define name="FigureBody">
16
+ <optional>
17
+ <ref name="source"/>
18
+ </optional>
19
+ <optional>
20
+ <ref name="tname"/>
21
+ </optional>
22
+ <choice>
23
+ <oneOrMore>
24
+ <ref name="figure"/>
25
+ </oneOrMore>
26
+ <group>
27
+ <choice>
36
28
  <zeroOrMore>
37
- <ref name="note"/>
29
+ <ref name="TextElement"/>
38
30
  </zeroOrMore>
39
- <optional>
40
- <ref name="dl"/>
41
- </optional>
42
- </group>
43
- </choice>
44
- </element>
31
+ <ref name="pre"/>
32
+ </choice>
33
+ <zeroOrMore>
34
+ <ref name="note"/>
35
+ </zeroOrMore>
36
+ <optional>
37
+ <ref name="dl"/>
38
+ </optional>
39
+ </group>
40
+ </choice>
45
41
  </define>
46
42
  </include>
47
43
  <define name="csd-standard">