[rtems-docs commit] eng: Remove interface container item type

Sebastian Huber sebh at rtems.org
Tue Oct 4 06:28:59 UTC 2022


Module:    rtems-docs
Branch:    master
Commit:    889a498dbbff886b029b8370c7af8b72815ea8d3
Changeset: http://git.rtems.org/rtems-docs/commit/?id=889a498dbbff886b029b8370c7af8b72815ea8d3

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Oct  4 08:12:54 2022 +0200

eng: Remove interface container item type

Update #3715.

---

 eng/req/items.rst | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/eng/req/items.rst b/eng/req/items.rst
index 1fdc257..8ca1d10 100644
--- a/eng/req/items.rst
+++ b/eng/req/items.rst
@@ -77,8 +77,6 @@ The specification item types have the following hierarchy:
 
     * :ref:`SpecTypeInterfaceCompoundItemType`
 
-    * :ref:`SpecTypeInterfaceContainerItemType`
-
     * :ref:`SpecTypeInterfaceDefineItemType`
 
     * :ref:`SpecTypeInterfaceDomainItemType`
@@ -1137,8 +1135,6 @@ This type is refined by the following types:
 
 * :ref:`SpecTypeInterfaceCompoundItemType`
 
-* :ref:`SpecTypeInterfaceContainerItemType`
-
 * :ref:`SpecTypeInterfaceDefineItemType`
 
 * :ref:`SpecTypeInterfaceDomainItemType`
@@ -1300,18 +1296,6 @@ name
 notes
     The attribute value shall be an :ref:`SpecTypeInterfaceNotes`.
 
-.. _SpecTypeInterfaceContainerItemType:
-
-Interface Container Item Type
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-This type refines the :ref:`SpecTypeInterfaceItemType` through the
-``interface-type`` attribute if the value is ``container``. Items of this type
-specify an interface container.  The item shall have exactly one link with the
-:ref:`SpecTypeInterfacePlacementLinkRole` to an
-:ref:`SpecTypeInterfaceDomainItemType` item.  This link defines the interface
-domain of the container.
-
 .. _SpecTypeInterfaceDefineItemType:
 
 Interface Define Item Type
@@ -1345,9 +1329,7 @@ Interface Domain Item Type
 
 This type refines the :ref:`SpecTypeInterfaceItemType` through the
 ``interface-type`` attribute if the value is ``domain``. This set of attributes
-specifies an interface domain.  Items of the types
-:ref:`SpecTypeInterfaceContainerItemType` and
-:ref:`SpecTypeInterfaceHeaderFileItemType` are placed into domains through
+specifies an interface domain.  Interface items are placed into domains through
 links with the :ref:`SpecTypeInterfacePlacementLinkRole`. All explicit
 attributes shall be specified. The explicit attributes for this type are:
 



More information about the vc mailing list