the XML in the example page is wrong, it should be:
<pre>
<beans>
<bean>
<package>com.bean</package>
<import>java.util.Date</import>
<extends>SimpleBean</extends>
<name>MyBean</name>
<attribute>id</attribute>
<type>String</type>
<attribute>name</attribute>
<type>String</type>
<attribute>surname</attribute>
<type>String</type>
<attribute>date</attribute>
<type>Date</type>
</bean>
</beans>
</pre>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the XML in the example page is wrong, it should be:
<pre>
<beans>
<bean>
<package>com.bean</package>
<import>java.util.Date</import>
<extends>SimpleBean</extends>
<name>MyBean</name>
<attribute>id</attribute>
<type>String</type>
<attribute>name</attribute>
<type>String</type>
<attribute>surname</attribute>
<type>String</type>
<attribute>date</attribute>
<type>Date</type>
</bean>
</beans>
</pre>
Thank you very much for information but i think that example in home page is correct.
However can you post more information about your xml schema?