[PATCH 04/12] eng: Use type refinement for validation method

Sebastian Huber sebastian.huber at embedded-brains.de
Fri May 5 08:46:01 UTC 2023


Update #3715.
---
 eng/req/items.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/eng/req/items.rst b/eng/req/items.rst
index 61ba54d..c5f95b5 100644
--- a/eng/req/items.rst
+++ b/eng/req/items.rst
@@ -2180,8 +2180,9 @@ All explicit attributes shall be specified. The explicit attributes for this
 type are:
 
 method
-    The attribute value shall be a :ref:`SpecTypeRequirementValidationMethod`.
-    Validation by test is done through :ref:`SpecTypeTestCaseItemType` items.
+    The attribute value shall be a :ref:`SpecTypeName`. It shall specify the
+    requirement validation method (except validation by test).  Validation by
+    test is done through :ref:`SpecTypeTestCaseItemType` items.
 
 references
     The attribute value shall be a list. Each list element shall be an
@@ -4601,6 +4602,8 @@ This type is used by the following types:
 
 * :ref:`SpecTypeRequirementItemType`
 
+* :ref:`SpecTypeRequirementValidationItemType`
+
 * :ref:`SpecTypeRootItemType`
 
 * :ref:`SpecTypeRuntimeMeasurementParameterSet`
-- 
2.35.3



More information about the devel mailing list