Spaces:
Running
Running
| <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> |