Enum: DriveTypeIdEnum
Identifies the type of a disk drive, i.e. fixed, removable, etc.
URI: ocsf:DriveTypeIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| UNKNOWN | None | The drive type is unknown |
| REMOVABLE | None | The drive has removable media; for example, a floppy drive, thumb drive, or |
| FIXED | None | The drive has fixed media; for example, a hard disk drive or flash drive |
| REMOTE | None | The drive is a remote (network) drive |
| CD_ROM | None | The drive is a CD-ROM drive |
| RAM_DISK | None | The drive is a RAM disk |
| OTHER | None | The drive type is not mapped |
Slots
| Name | Description |
|---|---|
| drive_type_id | Identifies the type of a disk drive, i |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: DriveTypeIdEnum
description: Identifies the type of a disk drive, i.e. fixed, removable, etc.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: The drive type is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
REMOVABLE:
text: REMOVABLE
description: 'The drive has removable media; for example, a floppy drive, thumb
drive, or
flash card reader.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Removable
FIXED:
text: FIXED
description: The drive has fixed media; for example, a hard disk drive or flash
drive.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Fixed
REMOTE:
text: REMOTE
description: The drive is a remote (network) drive.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Remote
CD_ROM:
text: CD_ROM
description: The drive is a CD-ROM drive.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: CD-ROM
RAM_DISK:
text: RAM_DISK
description: The drive is a RAM disk.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: RAM Disk
OTHER:
text: OTHER
description: 'The drive type is not mapped. See the <code>drive_type</code> attribute,
which
contains a data source specific value.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other