The System description lists all relevant documents for each IT system. These documents are each assigned to the IT system in the corresponding allocation diagram by an object of the Information carrier type (Document symbol). For this information carrier, the system attributes Link 1 and Title 1 must be specified.
For a document to be displayed in the System description, a defined attribute must be specified with the corresponding value. Administrators define attribute and value in the configuration file ARIS Publisher Server installation directory\tomcat\webapps\businesspublisher\config\extensions\ext02\mappings.xml.
The IT System area includes the section Mappings for documents. For each document type a value is defined by default for the attribute Identifier (AT_ID). In the following example from the default configuration, the values requirementsSpecification and technicalSpecification are defined for Requirements specification and Technical specification.
<!-- ############################# 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>
...