BPMN XML - Validation rules 404 link

Dear Team

Onthe demo site I can create a flow that is exportable to a .BPMN/XML file. In order to check this XML validation the library links to:

<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="<w3c link>2001/XMLSchema-instance" xmlns:bpmn="<omg link>spec/BPMN/20100524/MODEL" xmlns:bpmndi="<omg link>/spec/BPMN/20100524/DI" xmlns:dc="<omg link>spec/DD/20100524/DC" xmlns:di="<omg link>/spec/DD/20100524/DI" id="Definitions_13r4fun" targetNamespace="<BPMN link>schema/bpmn" exporter="bpmn-js (<BPMN link>)" exporterVersion="8.8.0">

The URLS to Omg.org are giving a page 404.

Question: Is it possible to support me the correct Omg URLs so the XML can be validated?

In this post they are after the <omg link> tag

Kind regards

Hi,

you can find all the BPMN 2.0 specs here: About the Business Process Model And Notation Specification Version 2.0

@theD These links are not supposed to target any page. They could, but they do not strictly have to.

If you are not aware with XML namespaces being declared here: These urls are simply namespace identifier URIs.

Read some more about it here.

In order to validate your BPMN diagrams against the schema you’d need to provide the schemata to validate (cf. BPMN XML - Validation rules 404 link - #2 by Martin) along with your diagram to a XSD schema validator.

If you wanted to embed these links directly into the document you could do that, too, via a xsi:schemaLocation entry.