Skip to content

Slot: id

Unique integer identifier for the entry. Considered static for the lifetime of the entry. If an entry becomes deprecated, the identifier is not reused and a placeholder is left in the catalog.

URI: capec:id Alias: id

Applicable Classes

Name Description Modifies Slot
AttackPattern An attack pattern is an abstraction mechanism for helping describe how an att... no
View A view in CAPEC represents a perspective with which one might look at the col... no
Category A category in CAPEC is a collection of attack patterns based on some common no

Properties

Type and Range

Property Value
Range Integer
Domain Of AttackPattern, Category, View

Cardinality and Requirements

Property Value
Required Yes
### Slot Characteristics
Property Value
Identifier Yes

Identifier and Mapping Information

Annotations

property value
xsd_attribute ID
xsd_type xs:integer

Schema Source

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

Mappings

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

LinkML Source

name: id
annotations:
  xsd_attribute:
    tag: xsd_attribute
    value: ID
  xsd_type:
    tag: xsd_type
    value: xs:integer
description: Unique integer identifier for the entry. Considered static for the lifetime
  of the entry. If an entry becomes deprecated, the identifier is not reused and a
  placeholder is left in the catalog.
from_schema: https://w3id.org/lmodel/capec
rank: 1000
identifier: true
alias: id
domain_of:
- AttackPattern
- Category
- View
range: integer
required: true