/** * Encapsulates the tags contained within the xmlns-header tags of a BPMN file. */ export type Xmlns = { bpmn: string; bpmndi: string; di: string; dc: string; omgdc: string; omgdi: string; signavio: string; camunda: string; xsi: string; };