-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a new SupportRelationship that uses a derived Relationship to indicate support, since this allows associating the support with a specific entity. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
SPDX-License-Identifier: Community-Spec-1.0 | ||
|
||
# SupportRelationship | ||
|
||
## Summary | ||
|
||
Describes how an Agent Provides Support for an Element | ||
|
||
## Description | ||
|
||
Specifies how an Agent supports a given Element. The Relationship Type must be | ||
`providesSupportFor`. The `from` of the relationship is the `Agent` providing | ||
support, and the `to` are the `Artifact` for which support is being provided. | ||
|
||
`startTime` and `endTime` are mandatory when using this class. | ||
|
||
## Metadata | ||
|
||
- name: SupportRelationship | ||
- SubclassOf: Relationship | ||
- Instantiability: Concrete | ||
|
||
## Properties | ||
|
||
- supportLevel | ||
- type: SupportType | ||
- minCount: 1 | ||
- maxCount: 1 | ||
|
||
## External properties restrictions | ||
|
||
- /Core/Relationship/startTime | ||
- minCount: 1 | ||
- maxCount: 1 | ||
- /Core/Relationship/endTime | ||
- minCount: 1 | ||
- maxCount: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters