xml-parser-ts
Doesn't manage Complex Types with Simple Content
#665
Labels
area:test-scenario
Related to Test Scenario (scesim)
area:tools
Issues affecting Apache KIE tooling projects
type:enhancement
Something that already exists needs to be improved
xml-parser-ts
it's not able to manage Complex Types with Simple Content, please consider the following example:XML
<rawValue class="string">Above speed limit: 10km/h and 30 km/h</rawValue>
XSD
Current generated type:
Fields are missing
At Runtime:
Only the attribute is correctly parsed
The text was updated successfully, but these errors were encountered: