Skip to content

Commit

Permalink
chore: update schema for network retry (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
palaparthi authored Mar 3, 2025
1 parent f841e04 commit 90f727c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schema/core.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,12 @@
</xs:sequence>
</xs:group>

<xs:simpleType name="networkRetryAction">
<xs:restriction base="xs:string">
<xs:enumeration value="replace" />
</xs:restriction>
</xs:simpleType>

<xs:attributeGroup name="behaviorAttributes">
<xs:attribute name="action" type="hv:action" />
<xs:attribute name="target" type="hv:IDREF" />
Expand All @@ -408,6 +414,8 @@
<xs:attribute name="debounce" type="xs:nonNegativeInteger" />
<xs:attributeGroup ref="alert:alertAttributes" />
<xs:attributeGroup ref="scroll:scrollAttributes" />
<xs:attribute name="network-retry-action" type="hv:networkRetryAction" />
<xs:attribute name="network-retry-event" type="hv:eventName" />
</xs:attributeGroup>

<xs:attributeGroup name="scrollAttributes">
Expand Down

0 comments on commit 90f727c

Please sign in to comment.