I'v seen your link and I found a diference with the example xsd and my xsd.
The root element for ticketDatais is like this: <*xs:complexType name="terminalData"*><xs:sequence>...... And in you example the root element is like this: <*xsd:element name="DoubleIt"*><xsd:complexType><xsd:sequence>..... Your element is under element tag and my root element is under complexType, is any way by annotations to put my element under element tag? Regards. Alejandro -- View this message in context: http://cxf.547215.n5.nabble.com/SchemaValidation-tp5711721p5712202.html Sent from the cxf-user mailing list archive at Nabble.com.
