How to identify an xml file as BPMN2.0 xml file?

22 views
Skip to first unread message

Manfred K

unread,
Oct 1, 2013, 8:40:52 AM10/1/13
to BPMN...@googlegroups.com, kiss_m...@web.de
Hi there,

Some BPMN modeler are able to export diagrams as an bpmn2.0 xml file.
(Means an xml file which fully correspondents with the BPMN2.0 spezification).

Some (unnamed) BPMN modeler say they can export their BPMN2.0 diagrams into an xml file as BPMN2.0.xml.

But this unfortunately is not really the case.
Well it is XML. But is the exported file compatible with the BPMN2.0 spezification?

There is an online BPMN-Validator
http://www.webratio.com/bpmnValidation/home.do

But this is not a testimony whether it is an BPMN2.0 xml file or not.
Even if 'only' the schema is invalid or not given.

Is there a way for an easy check whether a given xml file is compatible with the BPMN 2.0 spezification.

Are there some links or other helpfully information ?

Thank you for an answer.

Kind regards

Manfred

Sorry, if this posting occurs twice

David Sanders

unread,
Oct 1, 2013, 12:48:05 PM10/1/13
to BPMN...@googlegroups.com
There's a difference between being "compatible" and "fully compliant".  I presume you're asking whether the XML is compatible?

Open the XML and have a look at the some of the tags.  If the root tag is a <Definitions/> element then that means it's using the BPMN2.0 XML format.


--
--
You received this message because you are subscribed to the Google
Groups "BPMN Forum" group.
Public website: http://www.bpmnforum.com
To post to this group, send email to BPMN...@googlegroups.com
To unsubscribe from this group, send email to
BPMNforum+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/BPMNforum?hl=en_US?hl=en
 
---
You received this message because you are subscribed to the Google Groups "BPMN Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to BPMNforum+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Manfred K

unread,
Oct 2, 2013, 2:37:00 AM10/2/13
to BPMN...@googlegroups.com
Hi David

thank you for your answer.

I meant the compatibility of an possible bpmn-document with the bpmn 2.0 specification.
So that there is no data in the given xml file which does not correspond to the BPMN2.0 specification.

Well, I am starting to understand. :-)

I have examined a BPMN 2.0 xml and I found

<model:definitions
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
xmlns:di="http://www.omg.org/spec/BPMN/20100524/DI"
xmlns:di_1="http://www.omg.org/spec/DD/20100524/DI"
xmlns:model="http://www.omg.org/spec/BPMN/20100524/MODEL"...

which can all be found at http://www.omg.org/spec/BPMN/2.0/
the OMG site which contains the BPMN2.0 specification.

So I hope, I can assume that this xml-file is an BPMN 2.0 file.

Kind regards

Manfred
Reply all
Reply to author
Forward
0 new messages