2.2.2.5 ShortXmlnsAttribute Record (0x08)

This structure represents an xmlns attribute without 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

Value (variable)

...

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

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

 _xmlns="http://tempuri.org"

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