1description: >
2    Implement to provide memory partition attributes.
3properties:
4    - name: PartitionId
5      type: string
6      description: >
7          Unique region ID representing a specific region within the Memory.
8    - name: SizeInKiB
9      type: uint64
10      description: >
11          Size of this memory region in kibibytes (KiB).
12    - name: MemoryClassification
13      type: string
14      description: >
15          Classification of memory occupied by the given memory region.
16    - name: OffsetInKiB
17      type: uint64
18      description: >
19          Offset with in the Memory that corresponds to the starting of this
20          memory region in KiB.
21    - name: PassphraseState
22      type: boolean
23      description: >
24          An indication of whether the state of the passphrase for this region
25          is enabled.
26