diff --git a/bpmn-icon.xsd b/bpmn-icon.xsd new file mode 100644 index 0000000..03614f7 --- /dev/null +++ b/bpmn-icon.xsd @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + This attribute points to the id of the iconDefinition. + + + + + + diff --git a/example.bpmn b/example.bpmn index 80504a0..588e294 100644 --- a/example.bpmn +++ b/example.bpmn @@ -3,7 +3,12 @@ xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:icon="http://www.omg.org/spec/BPMN/non-normative/Icon" - id="Definitions" targetNamespace="http://example.org"> + id="Definitions" targetNamespace="http://example.org" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation=" + http://www.omg.org/spec/BPMN/non-normative/Icon + ./bpmn-icon.xsd + ">