Open GniLudio opened 6 months ago
Thanks for having reported the issue.
I think it is a usecase we dont cover. Need some times to investigate the problem.
I think it is caused by extending multiple times.
(the bug doesn't occur when inlining everything in Timestamp
)
Ok thanks for your feedback.
I have the following xsd with these types:
Timestamp
,EpisodeID
,EpisodeTime
,EpisodeType
. ButInsert only required elements
addsepisodeType
altough that element is optional.XSD (
test.xsd
)XML (
test.xml
)Before inserting required elements:
After inserting required elements: