2.2.2.8 DictionaryXmlsAttribute Record (0x0B)

This structure represents an xmlns attribute with a prefix.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Prefix (variable)

...

Value (variable)

...

Prefix (variable): The prefix of the attribute encoded using String. The length of this String MUST be nonzero. The prefix MUST NOT be "xmlns".

Value (variable): The value of the attribute encoded using DictionaryString.

For example, if prefix refers to the string "ENV" and value refers to the string "http://tempuri.org", this record is interpreted as the following characters.

 _xmlns:ENV="http://tempuri.org"

Note that the underscore is intended to represent a single ASCII white-space character (32).