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

Add sequence option #197

Closed
HassanAkbar opened this issue Dec 3, 2024 · 1 comment · Fixed by #221
Closed

Add sequence option #197

HassanAkbar opened this issue Dec 3, 2024 · 1 comment · Fixed by #221
Assignees
Labels
enhancement New feature or request

Comments

@HassanAkbar
Copy link
Member

Require for #37

xsd:sequence:

<sequence
  id = ID 
  maxOccurs = (nonNegativeInteger | unbounded) : 1 
  minOccurs = nonNegativeInteger : 1 
  {any attributes with non-schema Namespace}...>
Content: (annotation?, (element | group | choice | sequence | any)*)
</sequence>

https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/ms256089(v=vs.100)

@HassanAkbar HassanAkbar added the enhancement New feature or request label Dec 3, 2024
@HassanAkbar HassanAkbar self-assigned this Dec 3, 2024
@ronaldtse
Copy link
Contributor

Closed in #221.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants