File tree Expand file tree Collapse file tree
src/extensions/score_metamodel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -794,6 +794,22 @@ needs_types:
794794 - safety_analysis
795795 parts : 3
796796
797+ # DFA Failure Initiator (guidance catalog type)
798+ dfa_failure_initiator :
799+ title : DFA Failure Initiator
800+ prefix : dfa_failure_initiator__
801+ mandatory_options :
802+ id : ^dfa_failure_initiator__[0-9a-z_]+$
803+ status : ^(valid|draft)$
804+ element : ^.*$
805+ failure_mode : ^.*$
806+ importance : ^(High|Medium|Low)$
807+ optional_options :
808+ parent_need : ^dfa_failure_initiator__[0-9a-z_]+$
809+ optional_links :
810+ parent_needs : ^dfa_failure_initiator__[0-9a-z_]+$
811+ parts : 2
812+
797813 # FMEA (Failure Mode and Effects Analysis)
798814 # req-Id: tool_req__docs_saf_types
799815 feat_saf_fmea :
@@ -847,6 +863,22 @@ needs_types:
847863 - safety_analysis
848864 parts : 3
849865
866+ # FMEA Fault Model (guidance catalog type)
867+ fmea_fault_model :
868+ title : FMEA Fault Model
869+ prefix : fmea_fault_model__
870+ mandatory_options :
871+ id : ^fmea_fault_model__[0-9a-z_]+$
872+ status : ^(valid|draft)$
873+ element : ^.*$
874+ failure_mode : ^.*$
875+ importance : ^(High|Medium|Low)$
876+ optional_options :
877+ parent_need : ^fmea_fault_model__[0-9a-z_]+$
878+ optional_links :
879+ parent_needs : ^fmea_fault_model__[0-9a-z_]+$
880+ parts : 2
881+
850882 testcase :
851883 title : Testcase Needs parsed from test.xml files
852884 optional_options :
You can’t perform that action at this time.
0 commit comments