Skip to content

Enum: DeviceTypeEnum

Device type used to complete a process step.

URI: inkind_knowledge_repo:DeviceTypeEnum

Permissible Values

Value Meaning Description
mobile None Mobile phone or tablet
desktop None Desktop or laptop browser
scan None Barcode / QR scanner peripheral

Slots

Name Description
device Device type used to complete this step

Identifier and Mapping Information

Schema Source

  • from schema: https://inkind-at.github.io/inkind-knowledge-repo

LinkML Source

name: DeviceTypeEnum
description: Device type used to complete a process step.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
rank: 1000
permissible_values:
  mobile:
    text: mobile
    description: Mobile phone or tablet.
  desktop:
    text: desktop
    description: Desktop or laptop browser.
  scan:
    text: scan
    description: Barcode / QR scanner peripheral.