Skip to content

Enum: MatchStatus

Whether an entity satisfies a related requirement at the target revision.

URI: pbs:MatchStatus

Enum URI: pbs:MatchStatus

Permissible Values

Value Meaning Description Additional Info
met pbs:match_status_met Subject satisfies the requirement. Title: Met
unmet pbs:match_status_unmet Subject no longer satisfies the requirement. Title: Unmet
unknown pbs:match_status_unknown Match could not be determined. Title: Unknown

Slots

Name Description
match_status Whether the subject met the requirement at the target revision.

Identifier and Mapping Information

Schema Source

  • from schema: https://schema.pragmaticbim.ch

LinkML Source

name: MatchStatus
description: Whether an entity satisfies a related requirement at the target revision.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
enum_uri: pbs:MatchStatus
permissible_values:
  met:
    text: met
    description: Subject satisfies the requirement.
    meaning: pbs:match_status_met
    alt_descriptions:
      de:
        source: de
        description: Erfuellt
    title: Met
  unmet:
    text: unmet
    description: Subject no longer satisfies the requirement.
    meaning: pbs:match_status_unmet
    alt_descriptions:
      de:
        source: de
        description: Nicht erfuellt
    title: Unmet
  unknown:
    text: unknown
    description: Match could not be determined.
    meaning: pbs:match_status_unknown
    alt_descriptions:
      de:
        source: de
        description: Unbekannt
    title: Unknown