|
226 | 226 | <xsd:attribute name="reply" type="gitb:BooleanOrVariable" default="false"/> |
227 | 227 | <xsd:attribute name="level" type="ErrorLevelOrVariable" default="ERROR"/> |
228 | 228 | <xsd:attribute name="invert" type="xsd:boolean" default="false"/> |
| 229 | + <xsd:attribute name="handlerTimeout" type="gitb:NumberOrVariable"/> |
| 230 | + <xsd:attribute name="handlerTimeoutFlag" type="gitb:VariableName"/> |
229 | 231 | </xsd:extension> |
230 | 232 | </xsd:complexContent> |
231 | 233 | </xsd:complexType> |
|
263 | 265 | <xsd:element name="property" type="gitb:Configuration" minOccurs="0" maxOccurs="unbounded"/> |
264 | 266 | <xsd:element name="config" type="gitb:Configuration" minOccurs="0" maxOccurs="unbounded"/> |
265 | 267 | </xsd:sequence> |
266 | | - <xsd:attribute name="from" type="gitb:StringOrVariable" use="required"/> |
267 | | - <xsd:attribute name="to" type="gitb:StringOrVariable" use="required"/> |
| 268 | + <xsd:attribute name="from" type="gitb:StringOrVariable"/> |
| 269 | + <xsd:attribute name="to" type="gitb:StringOrVariable"/> |
268 | 270 | <xsd:attribute name="txnId" type="xsd:string" use="required"/> |
269 | 271 | <xsd:attribute name="handler" type="gitb:StringOrVariable" use="required"/> |
| 272 | + <xsd:attribute name="handlerTimeout" type="gitb:NumberOrVariable"/> |
270 | 273 | </xsd:extension> |
271 | 274 | </xsd:complexContent> |
272 | 275 | </xsd:complexType> |
|
326 | 329 | </xsd:sequence> |
327 | 330 | <xsd:attribute name="counter" type="xsd:string" default="i"/> |
328 | 331 | <xsd:attribute name="start" type="gitb:NumberOrVariable" default="0"/> |
329 | | - <xsd:attribute name="end" type="gitb:NumberOrVariable" use="required"/> |
| 332 | + <xsd:attribute name="end" type="gitb:NumberOrVariable"/> |
330 | 333 | <xsd:attribute name="title" type="gitb:StringOrVariable" default="loop"/> |
331 | 334 | <xsd:attribute name="collapsed" type="xsd:boolean" default="false"/> |
332 | 335 | <xsd:attribute name="stopOnChildError" type="xsd:boolean"/> |
| 336 | + <xsd:attribute name="item" type="gitb:VariableName"/> |
| 337 | + <xsd:attribute name="of" type="gitb:VariableReference"/> |
333 | 338 | </xsd:extension> |
334 | 339 | </xsd:complexContent> |
335 | 340 | </xsd:complexType> |
|
393 | 398 | <xsd:attribute name="level" type="ErrorLevelOrVariable" default="ERROR"/> |
394 | 399 | <xsd:attribute name="output" type="xsd:string"/> |
395 | 400 | <xsd:attribute name="invert" type="xsd:boolean" default="false"/> |
| 401 | + <xsd:attribute name="handlerTimeout" type="gitb:NumberOrVariable"/> |
| 402 | + <xsd:attribute name="handlerTimeoutFlag" type="gitb:VariableName"/> |
396 | 403 | </xsd:extension> |
397 | 404 | </xsd:complexContent> |
398 | 405 | </xsd:complexType> |
|
431 | 438 | <xsd:attribute name="blocking" type="gitb:BooleanOrVariable" default="true"/> |
432 | 439 | <xsd:attribute name="handlerEnabled" type="gitb:BooleanOrVariable" default="false"/> |
433 | 440 | <xsd:attribute name="handler" type="gitb:StringOrVariable"/> |
| 441 | + <xsd:attribute name="handlerTimeout" type="gitb:NumberOrVariable"/> |
| 442 | + <xsd:attribute name="handlerTimeoutFlag" type="gitb:VariableName"/> |
434 | 443 | </xsd:extension> |
435 | 444 | </xsd:complexContent> |
436 | 445 | </xsd:complexType> |
|
449 | 458 | </xsd:sequence> |
450 | 459 | <xsd:attribute name="txnId" type="xsd:string" use="required"/> |
451 | 460 | <xsd:attribute name="handler" type="gitb:StringOrVariable" use="required"/> |
| 461 | + <xsd:attribute name="handlerTimeout" type="gitb:NumberOrVariable"/> |
452 | 462 | </xsd:extension> |
453 | 463 | </xsd:complexContent> |
454 | 464 | </xsd:complexType> |
|
474 | 484 | <xsd:attribute name="output" type="xsd:string"/> |
475 | 485 | <xsd:attribute name="level" type="ErrorLevelOrVariable" default="ERROR"/> |
476 | 486 | <xsd:attribute name="invert" type="xsd:boolean" default="false"/> |
| 487 | + <xsd:attribute name="handlerTimeout" type="gitb:NumberOrVariable"/> |
| 488 | + <xsd:attribute name="handlerTimeoutFlag" type="gitb:VariableName"/> |
477 | 489 | </xsd:extension> |
478 | 490 | </xsd:complexContent> |
479 | 491 | </xsd:complexType> |
|
0 commit comments