Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core/support')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
index 3bc78f34548..2809c5b2039 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
+++ b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
@@ -475,11 +475,27 @@ artifactType "Requirement" extends "Artifact" {
guid "ABM_vxEEowY+8i2_q9gA"
attribute "Development Assurance Level"
attribute "Qualification Method"
+ attribute "Test Frequency"
attribute "Subsystem"
attribute "Technical Performance Parameter"
attribute "PublishInline"
}
+attributeType "Test Frequency" extends EnumeratedAttribute {
+ guid "AS7E+gDvsymdt28Aw3gA"
+ dataProvider DefaultAttributeDataProvider
+ min 0
+ max 1
+ taggerId DefaultAttributeTaggerProvider
+ enumType "enum.req.test.frequency"
+}
+
+oseeEnumType "enum.req.test.frequency" {
+ guid "AS7K6KiFKy3Fb5j3xlwA"
+ entry "Zero" entryGuid "AS7P7QAx8CQb1qp8BqwA"
+ entry "One" entryGuid "AS7RJUFz2EPIYq+sQvwA"
+}
+
abstract artifactType "Direct Software Requirement" extends "Abstract Software Requirement" {
guid "BtMwyalHkHkrRo7D0aAA"
}

Back to the top