TestSEHTML / hints /composition.html
Alef1986's picture
Upload 1308 files
b0475e3 verified
Raw
History Blame Contribute Delete
546 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Composition Relationship</title>
</head>
<body>
<p>The <b>Composition relationship</b> represents that an element consists of one or more other concepts.</p>
<h2>Category:</h2>
<p>Structural.</p>
<h2>Examples:</h2>
<p>An Application Component may be composed of two or more sub-components.</p>
</body>
</html>