camunda-bpm-model project uses namespaces for diagram element attributes

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.2.0, 7.2.0-alpha3
    • Affects Version/s: 7.1.0, 7.2.0-alpha1
    • Component/s: bpmn model api
    • None

      BPMNDI.xsd specifies attributeFormDefault="unqualified".
      Yet many classes in camunda-bpm-model project use namespace for attributes.

      All classes under package: org.camunda.bpm.model.bpmn.impl.instance.bpmndi

      Here is an example from class:
      org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl :

      bpmnElementAttribute = typeBuilder.stringAttribute(BPMNDI_ATTRIBUTE_BPMN_ELEMENT)
      .namespace(BPMNDI_NS)
      .qNameAttributeReference(BaseElement.class)
      .build();
      sourceElementAttribute = typeBuilder.stringAttribute(BPMNDI_ATTRIBUTE_SOURCE_ELEMENT)
      .namespace(BPMNDI_NS)
      .qNameAttributeReference(DiagramElement.class)
      .build();

            Assignee:
            Unassigned
            Reporter:
            Ganesh Ingle
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 2 weeks
                2w
                Remaining:
                Remaining Estimate - 2 weeks
                2w
                Logged:
                Time Spent - Not Specified
                Not Specified