source: rtems-central/spec/spec/appl-config-group.yml @ c970d63

Last change on this file since c970d63 was 9499f8b, checked in by Sebastian Huber <sebastian.huber@…>, on 06/04/20 at 08:34:56

spec: Rename required in mandatory attributes

The term "required" is quite overloaded in the specification context.
Use "mandatory" instead.

Shorten the phrase "explicitly defined attributes" to "explicit
attributes".

  • Property mode set to 100644
File size: 1.0 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2copyrights:
3- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
4enabled-by: true
5links:
6- role: spec-member
7  uid: root
8- role: spec-refinement
9  spec-key: interface-type
10  spec-value: appl-config-group
11  uid: interface
12spec-description: null
13spec-example: null
14spec-info:
15  dict:
16    attributes:
17      description:
18        description: |
19          It shall be the description of the application configuration group.
20        spec-type: str
21      name:
22        description: |
23          It shall be human readable name of the application configuration
24          group.
25        spec-type: str
26      text:
27        description: |
28          It shall state the requirement for the application configuration
29          group.
30        spec-type: requirement-text
31    description: |
32      This set of attributes specifies an application configuration group.
33    mandatory-attributes: all
34spec-name: Application Configuration Group Item Type
35spec-type: appl-config-group
36type: spec
Note: See TracBrowser for help on using the repository browser.