Export an ArchiMate model as an Open Exchange File
export_archimate_open_exchangeExport an ArchiMate model to an Open Exchange File (XML), enabling interchange with other ArchiMate tools. Specify elements and relations to write the standard format.
Instructions
ArchiMate モデルを Open Exchange File(XML)としてファイルに書き出す。Archi 以外のツールとも交換できる標準形式。入力は export_archimate_csv と同じ。 / Write an ArchiMate model to disk as an Open Exchange File (XML), the interchange format other ArchiMate tools read. Same inputs as export_archimate_csv.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | 出力言語 / Output language | both |
| elements | No | 書き出す要素 / Elements to export | |
| fileName | No | ファイル名(既定 model.xml) / File name | |
| modelName | No | モデル名 / Model name | |
| outputDir | No | 出力先。データディレクトリかカレント配下のみ / Output dir; under the data dir or cwd only | |
| overwrite | No | 既存ファイルを上書きする / Overwrite existing files | |
| relations | No | 要素間の関係。渡さないと線が 1 本も引かれない / Relationships; without them no line is drawn | |
| relationships | No | `relations` の別名 / Alias of `relations` | |
| fromEngagement | No | 現在の案件からも要素を生成する / Also generate elements from the current engagement |