redhat-developer / redhat-developer/vscode-xml

Support for XSD in version 1.1

Open
#222 30 comments 25 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
328
Forks
101
Avg merge
1d 17h
Merged PRs (30d)
7

Description

Dear developers,

first of all thank you for this excellent VSCode extension.

I need some advanced XSD features that are only available in version 1.1. My question is, if LSP4XML supports this feature.

The XSD indicates the usage of XSD 1.1 like this:

<?xmlt version="1.0" encoding="UTF-8" standalone="no" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"  vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
<!-- -->
</xs:schema>

I am using a "xs:group" as a child of "xs:all" which is allowed in 1.1 but I am getting an error.

Thanks in advance and best regards,
Jupp

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests. Start by investigating the extension's XSD validation behavior for the vc:minVersion="1.1" declaration; done means the shown xs:group under xs:all is accepted without an error.

Written by the indexing model from the issue text.

Assessment

Tech stack
xml
Domain
devtools
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.