JeffFerguson / gepsio

Gepsio is a document object model for XBRL documents based on .NET 6.
http://gepsio.wordpress.com
MIT License
68 stars 25 forks source link

No Support for xsd:import in Schema Handling #50

Open JeffFerguson opened 6 months ago

JeffFerguson commented 6 months ago

Discussed in https://github.com/JeffFerguson/gepsio/discussions/49

Originally posted by **cjundt** April 15, 2024 Hi, I'm working on new ESRS taxonomy (https://xbrl.efrag.org/taxonomy/draft-esrs/2023-07-31/esrs_all.xsd), which is using xsd:import feature. This is not implemented in Gepsio and thus most of the label linkbases are missing. I'm not shure how to implement this because XmlSchema is already partly handling it, have you any idea ?
cjundt commented 5 months ago

Fixed by PR #55