kode
kode copied to clipboard
[kxml_compiler]Fix segfault when parsing an XSD containing a sequence type rootitem
The kxml_compiler segfaulted when generated code from an XSD where the root element was a complexType which was a sequence of elements. This was becasuse the subelements was not added by the schema/parser class during the parse.