Skip to content

Commit

Permalink
Addtion of FlowControl to the component (issue #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckCo committed Nov 16, 2017
1 parent f3c3f1c commit edb18b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/xsd/Questionnaire.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<xs:element name="Label" type="xs:token" maxOccurs="unbounded"/>
<xs:element name="Declaration" type="DeclarationType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Control" type="ControlType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FlowControl" type="FlowControlType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="GoTo" type="GoToType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="TargetMode" type="SurveyModeEnum" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
Expand Down

0 comments on commit edb18b0

Please sign in to comment.