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

Gepsio skips to load some xsd:import ? #19

Open
ValeriyTitov opened this issue Aug 1, 2018 · 1 comment
Open

Gepsio skips to load some xsd:import ? #19

ValeriyTitov opened this issue Aug 1, 2018 · 1 comment
Labels
investigation needed Investigation needed.

Comments

@ValeriyTitov
Copy link

My instance file has reference to local xsd schema (ep_nso_purcb_m_q_30d.xsd) with content like

<xsd:schema
<xsd:import namespace="Namespace1" schemaLocation="../tab/SR_0420416/SR_0420416.xsd"/>
<xsd:import namespace="Namespace2" schemaLocation="../../../../../bfo/dict/dictionary.xsd"/>
<xsd:import namespace="Namespace3" schemaLocation="../../../../../udr/dim/dim-int.xsd"/>
.... and so on
</xsd:schema >

SR_0420416.xsd have reference to SR_0420402-definition.xml with definition links

<link:definitionLink xlink:type="extended" xlink:role="role">
<link:loc xlink:type="locator" xlink:href="href" xlink:label="Label"/>
<link:definitionArc xlink:type="arc" xlink:arcrole="arcrole" xlink:from="from" xlink:to="to" xlink:title="title" order="1.0"/>

Dont know why, but Gepsio dont load this collection of definition links.
Even if i delete SR_0420416.xsd Gepsio do not throw any errors or exceptions.

Is this correct ?

@JeffFerguson
Copy link
Owner

Thank you for the report. I'm looking into something similar as part of XBRL conformance testing: Gepsio is failing one of the tests, and the test appears not to be reading one of the test's definition links. I'll look into both issues to see if this is the same root cause.

@JeffFerguson JeffFerguson added the investigation needed Investigation needed. label Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigation needed Investigation needed.
Projects
None yet
Development

No branches or pull requests

2 participants