metanorma-bipm 2.4.7 → 2.4.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -122,6 +122,23 @@
122
122
  </oneOrMore>
123
123
  </choice>
124
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>
125
142
  <!--
126
143
  Unlike UML, change type to format: type is overloaded
127
144
  Would be need if plain were default value and could omit the attribute
@@ -204,10 +221,7 @@
204
221
  </define>
205
222
  <define name="roledescription">
206
223
  <element name="description">
207
- <ref name="LocalizedStringAttrs"/>
208
- <oneOrMore>
209
- <ref name="TextElement"/>
210
- </oneOrMore>
224
+ <ref name="LocalizedMarkedUpString"/>
211
225
  </element>
212
226
  </define>
213
227
  <define name="person">
@@ -332,10 +346,7 @@
332
346
  </define>
333
347
  <define name="affiliationdescription">
334
348
  <element name="description">
335
- <ref name="LocalizedStringAttrs"/>
336
- <oneOrMore>
337
- <ref name="TextElement"/>
338
- </oneOrMore>
349
+ <ref name="LocalizedMarkedUpString"/>
339
350
  </element>
340
351
  </define>
341
352
  <define name="organization">
@@ -384,7 +395,7 @@
384
395
  </define>
385
396
  <define name="logo">
386
397
  <element name="logo">
387
- <ref name="image"/>
398
+ <ref name="image-no-id"/>
388
399
  </element>
389
400
  </define>
390
401
  <define name="depiction">
@@ -393,7 +404,7 @@
393
404
  <attribute name="scope"/>
394
405
  </optional>
395
406
  <zeroOrMore>
396
- <ref name="image"/>
407
+ <ref name="image-no-id"/>
397
408
  </zeroOrMore>
398
409
  </element>
399
410
  </define>
@@ -946,10 +957,7 @@
946
957
  <optional>
947
958
  <attribute name="type"/>
948
959
  </optional>
949
- <ref name="LocalizedStringAttrs"/>
950
- <zeroOrMore>
951
- <ref name="TextElement"/>
952
- </zeroOrMore>
960
+ <ref name="LocalizedMarkedUpString"/>
953
961
  </define>
954
962
  <!-- TitleType = ( "alternative" | "original" | "unofficial" | "subtitle" | "main" ) -->
955
963
  <define name="TypedUri">
@@ -1040,10 +1048,7 @@
1040
1048
  <data type="boolean"/>
1041
1049
  </attribute>
1042
1050
  </optional>
1043
- <ref name="LocalizedStringAttrs"/>
1044
- <oneOrMore>
1045
- <ref name="TextElement"/>
1046
- </oneOrMore>
1051
+ <ref name="LocalizedMarkedUpString"/>
1047
1052
  </element>
1048
1053
  </define>
1049
1054
  <define name="docnumber">
@@ -1268,10 +1273,7 @@
1268
1273
  <optional>
1269
1274
  <attribute name="type"/>
1270
1275
  </optional>
1271
- <ref name="LocalizedStringAttrs"/>
1272
- <oneOrMore>
1273
- <ref name="TextElement"/>
1274
- </oneOrMore>
1276
+ <ref name="LocalizedMarkedUpString"/>
1275
1277
  </element>
1276
1278
  </define>
1277
1279
  <define name="bibabstract">
@@ -1279,7 +1281,7 @@
1279
1281
  <ref name="LocalizedStringAttrs"/>
1280
1282
  <choice>
1281
1283
  <oneOrMore>
1282
- <ref name="BasicBlock"/>
1284
+ <ref name="BasicBlockNoId"/>
1283
1285
  </oneOrMore>
1284
1286
  <oneOrMore>
1285
1287
  <ref name="TextElement"/>
@@ -1389,10 +1391,7 @@
1389
1391
  </attribute>
1390
1392
  <optional>
1391
1393
  <element name="description">
1392
- <ref name="LocalizedStringAttrs"/>
1393
- <oneOrMore>
1394
- <ref name="TextElement"/>
1395
- </oneOrMore>
1394
+ <ref name="LocalizedMarkedUpString"/>
1396
1395
  </element>
1397
1396
  </optional>
1398
1397
  <element name="bibitem">
@@ -81,82 +81,17 @@
81
81
  </zeroOrMore>
82
82
  </group>
83
83
  </define>
84
- <define name="Annex-Section">
85
- <optional>
86
- <attribute name="id">
87
- <data type="ID"/>
88
- </attribute>
89
- </optional>
90
- <optional>
91
- <attribute name="language"/>
92
- </optional>
93
- <optional>
94
- <attribute name="script"/>
95
- </optional>
96
- <optional>
97
- <attribute name="inline-header">
98
- <data type="boolean"/>
99
- </attribute>
100
- </optional>
101
- <optional>
102
- <attribute name="obligation">
103
- <choice>
104
- <value>normative</value>
105
- <value>informative</value>
106
- </choice>
107
- </attribute>
108
- </optional>
84
+ <define name="Annex-Section-Attr" combine="interleave">
109
85
  <optional>
110
86
  <attribute name="unnumbered">
111
87
  <data type="boolean"/>
112
88
  </attribute>
113
89
  </optional>
90
+ </define>
91
+ <define name="OlAttr" combine="interleave">
114
92
  <optional>
115
- <ref name="section-title"/>
93
+ <attribute name="start"/>
116
94
  </optional>
117
- <group>
118
- <zeroOrMore>
119
- <ref name="BasicBlock"/>
120
- </zeroOrMore>
121
- <zeroOrMore>
122
- <choice>
123
- <ref name="annex-subsection"/>
124
- <ref name="terms"/>
125
- <ref name="definitions"/>
126
- <ref name="references"/>
127
- <ref name="floating-title"/>
128
- </choice>
129
- </zeroOrMore>
130
- </group>
131
- </define>
132
- <define name="ol">
133
- <element name="ol">
134
- <attribute name="id">
135
- <data type="ID"/>
136
- </attribute>
137
- <ref name="BlockAttributes"/>
138
- <attribute name="type">
139
- <choice>
140
- <value>roman</value>
141
- <value>alphabet</value>
142
- <value>arabic</value>
143
- <value>roman_upper</value>
144
- <value>alphabet_upper</value>
145
- </choice>
146
- </attribute>
147
- <optional>
148
- <attribute name="start"/>
149
- </optional>
150
- <optional>
151
- <ref name="tname"/>
152
- </optional>
153
- <oneOrMore>
154
- <ref name="li"/>
155
- </oneOrMore>
156
- <zeroOrMore>
157
- <ref name="note"/>
158
- </zeroOrMore>
159
- </element>
160
95
  </define>
161
96
  </include>
162
97
  <define name="bipm-standard">