Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: JiBX 1.2.2
-
Fix Version/s: None
-
Component/s: core
-
Labels:None
-
Number of attachments :
Description
"flexible" support has the limitation, that all child elements must have a name declared. But a inherited structure may not have a name. So it would be fine if inherited structures can be excluded from this limitation.
Our current workaround is to duplicate/copy all childs from superclass so no "extend" is needed and to use "set-method" for all inherited fields.