rogalmic / vscode-xml-complete

XML editing helper (using XSD schemaLocation)
MIT License
28 stars 16 forks source link

XSD version 1.1 #33

Open sekargovindarajan opened 3 years ago

sekargovindarajan commented 3 years ago

Does the current version support xsd version 1.1. For example, features like:

<xs:unique ref="previouslyDefined">
<xsd:assert test="minPrice le maxPrice"/> 

If not, do you have this in the plan? Thank you.