-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add key value pair as a Block Additional Mapping
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Key Value Pair | ||
|
||
### Key Value Pair Description | ||
|
||
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. | ||
|
||
### BlockAddIDType | ||
|
||
The BlockAddIDType value reserved for timecode is 107. | ||
|
||
### BlockAddIDName | ||
|
||
The BlockAddIDName value reserved for timecode is "Key Value pair". | ||
|
||
### BlockAddIDExtraData | ||
|
||
BlockAddIDExtraData stores the Key or a label for the value stored within the associated `BlockMore Element`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters