Version 1.0

Version 1.0 is the latest version of JMEF. It was realesed on June 2nd, 2025.

Documentation

Visit the Version 1.0 - Documentation page to see all allowed tags and attributes

Examples

Below you can find a few examples demonstrating JMEF usage:

  • Full JMEF example using all of the allowed tags and attributes: jmef.xml

  • Minimal valid JMEF example using only required tags and attributes: jmef_minimal.xml

Schema

Journal Metadata Exchange Format schema for version 1.0 is available here: jmef.xsd

To use it just include it in your XML document:

<journal xmlns="https://journalmetadata.org/version-1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xsi:schemaLocation="https://journalmetadata.org/version-1.0 https://journalmetadata.org/version-1.0/jmef.xsd">
    ...
</journal>