Transfer modes
See the config-artifact guide for how to add, register, and deploy transfer modes. This page covers how to name and organise them.
PLMXML transfer mode files live flat in configuration/transfer_modes and are
always .xml. Their names are lower_snake_case: start with a lowercase letter
and separate words with single underscores. tcli lint enforces this.
ebom_export.xmlStore every transfer mode in a single file. Do not export them all into a single one. This makes maintenance easier, as exporting every rule every time procudes hard to manage git diffs