システムの説明では、各 IT システムのすべての関連文書が一覧されます。 これらの文書は、[情報媒体] タイプ ([文書] シンボル) のオブジェクトによって、対応する割当図で IT システムにそれぞれ割り当てられます。 この情報媒体には、[リンク 1] および [タイトル 1] システム属性を設定する必要があります。
システムの説明に文書を表示するためには、定義した属性に対応する値を設定する必要があります。 管理者は、属性と値を設定ファイル ARIS Publisher Server インストール ディレクトリ\tomcat\webapps\businesspublisher\config\extensions\ext02\mappings.xml に定義します。
[IT システム] 領域には、「Mappings for documents」セクションが含まれます。 各文書タイプでは、[識別子] 属性には値 (「AT_ID」) がデフォルトで定義されています。 デフォルト設定の次の例では、値「requirementsSpecification」と「technicalSpecification」が [要求仕様] と [技術仕様] に定義されています。
<!-- ############################# IT System ############################# -->
...
<!--
=============================================================================
Mappings for documents.
=============================================================================
-->
<!-- Requirements Specification -->
<mapping name="requirementsSpecification" type="objectSet" target="document" relationType="composite">
<apply-template name="document">
<attribute typeNum="AT_ID" value="requirementsSpecification" function="filter,control"/>
</apply-template>
</mapping>
<!-- Technical Specification -->
<mapping name="technicalSpecification" type="objectSet" target="document" relationType="composite">
<apply-template name="document">
<attribute typeNum="AT_ID" value="technicalSpecification" function="filter,control"/>
</apply-template>
</mapping>
...