Skip to content

Enum: CWEViewType

Type of CWE view (ViewTypeEnumeration in XSD).

URI: cwe:CWEViewType

Permissible Values

Value Meaning Description
GRAPH None Hierarchical representation from a specific vantage point
EXPLICIT None Flat list related through an external factor (e
IMPLICIT None Subset identified by an XSL filter expression

Slots

Name Description
type Type of view (Graph, Explicit, or Implicit)

Identifier and Mapping Information

Schema Source

LinkML Source

name: CWEViewType
description: Type of CWE view (ViewTypeEnumeration in XSD).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
permissible_values:
  GRAPH:
    text: GRAPH
    description: Hierarchical representation from a specific vantage point.
  EXPLICIT:
    text: EXPLICIT
    description: Flat list related through an external factor (e.g. Top-N list).
  IMPLICIT:
    text: IMPLICIT
    description: Subset identified by an XSL filter expression.