2.2.2.3 ShortDictionaryAttribute Record (0x06)
This structure represents an attribute without a prefix.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name (variable) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
Value (variable) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
Name (variable): The name of the attribute encoded using DictionaryString. The length of this String MUST be nonzero. The name MUST NOT be "xmlns".
Value (variable): The value of the attribute encoded using a text record.
For example if name refers to the string "attr" and value refers to the text "value", this record is interpreted as the following attribute.
-
_attr="value"
Note that the underscore is intended to represent a single ASCII white-space character (32).