1*455214f2Sgikrish1-indescription: >
2*455214f2Sgikrish1-in    Implement to represent the PSPD record in IPZ VPD
3*455214f2Sgikrish1-inproperties:
4*455214f2Sgikrish1-in    - name: RT
5*455214f2Sgikrish1-in      type: array[byte]
6*455214f2Sgikrish1-in      description: >
7*455214f2Sgikrish1-in          RT keyword. Contains the record name.
8*455214f2Sgikrish1-in    - name: VZ
9*455214f2Sgikrish1-in      type: array[byte]
10*455214f2Sgikrish1-in      description: >
11*455214f2Sgikrish1-in          VZ keyword. The record version.
12*455214f2Sgikrish1-in    - name: VM
13*455214f2Sgikrish1-in      type: array[byte]
14*455214f2Sgikrish1-in      description: >
15*455214f2Sgikrish1-in          VM keyword.
16*455214f2Sgikrish1-in    - name: PD_D
17*455214f2Sgikrish1-in      type: array[byte]
18*455214f2Sgikrish1-in      description: >
19*455214f2Sgikrish1-in          The "#D" keyword.
20