1description: >
2    Customer requested system power mode.
3
4properties:
5    - name: PowerMode
6      type: enum[self.PowerMode]
7      description: >
8          This property shall contain the computer system power mode setting.
9          This defines the processor speed based on the priority of power
10          consumption and performance.
11
12enumerations:
13    - name: PowerMode
14      description: >
15        Possible Power Mode settings
16      values:
17        - name: Static
18          description: >
19              This value shall indicate the system performs at a static base
20              speed.
21        - name: PowerSaving
22          description: >
23              This value shall indicate the system performs at reduced speeds
24              to save power. This mode should be used when power saving is the
25              top priority.
26        - name: MaximumPerformance
27          decription: >
28              This value shall indicate the system performs at the highest
29              speeds possible. This mode should be used when performance is
30              the top priority.
31        - name: OEM
32          description: >
33              This value shall indicate the system performs at an OEM-defined
34              power mode.
35