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 pointers to additional schemas #30

Open
joseph1996sh opened this issue Sep 29, 2021 · 2 comments
Open

Add pointers to additional schemas #30

joseph1996sh opened this issue Sep 29, 2021 · 2 comments

Comments

@joseph1996sh
Copy link

Hi,

I'm trying to run the tool but it fails when trying to validate the ipxact xml file.
the component definition in my file contain several schema used, and it looks the tool doesn't recognize it.

Can anyone help me where and how can I add it?
This is the schema difinition in the file:
<ipxact:component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ipxact="http://www.accellera.org/XMLSchema/IPXACT/1685-2014" xmlns:kactus2="http://kactus2.cs.tut.fi" xmlns:ns2="http://kactus2.cs.tut.fi" xsi:schemaLocation="http://www.accellera.org/XMLSchema/IPXACT/1685-2014 http://www.accellera.org/XMLSchema/IPXACT/1685-2014/index.xsd">

@vermaete
Copy link
Collaborator

vermaete commented Oct 2, 2021

Hi,
This tools only support the older 1.5 version.
xmlns:spirit="http://www.spiritconsortium.org/XMLSchema/SPIRIT/1.5"

Patches are welcome.

@oddball
Copy link
Owner

oddball commented Oct 26, 2021

As @vermaete wrote, PRs are welcome!

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

No branches or pull requests

3 participants