summaryrefslogtreecommitdiffstats
path: root/spec/spec/spec-bool.yml
blob: e23f3b1fcd7237b0cfcf80c67d6f5b6ec3ec0cc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
links:
- role: spec-member
  uid: root
spec-description: null
spec-example: null
spec-info:
  dict:
    attributes:
      assert:
        description: |
          This optional attribute defines the value constraint of the specified
          boolean value.  If the value of the assert attribute is true, then
          the value of the specified boolean value shall be true.  If the value
          of the assert attribute is false, then the value of the specified
          boolean value shall be false.  In case the assert attribute is not
          present, then the value of the specified boolean value may be true or
          false.
        spec-type: bool
      description:
        description: |
          It shall be the description of the specified boolean value.
        spec-type: optional-str
    description: |
      This attribute set specifies a boolean value.
    mandatory-attributes:
    - description
spec-name: Specification Boolean Value
spec-type: spec-bool
type: spec