Sign in to follow this  
FlorianHarvest

Xsd Questions

Recommended Posts

Hi !

 

I tried to generate Java classes from FC XT xsd files with Jaxb maven plugin and I've got some problems :

 

- all xsd files are independant so it's impossible to generate the xsd in same package :

the "chart" tag from each FC chart have a lot of common attributes, why does it not exist a common tag for those ?

 

- for some charts, the "XAxisNameWidth" seems to be duplicated (only the first character's case is different) => impossible to generate the java class unless I delete one of both,

 

- for some charts, in Java, I've got two Chart.Dataset object in same class => not abled to generate the *.jar file.

 

Best regards

 

Florian.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this