bptlab / chor-js-demo

A demo showcasing the chor-js BPMN 2.0 choreography diagram modeler.
23 stars 10 forks source link

Fix missing targetNamespace in XML #51

Closed yT0n1 closed 3 years ago

yT0n1 commented 3 years ago

Fix #50, missing targetNamespace attribute. Also removes a bunch of incorrect bpmn files that were from eclipse and incorrect on validation.

yT0n1 commented 3 years ago

For some reason the xml schemas which are defined in the header cannot actually be accessed under these urls. However, bpmn-js uses the same urls and the standard also uses them (not 100% sure on the standard). So to validate you have to download some other files and provide these to your validator.

jan-ladleif commented 3 years ago

Yes, they are often not "actual" schemas. However, I changed it to use the same schema as bpmn-js, just to be sure.