I am currently trying to generate the FIXM 4.1 mappings to use within my Node app, using the following command:
java -jar node_modules/jsonix/lib/jsonix-schema-compiler-full.jar -d mappings -p FIXM Fixm.xsd I've included all the XSDs in my directory. I get the follwing error:
[ERROR] Property "Title" is already defined. Use <jaxb:property> to resolve this conflict.
line 232 of http://www.w3.org/1999/xlink.xsd
[ERROR] The following location is relevant to the above error
line 219 of http://www.w3.org/1999/xlink.xsd
[ERROR] Property "Title" is already defined. Use <jaxb:property> to resolve this conflict.
line 261 of http://www.w3.org/1999/xlink.xsd
[ERROR] The following location is relevant to the above error
line 246 of http://www.w3.org/1999/xlink.xsd
[ERROR] org.hisrc.jsonix.execution.JsonixInvoker - The model is null, there was probably a problem parsing schemas.
I am currently trying to generate the FIXM 4.1 mappings to use within my Node app, using the following command:
java -jar node_modules/jsonix/lib/jsonix-schema-compiler-full.jar -d mappings -p FIXM Fixm.xsdI've included all the XSDs in my directory. I get the follwing error: