Skip to content

Class: Reference

A link from a CAPEC entry to an external reference defined within the catalog.

The External_Reference_ID identifies which external reference is being cited.

An optional Section captures a specific section title or page number relevant

to this use of the reference.

URI: capec:Reference

 classDiagram
    class Reference
    click Reference href "../Reference/"
      Reference : external_reference_id

      Reference : section

Slots

Name Cardinality and Range Description Inheritance
external_reference_id 1
String
The identifier of the external reference entry being linked to (e direct
section 0..1
String
A specific section title or page number within the referenced material that i... direct

Usages

used by used in type used
AttackPattern references range Reference
Category references range Reference
View references range Reference

In Subsets

Identifier and Mapping Information

Annotations

property value
xsd_type ReferencesType/Reference (inline)
notes Text or quotes within an entry can cite the External_Reference_ID using the format [REF-N] as a footnote-style citation.

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Reference
annotations:
  xsd_type:
    tag: xsd_type
    value: ReferencesType/Reference (inline)
  notes:
    tag: notes
    value: Text or quotes within an entry can cite the External_Reference_ID using
      the format [REF-N] as a footnote-style citation.
description: 'A link from a CAPEC entry to an external reference defined within the
  catalog.

  The External_Reference_ID identifies which external reference is being cited.

  An optional Section captures a specific section title or page number relevant

  to this use of the reference.'
in_subset:
- relationship_types
from_schema: https://w3id.org/lmodel/capec
slots:
- external_reference_id
- section
slot_usage:
  external_reference_id:
    name: external_reference_id
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: External_Reference_ID
      xsd_type:
        tag: xsd_type
        value: xs:string
    description: The identifier of the external reference entry being linked to (e.g.,
      REF-1). Must match a Reference_ID in the catalog's External_References.
    range: string
    required: true
  section:
    name: section
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: Section
      xsd_type:
        tag: xsd_type
        value: xs:string
    description: A specific section title or page number within the referenced material
      that is particularly relevant to this use of the reference.
    range: string

Induced

name: Reference
annotations:
  xsd_type:
    tag: xsd_type
    value: ReferencesType/Reference (inline)
  notes:
    tag: notes
    value: Text or quotes within an entry can cite the External_Reference_ID using
      the format [REF-N] as a footnote-style citation.
description: 'A link from a CAPEC entry to an external reference defined within the
  catalog.

  The External_Reference_ID identifies which external reference is being cited.

  An optional Section captures a specific section title or page number relevant

  to this use of the reference.'
in_subset:
- relationship_types
from_schema: https://w3id.org/lmodel/capec
slot_usage:
  external_reference_id:
    name: external_reference_id
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: External_Reference_ID
      xsd_type:
        tag: xsd_type
        value: xs:string
    description: The identifier of the external reference entry being linked to (e.g.,
      REF-1). Must match a Reference_ID in the catalog's External_References.
    range: string
    required: true
  section:
    name: section
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: Section
      xsd_type:
        tag: xsd_type
        value: xs:string
    description: A specific section title or page number within the referenced material
      that is particularly relevant to this use of the reference.
    range: string
attributes:
  external_reference_id:
    name: external_reference_id
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: External_Reference_ID
      xsd_type:
        tag: xsd_type
        value: xs:string
    description: The identifier of the external reference entry being linked to (e.g.,
      REF-1). Must match a Reference_ID in the catalog's External_References.
    from_schema: https://w3id.org/lmodel/capec
    rank: 1000
    alias: external_reference_id
    owner: Reference
    domain_of:
    - Reference
    range: string
    required: true
  section:
    name: section
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: Section
      xsd_type:
        tag: xsd_type
        value: xs:string
    description: A specific section title or page number within the referenced material
      that is particularly relevant to this use of the reference.
    from_schema: https://w3id.org/lmodel/capec
    rank: 1000
    alias: section
    owner: Reference
    domain_of:
    - Reference
    range: string