I try to use XSDATA to parse Business Process Model and Notation (BPMN) 2.0.2 diagrams.
https://www.omg.org/spec/BPMN/2.0.2/
The XS schema contains a waypoint Element that is not detected during parsing due to a namespace conflict caused by the parser class XmlMetaBuilder.
A working example with full error description and details (schema, generated dataclasses, parser code) can be found here:
https://github.com/THM-MA/XSDATA-waypoint
After debugging for several hours I truly believe that this is a parser bug.
Any help is highly appreciated!
Thank you so much for your support and this wonderful piece of software
Thomas