Skip to content

Class: AlternateTerm

Another name by which this weakness may be known (AlternateTermsType/Alternate_Term in XSD).

URI: cwe:AlternateTerm

 classDiagram
    class AlternateTerm
    click AlternateTerm href "../AlternateTerm/"
      AlternateTerm : description

      AlternateTerm : term

Slots

Name Cardinality and Range Description Inheritance
term 1
String
An alternate term by which this weakness may be known direct
description 0..1
String
Narrative description of the entity direct

Usages

used by used in type used
Weakness alternate_terms range AlternateTerm

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cwe:AlternateTerm
native cwe:AlternateTerm

LinkML Source

Direct

name: AlternateTerm
description: Another name by which this weakness may be known (AlternateTermsType/Alternate_Term
  in XSD).
from_schema: https://w3id.org/lmodel/cwe
slots:
- term
- description
slot_usage:
  term:
    name: term
    required: true

Induced

name: AlternateTerm
description: Another name by which this weakness may be known (AlternateTermsType/Alternate_Term
  in XSD).
from_schema: https://w3id.org/lmodel/cwe
slot_usage:
  term:
    name: term
    required: true
attributes:
  term:
    name: term
    description: An alternate term by which this weakness may be known.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: term
    owner: AlternateTerm
    domain_of:
    - AlternateTerm
    range: string
    required: true
  description:
    name: description
    description: Narrative description of the entity.
    from_schema: https://w3id.org/lmodel/cwe
    exact_mappings:
    - schema:description
    rank: 1000
    slot_uri: dct:description
    alias: description
    owner: AlternateTerm
    domain_of:
    - Weakness
    - WeaknessOrdinality
    - AlternateTerm
    - DetectionMethod
    - PotentialMitigation
    - ObservedExample
    - Audience
    range: string