Create jaxb classes from xsd / .bpmn

Hello, i need to create a java classes from .bpmn definition.

.bpmn files are a xml with different extension, i need know if this xml has a xsd definition file to generate de class with jaxb.

Thanks in advance.

1 Like

Maybe this is what you’re looking for.

We have solved the same issue, if you have any specific question, please feel free to post your question here. We used XSDs from OMG page for BPMN standards.