接続線のみのテーブルは、テーブル内にプロパティ ID が定義されていない事実によって認識できます。
table 要素
XML プロパティ
name と aristype のみが有効な属性です。
table 要素の assign 下位要素
このテーブルからインポートされるすべての接続線のアサインメントを作成します。これは、ターゲットの参照がモデルの場合のみ実行できます。
XML プロパティ
attr 下位要素
プロパティを ARIS 接続線の属性にマッピングします。これは、アサインメントのみを含むインポートには適用できません。構文は一般な説明と同じです (「attr 下位要素」を参照)。
cxn 下位要素
接続線のソースとターゲットを含むプロパティを定義します。
例
<table name="BPINFORMATIONFLOW" aristype="CT_LEADS_TO_1,CT_ACTIV_1,CT_IS_PREDEC_OF_1,CT_LNK_2"
<attr aris="AT_CXN_ROLE" alfabet="name" />
<attr aris="AT_DESC" alfabet="description" />
<attr aris="AT_REM" alfabet="shortname" />
<cxn property="from" role="source" forceexist ="true" > <!-- src must exist / is imported if needed–>
<cxn property="to" role="target" forceexist ="true" > <!-- src must exist / is imported if needed–>
<cxn property="data" /> <!-- not mapped -->
<cxn property="documents" /> <!-- not mapped -->
</table>