You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Next element within the FlowControleType is defined as a xs:token: <xs:element name="Next" type="xs:token"/>
This element is used to model nested filters.
It means that we have to reference a FlowControl. It would be easier to type this element as a FlowControlType (and so defining the FlowControlType as recursive element):
<xs:element name="Next" type="FlowControlType"/>
The text was updated successfully, but these errors were encountered:
The
Next
element within the FlowControleType is defined as axs:token
:<xs:element name="Next" type="xs:token"/>
This element is used to model nested filters.
It means that we have to reference a FlowControl. It would be easier to type this element as a FlowControlType (and so defining the FlowControlType as recursive element):
<xs:element name="Next" type="FlowControlType"/>
The text was updated successfully, but these errors were encountered: