Zwave missing ZBA7140 as xml but present as md file

I have bought a " Logic Group MATRIX ZBA7140" switch and when adding it to openhab3 (and using latest snapshot of zwave) I found that it is not recognized by zwave.

The switch is present in the database and it states that it is part of openhab3:
OpenSmartHouse Z-Wave Device Database

When looking into the source I see that it is present under “docs in md file format”
org.openhab.binding.zwave/doc/logic at main · openhab/org.openhab.binding.zwave (github.com)

However it is not present as the XML file used by the zwave binding:
org.openhab.binding.zwave/src/main/resources/OH-INF/thing/logic at main · openhab/org.openhab.binding.zwave (github.com)

How can I add this device to the XML directory?

it appears to be in the community maintained database.It should have been in the database export from 1/27 so should be in the latest snapshot. That database item was last updated on 1/26.

For future reference, the Database guide is here.