Dave, I don't know whether to post this issue here, or to the BitBucket issue section. I posted it here, since the issue section is currently empty.
I've been using generateDS to create bindings for some XML schema, and have found appears to be a bug with the code created by generateDS. When given the following definitions: ``` <xsd:element name="sampleElement" type="typeSampleElement"/> <xsd:complexType name="typeSampleElement"> ... </xsd:complexType> ``` The generated class name *and* the exported element name will be "typeSampleElement", rather than "sampleElement". This only seems to occur when the `xsd:complexType` is not nested with the `xsd:element` type. Sincerely, Clay Sweetser _______________________________________________ generateds-users mailing list generateds-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/generateds-users