Skip to content

Commit 2c716ac

Browse files
committed
add key value pair as a Block Additional Mapping
1 parent 92986e4 commit 2c716ac

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Key Value Pair
2+
3+
### Key Value Pair Description
4+
5+
The Block Additional Mapping for a `Key Value Pair` provides a generic method store data with a label in association with a Block. The label (referred to here as the `Key`) is stored within the `BlockAddIDExtraData` Element and the associate `Value` is stored within the corresponding BlockMore Element.
6+
7+
### BlockAddIDType
8+
9+
The BlockAddIDType value reserved for timecode is 107.
10+
11+
### BlockAddIDName
12+
13+
The BlockAddIDName value reserved for timecode is "Key Value pair".
14+
15+
### BlockAddIDExtraData
16+
17+
BlockAddIDExtraData stores the Key or a label for the value stored within the associated `BlockMore Element`.

block_additional_mappings_intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ For convenience, the following table shows the assigned BlockAddIDType values al
5656
| BlockAddIDType | BlockAddIDName | Citation |
5757
|:---------------|:-------------------------------------------------------------|:-------------------------------------|
5858
| 121 | SMPTE ST 12-1 timecode | (#smpte-st-12-1-timecode) |
59+
| 107 | Key Value Pair | (#key-value-pair) |

0 commit comments

Comments
 (0)