<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Lightweight Approach For Enterprise Architecture Modeling and Documentation</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Sabine</forename><surname>Buckl</surname></persName>
							<email>sabine.buckl@in.tum.de</email>
							<affiliation key="aff0">
								<orgName type="department">Institute for Informatics</orgName>
								<orgName type="institution">Technische Universität München</orgName>
								<address>
									<addrLine>Boltzmannstr. 3</addrLine>
									<postCode>85748</postCode>
									<settlement>Garching</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Florian</forename><surname>Matthes</surname></persName>
							<email>matthes@in.tum.de</email>
							<affiliation key="aff0">
								<orgName type="department">Institute for Informatics</orgName>
								<orgName type="institution">Technische Universität München</orgName>
								<address>
									<addrLine>Boltzmannstr. 3</addrLine>
									<postCode>85748</postCode>
									<settlement>Garching</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Christian</forename><surname>Neubert</surname></persName>
							<email>neubert@in.tum.de</email>
							<affiliation key="aff0">
								<orgName type="department">Institute for Informatics</orgName>
								<orgName type="institution">Technische Universität München</orgName>
								<address>
									<addrLine>Boltzmannstr. 3</addrLine>
									<postCode>85748</postCode>
									<settlement>Garching</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Christian</forename><forename type="middle">M</forename><surname>Schweda</surname></persName>
							<email>schweda@in.tum.de</email>
							<affiliation key="aff0">
								<orgName type="department">Institute for Informatics</orgName>
								<orgName type="institution">Technische Universität München</orgName>
								<address>
									<addrLine>Boltzmannstr. 3</addrLine>
									<postCode>85748</postCode>
									<settlement>Garching</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Lightweight Approach For Enterprise Architecture Modeling and Documentation</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">6EAEA51FF02C6F005218672ACE21885E</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T21:53+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Enterprise architecture (EA) management is a challenging task, modern enterprises have to face. This task is often addressed via organization-specific methodologies, which are implemented or derived from a respective EA management tool, or are at least partially aligned. Nevertheless, especially when starting an EA management endeavor, the documentation of the EA is often not likely to satisfy the level of formalization, which is needed to employ an EA management tool. This paper address the issue of starting EA management, more precise EA documentation and analysis, by utilizing a wiki-based approach.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Today's enterprise wiki-systems provide numerous of services such as collaborative authoring, tagging, bookmarking, awareness, commenting, rating, linking, search, social networking, versioning, access control <ref type="bibr" target="#b0">[1]</ref>. Furthermore, recent efforts aim to allow annotating semantic data within the wiki pages' content in enterprise wiki-Systems. How these functions can be applied for collaborative enterprise architecture (EA) modeling and documentation is explained by means of the following scenario. We illustrate how to model and describe the concepts shown in Figure <ref type="figure" target="#fig_0">1</ref> and corresponding instances in a wiki-based manner. In order to model concepts and attributes (top-down) we use an open templating mechanism <ref type="bibr" target="#b1">[2]</ref>. Thereby two wiki-pages describing the concepts business application (BA) (cf. Figure <ref type="figure" target="#fig_0">1</ref>) and organizational unit (OU) with their name attributes are defined. To mark the wiki-page as template reserved tags are utilized, e.g. typedef. Since the templates are wiki pages, the concept BA and its attributes can be described textual in the wiki pages' content. By using semantic annotations <ref type="bibr" target="#b2">[3]</ref> a "name" attribute can be defined by marking the literal "name" within the text. All attribute-definitions could be shown in a tabular view for purpose of exposing semi-structured parts of the wiki-page. In some cases it can be beneficial to define mandatory attributes for a template, e.g. all BAs must provide a name attribute. This could be achieved by specifying rules on template level. In contrast to templates, concepts can also evolve dynamically on "instantiation" level (bottom-up). Thereby, a wiki-page is created to describe a concrete instance of a BA (cf. Figure <ref type="figure" target="#fig_0">1</ref>). To mark the page to be a BA the page can either be tagged "business application" on page level or the literal "business application" can be marked with semantic annotation within the text, e.g. "isa". In the latter case a new template (providing all currently in the text defined attributes) could be created if no BA template exists so far. If a template is already defined, the assigned attributes (having no values) could be shown in a tabular view. Furthermore, additional attributes, which are frequently used in other BA wiki-pages could be recommended by showing them in a tabular view.</p><p>Tags: prototype template typedef BusinessApplication A software system, which is part of an information system within an organization. An business application references its hosting OrganizationalUnit and provides a name. Association between concepts can be expressed via hyperlinks to other wikipage instances representing an OU, i.e. which are tagged "organizational unit". The latter wiki-page could list all pages (as links) it is referenced by, by means of backlinks, i.e. links to all BAs the OU is using. This could either be achieved in a generic manner or by embedding custom queries in the page content. In both cases it might by useful to customize which attributes of the referencing concept to be shown. In contrast to define links on concrete (BA) instances (bottom-up), hyperlinks could also be used on template level to express directional relations between concepts (top-down). E.g., the literal "OrganizationalUnit" shown in Figure <ref type="figure" target="#fig_0">1</ref>(left) could be a hyperlink to the OU-template. To express that exactly one OU is referenced by a link on instance level rules could be applied (cf. mandatory attributes). Summary: Both ways of lightweight EA modeling can be applied, top down by using predefined wiki-templates as well as bottom up by evolving the model indirectly on the instance level. Wiki-pages can be utilized for documentation of EA concepts and their instances collaboratively. Besides that, other services of today's wiki-systems can be utilized, e.g lists and change feeds to get notified when the model or the documentation changes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Referenced</head></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. UML diagram of the concepts business application and organizational unit</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Template for the concept BusinessApplication (left) and BusinessApplication instance "SAP Business" (right)</figDesc><table><row><cell></cell><cell></cell><cell></cell><cell cols="2">Start (sebis)</cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="3">Tags: businessapplication</cell><cell>"instance" of BusinesssApplication template</cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">SAP Business Suite</cell><cell></cell><cell>marked up text, representing the value of the name attribute</cell></row><row><cell></cell><cell></cell><cell></cell><cell>Attributes:</cell><cell></cell><cell></cell><cell>tabular view of all attribute-value pairs</cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">Attribute Value</cell><cell></cell><cell>assigend to the page</cell></row><row><cell>Start (sebis)</cell><cell></cell><cell></cell><cell>Name</cell><cell cols="2">SAP Business Suite</cell><cell>customized embedded query showing the additional attribute "Abbreviation" for</cell></row><row><cell></cell><cell cols="2">Template definition for the</cell><cell></cell><cell></cell><cell></cell><cell>organizational units</cell></row><row><cell></cell><cell cols="2">concept BusinessApplication</cell><cell cols="2">OrganizationalUnits:</cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">Ressource</cell><cell></cell><cell>Name</cell><cell>Abbreviation</cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="4">http://wwwmatthes.in.tum.de/wikis/sebis/marketing</cell><cell>Marketing</cell><cell>MKG</cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="4">http://wwwmatthes.in.tum.de/wikis/sebis/human-resources Human Resources HR</cell></row><row><cell>by: OrganizationalUnit</cell><cell>Referenced template Referencing template</cell><cell>Attribute declaration in the text (semantic markup)</cell><cell cols="2">Human Resources Referenced by:</cell><cell cols="2">Marketing</cell><cell>generic view of all referencing instances</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A concept and service based analysis of commercial and open source enterprise 2.0 tools</title>
		<author>
			<persName><forename type="first">T</forename><surname>Büchner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Matthes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Neubert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">KMIS</title>
				<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="37" to="45" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A wiki-based approach to enterprise architecture documentation and analysis</title>
		<author>
			<persName><forename type="first">S</forename><surname>Buckl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Matthes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Neubert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Schweda</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The 17 th European Conference on Information Systems (ECIS) -Information Systems in a Globalizing World: Challenges, Ethics and Practices</title>
				<meeting><address><addrLine>Verona, Italy; Verona, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009-06-10">8. -10. June 2009. 2009</date>
			<biblScope unit="page" from="2192" to="2204" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<ptr target="http://dublincore.org/" />
		<title level="m">The Dublin Core Metadata Initiative</title>
				<imprint>
			<date type="published" when="2010-03-18">2010-03-18. 2010</date>
		</imprint>
	</monogr>
	<note>The dublin core metadata initiative</note>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
