Skip to content

Enum: DefectClassificationEnum

Manufacturing defect classification

URI: valuesets:DefectClassificationEnum

Permissible Values

Value Meaning Description
NO_DEFECT NCIT:C14165 No defect detected
MINOR_DEFECT None Minor defect that doesn't affect functionality
MAJOR_DEFECT None Major defect affecting functionality
CRITICAL_DEFECT None Critical defect rendering item unusable or unsafe

Slots

Name Description
defect_classification Manufacturing defect classification

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: DefectClassificationEnum
description: Manufacturing defect classification
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  NO_DEFECT:
    text: NO_DEFECT
    description: No defect detected
    meaning: NCIT:C14165
    title: No Defect
    aliases:
    - good
    - normal
    - '0'
  MINOR_DEFECT:
    text: MINOR_DEFECT
    description: Minor defect that doesn't affect functionality
    title: Minor Defect
    aliases:
    - minor
    - cosmetic
    - '1'
  MAJOR_DEFECT:
    text: MAJOR_DEFECT
    description: Major defect affecting functionality
    title: Major Defect
    aliases:
    - major
    - functional
    - '2'
  CRITICAL_DEFECT:
    text: CRITICAL_DEFECT
    description: Critical defect rendering item unusable or unsafe
    title: Critical Defect
    aliases:
    - critical
    - severe
    - '3'