Community
Participate
Working Groups
When a schema has elementformqualified false and an element has the same uri of the targetnamespace MOXy generates the following: <xsd:element maxOccurs="unbounded" minOccurs="0" ref="x:test"/> <xsd:element name="test" type="x:employee-type"/> But could instead generate: <xsd:element form="qualified" maxOccurs="unbounded" minOccurs="0" name="test" type="x:employee-type"/>
Created attachment 202630 [details] Proposed changes and test
Fixed as per patch. Added a "form" attribute to the SimpleComponent class in our schema model
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink