Skip to content

Class: PreviousEntryName

A previous name that was used for a CAPEC entry before a substantive name change.

Should align with a corresponding Modification element that records the change.

URI: capec:PreviousEntryName

 classDiagram
    class PreviousEntryName
    click PreviousEntryName href "../PreviousEntryName/"
      PreviousEntryName : entry_date

      PreviousEntryName : name

Slots

Name Cardinality and Range Description Inheritance
name 1
String
The previous name that was used for this entry direct
entry_date 1
Date
The date on which this name change was made direct

Usages

used by used in type used
ContentHistory previous_entry_names range PreviousEntryName

In Subsets

Identifier and Mapping Information

Annotations

property value
xsd_type ContentHistoryType/Previous_Entry_Name (inline simpleContent extension)

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PreviousEntryName
annotations:
  xsd_type:
    tag: xsd_type
    value: ContentHistoryType/Previous_Entry_Name (inline simpleContent extension)
description: 'A previous name that was used for a CAPEC entry before a substantive
  name change.

  Should align with a corresponding Modification element that records the change.'
in_subset:
- content_history_types
from_schema: https://w3id.org/lmodel/capec
slots:
- name
- entry_date
slot_usage:
  name:
    name: name
    annotations:
      xsd_type:
        tag: xsd_type
        value: xs:string (simpleContent base)
    description: The previous name that was used for this entry.
    range: string
    required: true
  entry_date:
    name: entry_date
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: Date
      xsd_type:
        tag: xsd_type
        value: xs:date
    description: The date on which this name change was made.
    range: date
    required: true

Induced

name: PreviousEntryName
annotations:
  xsd_type:
    tag: xsd_type
    value: ContentHistoryType/Previous_Entry_Name (inline simpleContent extension)
description: 'A previous name that was used for a CAPEC entry before a substantive
  name change.

  Should align with a corresponding Modification element that records the change.'
in_subset:
- content_history_types
from_schema: https://w3id.org/lmodel/capec
slot_usage:
  name:
    name: name
    annotations:
      xsd_type:
        tag: xsd_type
        value: xs:string (simpleContent base)
    description: The previous name that was used for this entry.
    range: string
    required: true
  entry_date:
    name: entry_date
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: Date
      xsd_type:
        tag: xsd_type
        value: xs:date
    description: The date on which this name change was made.
    range: date
    required: true
attributes:
  name:
    name: name
    annotations:
      xsd_type:
        tag: xsd_type
        value: xs:string (simpleContent base)
    description: The previous name that was used for this entry.
    from_schema: https://w3id.org/lmodel/capec
    rank: 1000
    alias: name
    owner: PreviousEntryName
    domain_of:
    - AttackPatternCatalog
    - AttackPattern
    - Category
    - View
    - PreviousEntryName
    range: string
    required: true
  entry_date:
    name: entry_date
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: Date
      xsd_type:
        tag: xsd_type
        value: xs:date
    description: The date on which this name change was made.
    from_schema: https://w3id.org/lmodel/capec
    rank: 1000
    alias: entry_date
    owner: PreviousEntryName
    domain_of:
    - AttackPatternCatalog
    - PreviousEntryName
    range: date
    required: true