summaryrefslogtreecommitdiffstats
path: root/eng/req/items.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-04 13:28:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-04 15:51:36 +0200
commit98172bc9a40d1715ff2d03be3d9b5faba19880f6 (patch)
treed92462be7daece7387759aab6d8f264a1a4256cb /eng/req/items.rst
parenteng: Add conditional build dependencies (diff)
downloadrtems-docs-98172bc9a40d1715ff2d03be3d9b5faba19880f6.tar.bz2
eng: Use type refinement for validation method
Update #3715.
Diffstat (limited to '')
-rw-r--r--eng/req/items.rst7
1 files 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`