File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 383
383
</xs : sequence >
384
384
</xs : group >
385
385
386
+ <xs : simpleType name =" networkRetryAction" >
387
+ <xs : restriction base =" xs:string" >
388
+ <xs : enumeration value =" replace" />
389
+ </xs : restriction >
390
+ </xs : simpleType >
391
+
386
392
<xs : attributeGroup name =" behaviorAttributes" >
387
393
<xs : attribute name =" action" type =" hv:action" />
388
394
<xs : attribute name =" target" type =" hv:IDREF" />
408
414
<xs : attribute name =" debounce" type =" xs:nonNegativeInteger" />
409
415
<xs : attributeGroup ref =" alert:alertAttributes" />
410
416
<xs : attributeGroup ref =" scroll:scrollAttributes" />
417
+ <xs : attribute name =" network-retry-action" type =" hv:networkRetryAction" />
418
+ <xs : attribute name =" network-retry-event" type =" hv:eventName" />
411
419
</xs : attributeGroup >
412
420
413
421
<xs : attributeGroup name =" scrollAttributes" >
You can’t perform that action at this time.
0 commit comments