Skip to content

Enum: NoteTypeEnum

The different types of notes that can be associated with an attack pattern.

A Maintenance note contains significant maintenance tasks within this entry that

still need to be addressed, such as clarifying the concepts involved or improving

relationships. A Relationship note provides clarifying details regarding the

relationships between entities. A Research Gap note identifies potential opportunities

for the research community to conduct further exploration. A Terminology note contains

a discussion of terminology issues related to this attack pattern.

URI: capec:NoteTypeEnum

Permissible Values

Value Meaning Description
Maintenance None Contains significant maintenance tasks within this entry that still need to b...
Relationship None Provides clarifying details regarding the relationships between entities
Research Gap None Identifies potential opportunities for the research community to conduct furt...
Terminology None Contains a discussion of terminology issues related to this attack pattern,
Other None Other note type not covered by the defined categories

Slots

Name Description
type The type of note, indicating its purpose (Maintenance, Relationship, Research...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/capec

LinkML Source

name: NoteTypeEnum
description: 'The different types of notes that can be associated with an attack pattern.

  A Maintenance note contains significant maintenance tasks within this entry that

  still need to be addressed, such as clarifying the concepts involved or improving

  relationships. A Relationship note provides clarifying details regarding the

  relationships between entities. A Research Gap note identifies potential opportunities

  for the research community to conduct further exploration. A Terminology note contains

  a discussion of terminology issues related to this attack pattern.'
from_schema: https://w3id.org/lmodel/capec
rank: 1000
permissible_values:
  Maintenance:
    text: Maintenance
    description: 'Contains significant maintenance tasks within this entry that still
      need to be

      addressed, such as clarifying the concepts involved or improving relationships.'
  Relationship:
    text: Relationship
    description: Provides clarifying details regarding the relationships between entities.
  Research Gap:
    text: Research Gap
    description: 'Identifies potential opportunities for the research community to
      conduct further

      exploration of issues related to this attack pattern.'
  Terminology:
    text: Terminology
    description: 'Contains a discussion of terminology issues related to this attack
      pattern,

      or clarifications when there is no established terminology, or if there are

      multiple uses of the same key term.'
  Other:
    text: Other
    description: Other note type not covered by the defined categories.