-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
separated SGTransaction into two models: SGGraphDefinition and a prof…
…ile of that SGTransaction which says there is exactly one link (and one to two nodes)
- Loading branch information
Showing
2 changed files
with
29 additions
and
19 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,26 @@ | ||
|
||
Profile: SGGraphDefinition | ||
Parent: GraphDefinition | ||
Description: "SMART Guidelines Transaction Definition" | ||
|
||
|
||
|
||
|
||
* status MS | ||
* name MS | ||
* title 1..1 | ||
* experimental 1..1 | ||
* description 1..1 | ||
* node 1.. | ||
* node.extension contains | ||
Sgactorext named actor 1.. MS | ||
|
||
* link 1.. | ||
* link.extension contains | ||
Sgcode named code 1..1 MS and | ||
Markdown named triggerEvents 1..1 MS and | ||
Markdown named messageSemantics 1..1 MS and | ||
Markdown named expectedActions 1..1 MS | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,26 +1,10 @@ | ||
|
||
Profile: SGTransactionDefinition | ||
Parent: GraphDefinition | ||
Parent: SGGraphDefinition | ||
Description: "SMART Guidelines Transaction Definition" | ||
|
||
|
||
|
||
|
||
* status MS | ||
* name MS | ||
* title 1..1 | ||
* experimental 1..1 | ||
* description 1..1 | ||
* node 1.. | ||
* node.extension contains | ||
Sgactorext named actor 1.. MS | ||
|
||
* link 1.. | ||
* link.extension contains | ||
Sgcode named code 1..1 MS and | ||
Markdown named triggerEvents 1..1 MS and | ||
Markdown named messageSemantics 1..1 MS and | ||
Markdown named expectedActions 1..1 MS | ||
* node 1..2 | ||
* link 1..1 | ||
|
||
|
||
|