Skip to content

Commit

Permalink
Merge pull request #50 from ORogel/Next
Browse files Browse the repository at this point in the history
 defining the FlowControlType as recursive element (issue #43)
  • Loading branch information
bwerquin authored Sep 22, 2020
2 parents 50ccb43 + 3f601b2 commit 9fe69f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/xsd/Questionnaire.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
<xs:element name="IfTrue" type="xs:token"/>
<xs:choice minOccurs="0">
<xs:element name="IfFalse" type="xs:token"/>
<xs:element name="Next" type="xs:token"/>
<xs:element name="Next" type="FlowControlType"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="id" type="xs:ID" use="required"/>
Expand Down

0 comments on commit 9fe69f7

Please sign in to comment.