Class: Note
Additional commentary about a CWE entry (NotesType/Note in XSD).
URI: cwe:Note
classDiagram
class Note
click Note href "../Note/"
Note : content
Note : type
Note --> "1" NoteType : type
click NoteType href "../NoteType/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| type | 1 NoteType |
Type of note (Maintenance, Terminology, Research Gap, etc | direct |
| content | 0..1 String |
Textual content of a note | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Weakness | notes | range | Note |
| Category | notes | range | Note |
| View | notes | range | Note |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cwe
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cwe:Note |
| native | cwe:Note |
LinkML Source
Direct
name: Note
description: Additional commentary about a CWE entry (NotesType/Note in XSD).
from_schema: https://w3id.org/lmodel/cwe
slots:
- type
- content
slot_usage:
type:
name: type
description: Type of note (Maintenance, Terminology, Research Gap, etc.).
range: NoteType
required: true
Induced
name: Note
description: Additional commentary about a CWE entry (NotesType/Note in XSD).
from_schema: https://w3id.org/lmodel/cwe
slot_usage:
type:
name: type
description: Type of note (Maintenance, Terminology, Research Gap, etc.).
range: NoteType
required: true
attributes:
type:
name: type
description: Type of note (Maintenance, Terminology, Research Gap, etc.).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: type
owner: Note
domain_of:
- View
- Audience
- Note
- Contribution
range: NoteType
required: true
content:
name: content
description: Textual content of a note.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: content
owner: Note
domain_of:
- ExampleCode
- Note
range: string