|
217 | 217 | <element name="all"> |
218 | 218 | <annotation> |
219 | 219 | <documentation>Outputs an unnamed literal with "true" as value if all |
220 | | - contained statements fire. This is essentially a conjunction (logical |
| 220 | + contained statements fire. This is essentially a conjunction (logical |
221 | 221 | and-operation) of all contained statements. The name and value generated |
222 | 222 | by the all-statement can be customised.</documentation> |
223 | 223 | </annotation> |
|
236 | 236 | <element name="any"> |
237 | 237 | <annotation> |
238 | 238 | <documentation>Outputs an unnamed literal with "true" as value if any of |
239 | | - the contained statements fires. This is essentially a disjunction (logical |
| 239 | + the contained statements fires. This is essentially a disjunction (logical |
240 | 240 | or-operation) of all contained statements. The name and value generated |
241 | 241 | by the all-statement can be customised.</documentation> |
242 | 242 | </annotation> |
|
264 | 264 | </sequence> |
265 | 265 | <attribute name="name" type="string" use="optional" /> |
266 | 266 | <attribute name="value" type="string" use="optional" /> |
267 | | - <attribute name="flushWith" type="string" use="optional" |
| 267 | + <attribute name="flushWith" type="string" use="optional" |
268 | 268 | default="record" /> |
269 | 269 | <attribute name="reset" type="boolean" use="optional" |
270 | 270 | default="false" /> |
|
288 | 288 | <attribute name="flushWith" type="string" use="optional" /> |
289 | 289 | </complexType> |
290 | 290 | </element> |
291 | | - |
| 291 | + |
292 | 292 | <element name="equalsFilter"> |
293 | 293 | <complexType> |
294 | 294 | <sequence> |
|
313 | 313 | </annotation> |
314 | 314 | <complexType> |
315 | 315 | <sequence> |
316 | | - <element ref="tns:if" minOccurs="0" maxOccurs="1" /> |
| 316 | + <element ref="tns:if" minOccurs="0" maxOccurs="1" /> |
317 | 317 | <group ref="tns:literal-rule" minOccurs="1" maxOccurs="unbounded" /> |
318 | 318 | <element ref="tns:postprocess" minOccurs="0" maxOccurs="1" /> |
319 | 319 | </sequence> |
320 | 320 | <attribute name="name" type="string" use="required" /> |
321 | | - <attribute name="delimiter" type="string" use="required" /> |
| 321 | + <attribute name="delimiter" type="string" use="optional" default="" /> |
322 | 322 | <attribute name="prefix" type="string" use="optional" /> |
323 | 323 | <attribute name="postfix" type="string" use="optional" /> |
324 | 324 | <attribute name="reverse" type="boolean" use="optional" default="false"> |
|
506 | 506 | </sequence> |
507 | 507 | </complexType> |
508 | 508 | </element> |
509 | | - |
| 509 | + |
510 | 510 | <element name="postprocess"> |
511 | 511 | <annotation> |
512 | 512 | <documentation>The functions contained here are applied to the final |
|
691 | 691 | <!-- <complexType> --> |
692 | 692 | <!-- <attribute name="name" type="string" use="required" /> --> |
693 | 693 | <!-- <attribute name="value" type="string" use="required" /> --> |
694 | | - <!-- <attribute name="in" type="string" use="optional" default="record" |
| 694 | + <!-- <attribute name="in" type="string" use="optional" default="record" |
695 | 695 | /> --> |
696 | 696 | <!-- </complexType> --> |
697 | 697 | <!-- </element> --> |
|
0 commit comments