Skip to content

Class: Display

The Display object contains information about the physical or virtual display

connected to a computer system.

URI: ocsf:Display

 classDiagram
    class Display
    click Display href "../Display/"
      Object <|-- Display
        click Object href "../Object/"

      Display : color_depth

      Display : physical_height

      Display : physical_orientation

      Display : physical_width

      Display : scale_factor

Inheritance

Slots

Name Cardinality and Range Description Inheritance
color_depth 0..1
Integer
The numeric color depth direct
physical_height 0..1
Integer
The numeric physical height of display direct
physical_orientation 0..1
Integer
The numeric physical orientation of display direct
physical_width 0..1
Integer
The numeric physical width of display direct
scale_factor 0..1
Integer
The numeric scale factor of display direct

Usages

used by used in type used
DeviceHwInfo desktop_display range Display
RdpActivity remote_display range Display

In Subsets

Aliases

  • Display

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:Display
native ocsf:Display

LinkML Source

Direct

name: Display
description: 'The Display object contains information about the physical or virtual
  display

  connected to a computer system.'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Display
is_a: Object
slots:
- color_depth
- physical_height
- physical_orientation
- physical_width
- scale_factor

Induced

name: Display
description: 'The Display object contains information about the physical or virtual
  display

  connected to a computer system.'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Display
is_a: Object
attributes:
  color_depth:
    name: color_depth
    description: The numeric color depth.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Color Depth
    rank: 1000
    alias: color_depth
    owner: Display
    domain_of:
    - Display
    range: integer
  physical_height:
    name: physical_height
    description: The numeric physical height of display.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Physical Height
    rank: 1000
    alias: physical_height
    owner: Display
    domain_of:
    - Display
    range: integer
  physical_orientation:
    name: physical_orientation
    description: The numeric physical orientation of display.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Physical Orientation
    rank: 1000
    alias: physical_orientation
    owner: Display
    domain_of:
    - Display
    range: integer
  physical_width:
    name: physical_width
    description: The numeric physical width of display.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Physical Width
    rank: 1000
    alias: physical_width
    owner: Display
    domain_of:
    - Display
    range: integer
  scale_factor:
    name: scale_factor
    description: The numeric scale factor of display.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Scale Factor
    rank: 1000
    alias: scale_factor
    owner: Display
    domain_of:
    - Display
    range: integer