Skip to content

Commit 90f727c

Browse files
authored
chore: update schema for network retry (#1106)
1 parent f841e04 commit 90f727c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: schema/core.xsd

+8
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,12 @@
383383
</xs:sequence>
384384
</xs:group>
385385

386+
<xs:simpleType name="networkRetryAction">
387+
<xs:restriction base="xs:string">
388+
<xs:enumeration value="replace" />
389+
</xs:restriction>
390+
</xs:simpleType>
391+
386392
<xs:attributeGroup name="behaviorAttributes">
387393
<xs:attribute name="action" type="hv:action" />
388394
<xs:attribute name="target" type="hv:IDREF" />
@@ -408,6 +414,8 @@
408414
<xs:attribute name="debounce" type="xs:nonNegativeInteger" />
409415
<xs:attributeGroup ref="alert:alertAttributes" />
410416
<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" />
411419
</xs:attributeGroup>
412420

413421
<xs:attributeGroup name="scrollAttributes">

0 commit comments

Comments
 (0)