Class: GlobalFlagType
'A globalFlagType is a grouping of characteristics unique to the Windows systemwide global variable named NtGlobalFlag that enables various internal debugging, tracing, and validation support in the operating system. [based on "Windows Global Flags, Chapter 3: System Mechanisms of Windows Internals by Solomon, Russinovich, and Ionescu]'
 classDiagram
    class GlobalFlagType
      UcoInherentCharacterizationThing <|-- GlobalFlagType
      GlobalFlagType : abbreviation
      GlobalFlagType : destination
      GlobalFlagType : hexadecimalValue
      GlobalFlagType : symbolicName
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- GlobalFlagType
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| hexadecimalValue | 0..1  HexBinaryType  | 
"The hexadecimalValue of a global flag | direct | 
| abbreviation | 0..1  String  | 
"The abbreviation of a global flag | direct | 
| destination | 0..1  String  | 
"The destination of a global flag | direct | 
| symbolicName | 0..1  String  | 
"The symbolicName of a global flag | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| WindowsComputerSpecificationFacet | globalFlagList | range | GlobalFlagType | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:GlobalFlagType | 
| native | master:GlobalFlagType | 
LinkML Source
Direct
name: GlobalFlagType
description: '''A globalFlagType is a grouping of characteristics unique to the Windows
  systemwide global variable named NtGlobalFlag that enables various internal debugging,
  tracing, and validation support in the operating system. [based on "Windows Global
  Flags, Chapter 3: System Mechanisms of Windows Internals by Solomon, Russinovich,
  and Ionescu]'''
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- hexadecimalValue
- abbreviation
- destination
- symbolicName
slot_usage:
  hexadecimalValue:
    name: hexadecimalValue
    multivalued: true
    domain_of:
    - GlobalFlagType
    range: hex binary type
Induced
name: GlobalFlagType
description: '''A globalFlagType is a grouping of characteristics unique to the Windows
  systemwide global variable named NtGlobalFlag that enables various internal debugging,
  tracing, and validation support in the operating system. [based on "Windows Global
  Flags, Chapter 3: System Mechanisms of Windows Internals by Solomon, Russinovich,
  and Ionescu]'''
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slot_usage:
  hexadecimalValue:
    name: hexadecimalValue
    multivalued: true
    domain_of:
    - GlobalFlagType
    range: hex binary type
attributes:
  hexadecimalValue:
    name: hexadecimalValue
    description: '"The hexadecimalValue of a global flag. See also: http://msdn.microsoft.com/en-us/library/windows/hardware/ff549646(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: hexadecimalValue
    owner: GlobalFlagType
    domain_of:
    - GlobalFlagType
    range: hex binary type
  abbreviation:
    name: abbreviation
    description: '"The abbreviation of a global flag. See also: http://msdn.microsoft.com/en-us/library/windows/hardware/ff549646(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - NCIT:C42610
    - sumo:abbreviation
    - wikidata:Q102786
    rank: 1000
    alias: abbreviation
    owner: GlobalFlagType
    domain_of:
    - GlobalFlagType
    range: string
  destination:
    name: destination
    description: '"The destination of a global flag. See also: http://msdn.microsoft.com/en-us/library/windows/hardware/ff549646(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: destination
    owner: GlobalFlagType
    domain_of:
    - GlobalFlagType
    range: string
  symbolicName:
    name: symbolicName
    description: '"The symbolicName of a global flag. See also: http://msdn.microsoft.com/en-us/library/windows/hardware/ff549646(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: symbolicName
    owner: GlobalFlagType
    domain_of:
    - GlobalFlagType
    range: string