bpmn-io / moddle

Meta-model based data structures for those who need it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correctly handle element aliasing

nikku opened this issue · comments

The aliasing of an element in XML should be configurable via a package property.

Some packages (i.e. BPMN) apply a toLowerCase transformation on class names to retrieve the xml name.
Others (DI, BPMNDI, DC) keep the original name of classes in the xml file.