mariuszlipinski
Results
2
issues of
mariuszlipinski
The library is not working for presentation and calculation schemas embedded inline with main XSD file. Eg. for: https://www.sec.gov/Archives/edgar/data/789019/000095017024008814/0000950170-24-008814-index.html https://www.sec.gov/Archives/edgar/data/910606/000095017024016260/0000950170-24-016260-index.html it will not find/parse taxonomies.
I would like to suggest to add a namespace property to Concept class: Changes to Concept class: self.name: str = name self.namespace: str or None = None -- add this...