Skip to content

Class: Note

An additional comment about a CAPEC entry that cannot be captured using the other available elements. Each note has a type indicating its purpose and contains content describing the note.

URI: capec:Note

 classDiagram
    class Note
    click Note href "../Note/"
      Note : content

      Note : type





        Note --> "1" NoteTypeEnum : type
        click NoteTypeEnum href "../NoteTypeEnum/"



Slots

Name Cardinality and Range Description Inheritance
type 1
NoteTypeEnum
The type of note, indicating its purpose (Maintenance, Relationship, Research... direct
content 1
StructuredText
The content of the note, potentially containing XHTML markup direct

Usages

used by used in type used
AttackPattern notes range Note
Category notes range Note
View notes range Note

In Subsets

Identifier and Mapping Information

Annotations

property value
xsd_type NotesType/Note (inline complexContent extension of StructuredTextType)

Schema Source

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

Mappings

Mapping Type Mapped Value
self capec:Note
native capec:Note

LinkML Source

Direct

name: Note
annotations:
  xsd_type:
    tag: xsd_type
    value: NotesType/Note (inline complexContent extension of StructuredTextType)
description: An additional comment about a CAPEC entry that cannot be captured using
  the other available elements. Each note has a type indicating its purpose and contains
  content describing the note.
in_subset:
- attack_pattern_content
from_schema: https://w3id.org/lmodel/capec
slots:
- type
- content
slot_usage:
  type:
    name: type
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: Type
      xsd_type:
        tag: xsd_type
        value: NoteTypeEnumeration
    description: The type of note, indicating its purpose (Maintenance, Relationship,
      Research Gap, Terminology, or Other).
    range: NoteTypeEnum
    required: true
  content:
    name: content
    annotations:
      xsd_type:
        tag: xsd_type
        value: StructuredTextType (complexContent base)
    description: The content of the note, potentially containing XHTML markup.
    range: StructuredText
    required: true

Induced

name: Note
annotations:
  xsd_type:
    tag: xsd_type
    value: NotesType/Note (inline complexContent extension of StructuredTextType)
description: An additional comment about a CAPEC entry that cannot be captured using
  the other available elements. Each note has a type indicating its purpose and contains
  content describing the note.
in_subset:
- attack_pattern_content
from_schema: https://w3id.org/lmodel/capec
slot_usage:
  type:
    name: type
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: Type
      xsd_type:
        tag: xsd_type
        value: NoteTypeEnumeration
    description: The type of note, indicating its purpose (Maintenance, Relationship,
      Research Gap, Terminology, or Other).
    range: NoteTypeEnum
    required: true
  content:
    name: content
    annotations:
      xsd_type:
        tag: xsd_type
        value: StructuredTextType (complexContent base)
    description: The content of the note, potentially containing XHTML markup.
    range: StructuredText
    required: true
attributes:
  type:
    name: type
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: Type
      xsd_type:
        tag: xsd_type
        value: NoteTypeEnumeration
    description: The type of note, indicating its purpose (Maintenance, Relationship,
      Research Gap, Terminology, or Other).
    from_schema: https://w3id.org/lmodel/capec
    rank: 1000
    alias: type
    owner: Note
    domain_of:
    - View
    - Note
    - Stakeholder
    - Contribution
    range: NoteTypeEnum
    required: true
  content:
    name: content
    annotations:
      xsd_type:
        tag: xsd_type
        value: StructuredTextType (complexContent base)
    description: The content of the note, potentially containing XHTML markup.
    from_schema: https://w3id.org/lmodel/capec
    rank: 1000
    alias: content
    owner: Note
    domain_of:
    - Note
    range: StructuredText
    required: true