My xsd file contains:
<xs:sequence> ...
I'm using XMLBeans to generate java objects from a XSD schema. The Schema is in the following structure :
<schema targetNamespace="" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <element name="Father"> ...