1description: >
2    Implement to represent the VINI record in IPZ VPD
3properties:
4    - name: RT
5      type: array[byte]
6      description: >
7          RT keyword. Contains the record name.
8    - name: DR
9      type: array[byte]
10      description: >
11          Descrition of the record.
12    - name: BR
13      type: array[byte]
14      description: >
15          The system brand.
16    - name: SE
17      type: array[byte]
18      description: >
19          System serial number - ipSeries.
20    - name: SG
21      type: array[byte]
22      description: >
23          System serial number - storage.
24    - name: TM
25      type: array[byte]
26      description: >
27          Machine type model - ipSeries.
28    - name: TN
29      type: array[byte]
30      description: >
31          Machine type model - storage.
32    - name: MN
33      type: array[byte]
34      description: >
35          Manufacturing ID.
36    - name: ID
37      type: array[byte]
38      description: >
39          Two character system ID.
40    - name: SU
41      type: array[byte]
42      description: >
43          System unique ID.
44    - name: NN
45      type: array[byte]
46      description: >
47          World wide node name.
48    - name: RG
49      type: array[byte]
50      description: >
51          Field core override.
52    - name: RB
53      type: array[byte]
54      description: >
55          RB keyword.
56    - name: WN
57      type: array[byte]
58      description: >
59          WWPN root.
60    - name: FV
61      type: array[byte]
62      description: >
63          Firmware version.
64