Skip to content

Commit

Permalink
feat(timeline): Adding timeline auto configure and collapsed settings…
Browse files Browse the repository at this point in the history
… to states

THIN-13622
  • Loading branch information
smithtb committed Sep 25, 2019
1 parent 9f89f1b commit 35f6d08
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/main/xsd/state/1.0.0/state.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,24 @@
</xs:annotation>
</xs:element>

<xs:element name="autoConfigure" type="xs:boolean"
minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="en" xml:space="preserve">
A flag used to indicate if the timeline should auto configure duration, window, and skip.
</xs:documentation>
</xs:annotation>
</xs:element>

<xs:element name="timelineCollapsed" type="xs:boolean"
minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="en" xml:space="preserve">
A flag used to indicate if the timeline should be collapsed.
</xs:documentation>
</xs:annotation>
</xs:element>

<xs:element name="advance" type="xs:token" minOccurs="1"
maxOccurs="1">
<xs:annotation>
Expand Down Expand Up @@ -1732,7 +1750,7 @@
maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="en" xml:space="preserve">

A flag used to indicate if the timeline fade is set.
</xs:documentation>
</xs:annotation>
</xs:element>
Expand Down

0 comments on commit 35f6d08

Please sign in to comment.