<?xml version="1.0" encoding="iso-8859-1"?>
<Doku>
	<ModellElement Name="Package" Stereotype="package" UUID="p1">
	</ModellElement>
	<ModellElement Name="UseCase" Stereotype="useCase" UUID="u1" ParentUUID="p1">
		<Specification>
			This is the Specification of UseCase1
		</Specification>
		<Merkmal Name="Abhängigkeit">
			<Referenz AnzeigeName="Functional Requirement 1" Stereotyp="requirement" UUID="r1" />
		</Merkmal>
	</ModellElement>
	<ModellElement Name="UseCase 2" Stereotype="useCase" UUID="u2" ParentUUID="p1">
		<Specification>
			This is the Specification of UseCase2
		</Specification>
		<Merkmal Name="Abhängigkeit">
			<Referenz AnzeigeName="Functional Requirement 2" Stereotyp="requirement" UUID="r2" />
		</Merkmal>
	</ModellElement>
	<ModellElement Name="Functional Requirement 1" Stereotype="requirement" UUID="r1" ParentUUID="p1">
		<Specification>
			This is the Specification of Functional Requirement 1
		</Specification>
	</ModellElement>
</Doku>
