Currently, the import_ocel_xml function always returns OCEL.
Ideally, it should return a Result type (like the XES parser), and at least check if the parsed OCEL is somewhat valid (e.g., contains at least one object/event types or something; Also check with https://www.ocel-standard.org/ to see what actually is required in OCEL files).