Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the type of the Next element #43

Open
ThomasPO opened this issue May 25, 2020 · 0 comments
Open

Change the type of the Next element #43

ThomasPO opened this issue May 25, 2020 · 0 comments
Assignees

Comments

@ThomasPO
Copy link

ThomasPO commented May 25, 2020

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"/>

ORogel pushed a commit to ORogel/Pogues-Model that referenced this issue Jul 1, 2020
bwerquin added a commit that referenced this issue Sep 22, 2020
 defining the FlowControlType as recursive element (issue #43)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants