2.2.1.1 ShortElement Record (0x40)

This structure represents an element 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

Name (variable)

...

Attributes (variable)

...

Name (variable): The name of the element encoded using String. The length of this String MUST be nonzero. The name MUST NOT be "xmlns".

Attributes (variable): Zero or more attribute records.

For example, if name refers to the string "element" and attributes refers to { xmlns="http://tempuri.org" }, this record is interpreted as the following characters.

 <element_xmlns="http://tempuri.org">

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