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 support for XML Schema xs:list type #395

Merged
merged 6 commits into from Jun 20, 2022
Merged

Commits on Jun 20, 2022

  1. Copy the full SHA
    313944a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    03162d2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    df65de4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3155bd6 View commit details
    Browse the repository at this point in the history
  5. xs:list + seq: Add tests for nested xs:list into element sequence

    failures (8):
        seq::fixed_name::fixed_size::xs_list::many
        seq::fixed_name::fixed_size::xs_list::one
        seq::fixed_name::variable_size::xs_list::many
        seq::fixed_name::variable_size::xs_list::one
        seq::variable_name::fixed_size::xs_list::many
        seq::variable_name::fixed_size::xs_list::one
        seq::variable_name::variable_size::xs_list::many
        seq::variable_name::variable_size::xs_list::one
    Mingun committed Jun 20, 2022
    Copy the full SHA
    c6683a6 View commit details
    Browse the repository at this point in the history
  6. seq: Process nested sequences

    Mingun committed Jun 20, 2022
    Copy the full SHA
    08171e3 View commit details
    Browse the repository at this point in the history