File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
src/extensions/score_metamodel Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,34 @@ needs_types:
34
34
# #############################################################################
35
35
# Process Metamodel
36
36
# #############################################################################
37
+ # TSF
38
+ tsf :
39
+ title : " TSF"
40
+ prefix : " tsf__"
41
+ mandatory_options :
42
+ id : " ^tsf__[0-9a-zA-Z_-]*$"
43
+ status : " ^(draft|valid)$"
44
+ optional_links :
45
+ links : " ^.*$"
46
+
47
+ tenet :
48
+ title : " Tenet"
49
+ prefix : " tenet__"
50
+ mandatory_options :
51
+ id : " ^tenet__[0-9a-zA-Z_-]*$"
52
+ status : " ^(draft|valid)$"
53
+ optional_links :
54
+ links : " ^.*$"
55
+
56
+ assertion :
57
+ title : " Assertion"
58
+ prefix : " ^assertion__"
59
+ mandatory_options :
60
+ id : " assertion__[0-9a-zA-Z_-]*$"
61
+ status : " ^(draft|valid)$"
62
+ optional_links :
63
+ links : " ^.*$"
64
+
37
65
# Standards
38
66
std_req :
39
67
title : " Standard Requirement"
@@ -156,6 +184,7 @@ needs_types:
156
184
status : " ^(valid|draft|invalid)$"
157
185
optional_options :
158
186
safety : " ^(QM|ASIL_B|ASIL_D)$"
187
+ security : " ^(YES|NO)$"
159
188
realizes : " ^wp__.+$"
160
189
# The following 3 guidance requirements enforce the requirement structure and attributes:
161
190
# req-Id: gd_req__req__structure
You can’t perform that action at this time.
0 commit comments