1description: >
2    Implement to represent the VRML record in IPZ VPD
3properties:
4    - name: RT
5      type: array[byte]
6      description: >
7          RT keyword. Contains the record name.
8    - name: VD
9      type: array[byte]
10      description: >
11          VD keyword. Record Version ID.
12    - name: PN
13      type: array[byte]
14      description: >
15          Part Number.
16    - name: SN
17      type: array[byte]
18      description: >
19          Serial Number.
20    - name: TV
21      type: array[byte]
22      description: >
23          TV keyword.Template Version.
24    - name: D4
25      type: array[byte]
26      description: >
27          D4 keyword.
28    - name: F5
29      type: array[byte]
30      description: >
31          F5 keyword.
32