mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-26 08:18:14 +08:00
parent
c69046ef48
commit
2a5e59d34f
@ -111,6 +111,8 @@ The specification item types have the following hierarchy:
|
|||||||
|
|
||||||
* :ref:`SpecTypeDesignGroupRequirementItemType`
|
* :ref:`SpecTypeDesignGroupRequirementItemType`
|
||||||
|
|
||||||
|
* :ref:`SpecTypeDesignTargetItemType`
|
||||||
|
|
||||||
* :ref:`SpecTypeGenericNonFunctionalRequirementItemType`
|
* :ref:`SpecTypeGenericNonFunctionalRequirementItemType`
|
||||||
|
|
||||||
* :ref:`SpecTypeRuntimeMeasurementEnvironmentItemType`
|
* :ref:`SpecTypeRuntimeMeasurementEnvironmentItemType`
|
||||||
@ -1951,6 +1953,8 @@ This type is refined by the following types:
|
|||||||
|
|
||||||
* :ref:`SpecTypeDesignGroupRequirementItemType`
|
* :ref:`SpecTypeDesignGroupRequirementItemType`
|
||||||
|
|
||||||
|
* :ref:`SpecTypeDesignTargetItemType`
|
||||||
|
|
||||||
* :ref:`SpecTypeGenericNonFunctionalRequirementItemType`
|
* :ref:`SpecTypeGenericNonFunctionalRequirementItemType`
|
||||||
|
|
||||||
* :ref:`SpecTypeRuntimeMeasurementEnvironmentItemType`
|
* :ref:`SpecTypeRuntimeMeasurementEnvironmentItemType`
|
||||||
@ -1975,6 +1979,27 @@ attributes for this type are:
|
|||||||
identifier
|
identifier
|
||||||
The attribute value shall be an :ref:`SpecTypeInterfaceGroupIdentifier`.
|
The attribute value shall be an :ref:`SpecTypeInterfaceGroupIdentifier`.
|
||||||
|
|
||||||
|
.. _SpecTypeDesignTargetItemType:
|
||||||
|
|
||||||
|
Design Target Item Type
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
This type refines the :ref:`SpecTypeNonFunctionalRequirementItemType` through
|
||||||
|
the ``non-functional-type`` attribute if the value is ``design-target``. This
|
||||||
|
set of attributes specifies a design :term:`target`. All explicit attributes
|
||||||
|
shall be specified. The explicit attributes for this type are:
|
||||||
|
|
||||||
|
brief
|
||||||
|
The attribute value shall be an optional string. If the value is present,
|
||||||
|
then it shall briefly describe the target.
|
||||||
|
|
||||||
|
description
|
||||||
|
The attribute value shall be an optional string. If the value is present,
|
||||||
|
then it shall thoroughly describe the target.
|
||||||
|
|
||||||
|
name
|
||||||
|
The attribute value shall be a string. It shall be the target name.
|
||||||
|
|
||||||
.. _SpecTypeGenericNonFunctionalRequirementItemType:
|
.. _SpecTypeGenericNonFunctionalRequirementItemType:
|
||||||
|
|
||||||
Generic Non-Functional Requirement Item Type
|
Generic Non-Functional Requirement Item Type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user