You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2015/10/07 23:50:36 UTC

svn commit: r1707402 [1/2] - in /qpid/site: docs/amqp/type-reference.html input/amqp/type-reference.html.in scripts/gen-amqp-type-reference

Author: chug
Date: Wed Oct  7 21:50:36 2015
New Revision: 1707402

URL: http://svn.apache.org/viewvc?rev=1707402&view=rev
Log:
Change name= to id= to pass check-links.
Remove duplicate anchor ids.
HACK: Add phony global-tx-id type which is used but undefined in AMQP 1.0.


Modified:
    qpid/site/docs/amqp/type-reference.html
    qpid/site/input/amqp/type-reference.html.in
    qpid/site/scripts/gen-amqp-type-reference

Modified: qpid/site/docs/amqp/type-reference.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/amqp/type-reference.html?rev=1707402&r1=1707401&r2=1707402&view=diff
==============================================================================
--- qpid/site/docs/amqp/type-reference.html (original)
+++ qpid/site/docs/amqp/type-reference.html Wed Oct  7 21:50:36 2015
@@ -301,7 +301,7 @@ function hide_all_tables()
 }
 </script>
 <h1>AMQP 1.0 interactive type reference</h1>
-<a href="#Constants">Constants</a><br/>
+<a href="#ConstantTypes">Constants</a><br/>
 <a href="#Types">Types</a><br/>
 &#160;&#160;<a href="#PrimitiveTypes">Primitive Types</a><br/>
 &#160;&#160;<a href="#EnumeratedTypes">Enumerated Types</a><br/>
@@ -319,7 +319,7 @@ function hide_all_tables()
 <a href="javascript:show_all_tables()"> &#9674; </a>&#160;Table view: expand all.<br/>
 <a href="javascript:hide_all_tables()"> &#9674; </a>&#160;Table view: collapse all.
 <hr/>
-<a name="Constants"></a>
+<a id="ConstantTypes"></a>
 <h2>Constants</h2>
 <a href="javascript:toggle_node('Constants')"> &#9674; </a>&#160;Constants<br/>
 <div style="display:none; margin-bottom: 2px" id="Constants">
@@ -332,88 +332,88 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><a name="TYPE_PORT"></a><strong>PORT</strong></td>
+ <td><a id="TYPE_PORT"></a><strong>PORT</strong></td>
  <td>5672</td>
  <td>the IANA assigned port number for AMQP</td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><a name="TYPE_SECURE-PORT"></a><strong>SECURE-PORT</strong></td>
+ <td><a id="TYPE_SECURE-PORT"></a><strong>SECURE-PORT</strong></td>
  <td>5671</td>
  <td>the IANA assigned port number         for secure AMQP (amqps)</td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><a name="TYPE_MAJOR"></a><strong>MAJOR</strong></td>
+ <td><a id="TYPE_MAJOR"></a><strong>MAJOR</strong></td>
  <td>1</td>
  <td>major protocol version</td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><a name="TYPE_MINOR"></a><strong>MINOR</strong></td>
+ <td><a id="TYPE_MINOR"></a><strong>MINOR</strong></td>
  <td>0</td>
  <td>minor protocol version</td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><a name="TYPE_REVISION"></a><strong>REVISION</strong></td>
+ <td><a id="TYPE_REVISION"></a><strong>REVISION</strong></td>
  <td>0</td>
  <td>protocol revision</td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><a name="TYPE_MIN-MAX-FRAME-SIZE"></a><strong>MIN-MAX-FRAME-SIZE</strong></td>
+ <td><a id="TYPE_MIN-MAX-FRAME-SIZE"></a><strong>MIN-MAX-FRAME-SIZE</strong></td>
  <td>512</td>
  <td>the lower bound for the agreed maximum frame size (in bytes)</td>
 </tr>
 <tr>
  <td>messaging:message-format</td>
- <td><a name="TYPE_MESSAGE-FORMAT"></a><strong>MESSAGE-FORMAT</strong></td>
+ <td><a id="TYPE_MESSAGE-FORMAT"></a><strong>MESSAGE-FORMAT</strong></td>
  <td>0</td>
  <td>the format + revision for the messages defined by this document</td>
 </tr>
 <tr>
  <td>security:tls</td>
- <td><a name="TYPE_TLS-MAJOR"></a><strong>TLS-MAJOR</strong></td>
+ <td><a id="TYPE_TLS-MAJOR"></a><strong>TLS-MAJOR</strong></td>
  <td>1</td>
  <td>major protocol version</td>
 </tr>
 <tr>
  <td>security:tls</td>
- <td><a name="TYPE_TLS-MINOR"></a><strong>TLS-MINOR</strong></td>
+ <td><a id="TYPE_TLS-MINOR"></a><strong>TLS-MINOR</strong></td>
  <td>0</td>
  <td>minor protocol version</td>
 </tr>
 <tr>
  <td>security:tls</td>
- <td><a name="TYPE_TLS-REVISION"></a><strong>TLS-REVISION</strong></td>
+ <td><a id="TYPE_TLS-REVISION"></a><strong>TLS-REVISION</strong></td>
  <td>0</td>
  <td>protocol revision</td>
 </tr>
 <tr>
  <td>security:sasl</td>
- <td><a name="TYPE_SASL-MAJOR"></a><strong>SASL-MAJOR</strong></td>
+ <td><a id="TYPE_SASL-MAJOR"></a><strong>SASL-MAJOR</strong></td>
  <td>1</td>
  <td>major protocol version</td>
 </tr>
 <tr>
  <td>security:sasl</td>
- <td><a name="TYPE_SASL-MINOR"></a><strong>SASL-MINOR</strong></td>
+ <td><a id="TYPE_SASL-MINOR"></a><strong>SASL-MINOR</strong></td>
  <td>0</td>
  <td>minor protocol version</td>
 </tr>
 <tr>
  <td>security:sasl</td>
- <td><a name="TYPE_SASL-REVISION"></a><strong>SASL-REVISION</strong></td>
+ <td><a id="TYPE_SASL-REVISION"></a><strong>SASL-REVISION</strong></td>
  <td>0</td>
  <td>protocol revision</td>
 </tr>
 </table>
 </div>
 <br/>
-<a name="Types"></a>
+<a id="Types"></a>
 <h2>Types</h2>
-<a name="PrimitiveTypes"></a>
+<a id="PrimitiveTypes"></a>
 <h3>Primitive Types</h3>
 <a href="javascript:toggle_node('PrimTypeName')"> &#9674; </a>&#160;by Name<br/>
 <div style="display:none; margin-bottom: 2px" id="PrimTypeName">
@@ -428,7 +428,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_null"></a><strong>null</strong></td>
+ <td><a id="TYPE_null"></a><strong>null</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -436,7 +436,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_null"></a><strong>null</strong></td>
+ <td><strong>null</strong></td>
  <td>0x40</td>
  <td>fixed</td>
  <td>0</td>
@@ -444,7 +444,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_boolean"></a><strong>boolean</strong></td>
+ <td><a id="TYPE_boolean"></a><strong>boolean</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -452,7 +452,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_boolean"></a><strong>boolean</strong></td>
+ <td><strong>boolean</strong></td>
  <td>0x56</td>
  <td>fixed</td>
  <td>1</td>
@@ -460,7 +460,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_boolean:true"></a><strong>boolean:true</strong></td>
+ <td><a id="TYPE_boolean:true"></a><strong>boolean:true</strong></td>
  <td>0x41</td>
  <td>fixed</td>
  <td>0</td>
@@ -468,7 +468,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_boolean:false"></a><strong>boolean:false</strong></td>
+ <td><a id="TYPE_boolean:false"></a><strong>boolean:false</strong></td>
  <td>0x42</td>
  <td>fixed</td>
  <td>0</td>
@@ -476,7 +476,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_ubyte"></a><strong>ubyte</strong></td>
+ <td><a id="TYPE_ubyte"></a><strong>ubyte</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -484,7 +484,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_ubyte"></a><strong>ubyte</strong></td>
+ <td><strong>ubyte</strong></td>
  <td>0x50</td>
  <td>fixed</td>
  <td>1</td>
@@ -492,7 +492,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_ushort"></a><strong>ushort</strong></td>
+ <td><a id="TYPE_ushort"></a><strong>ushort</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -500,7 +500,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_ushort"></a><strong>ushort</strong></td>
+ <td><strong>ushort</strong></td>
  <td>0x60</td>
  <td>fixed</td>
  <td>2</td>
@@ -508,7 +508,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_uint"></a><strong>uint</strong></td>
+ <td><a id="TYPE_uint"></a><strong>uint</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -516,7 +516,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_uint"></a><strong>uint</strong></td>
+ <td><strong>uint</strong></td>
  <td>0x70</td>
  <td>fixed</td>
  <td>4</td>
@@ -524,7 +524,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_uint:smalluint"></a><strong>uint:smalluint</strong></td>
+ <td><a id="TYPE_uint:smalluint"></a><strong>uint:smalluint</strong></td>
  <td>0x52</td>
  <td>fixed</td>
  <td>1</td>
@@ -532,7 +532,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_uint:uint0"></a><strong>uint:uint0</strong></td>
+ <td><a id="TYPE_uint:uint0"></a><strong>uint:uint0</strong></td>
  <td>0x43</td>
  <td>fixed</td>
  <td>0</td>
@@ -540,7 +540,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_ulong"></a><strong>ulong</strong></td>
+ <td><a id="TYPE_ulong"></a><strong>ulong</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -548,7 +548,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_ulong"></a><strong>ulong</strong></td>
+ <td><strong>ulong</strong></td>
  <td>0x80</td>
  <td>fixed</td>
  <td>8</td>
@@ -556,7 +556,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_ulong:smallulong"></a><strong>ulong:smallulong</strong></td>
+ <td><a id="TYPE_ulong:smallulong"></a><strong>ulong:smallulong</strong></td>
  <td>0x53</td>
  <td>fixed</td>
  <td>1</td>
@@ -564,7 +564,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_ulong:ulong0"></a><strong>ulong:ulong0</strong></td>
+ <td><a id="TYPE_ulong:ulong0"></a><strong>ulong:ulong0</strong></td>
  <td>0x44</td>
  <td>fixed</td>
  <td>0</td>
@@ -572,7 +572,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_byte"></a><strong>byte</strong></td>
+ <td><a id="TYPE_byte"></a><strong>byte</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -580,7 +580,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_byte"></a><strong>byte</strong></td>
+ <td><strong>byte</strong></td>
  <td>0x51</td>
  <td>fixed</td>
  <td>1</td>
@@ -588,7 +588,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_short"></a><strong>short</strong></td>
+ <td><a id="TYPE_short"></a><strong>short</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -596,7 +596,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_short"></a><strong>short</strong></td>
+ <td><strong>short</strong></td>
  <td>0x61</td>
  <td>fixed</td>
  <td>2</td>
@@ -604,7 +604,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_int"></a><strong>int</strong></td>
+ <td><a id="TYPE_int"></a><strong>int</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -612,7 +612,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_int"></a><strong>int</strong></td>
+ <td><strong>int</strong></td>
  <td>0x71</td>
  <td>fixed</td>
  <td>4</td>
@@ -620,7 +620,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_int:smallint"></a><strong>int:smallint</strong></td>
+ <td><a id="TYPE_int:smallint"></a><strong>int:smallint</strong></td>
  <td>0x54</td>
  <td>fixed</td>
  <td>1</td>
@@ -628,7 +628,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_long"></a><strong>long</strong></td>
+ <td><a id="TYPE_long"></a><strong>long</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -636,7 +636,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_long"></a><strong>long</strong></td>
+ <td><strong>long</strong></td>
  <td>0x81</td>
  <td>fixed</td>
  <td>8</td>
@@ -644,7 +644,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_long:smalllong"></a><strong>long:smalllong</strong></td>
+ <td><a id="TYPE_long:smalllong"></a><strong>long:smalllong</strong></td>
  <td>0x55</td>
  <td>fixed</td>
  <td>1</td>
@@ -652,7 +652,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_float"></a><strong>float</strong></td>
+ <td><a id="TYPE_float"></a><strong>float</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -660,7 +660,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_float:ieee-754"></a><strong>float:ieee-754</strong></td>
+ <td><a id="TYPE_float:ieee-754"></a><strong>float:ieee-754</strong></td>
  <td>0x72</td>
  <td>fixed</td>
  <td>4</td>
@@ -668,7 +668,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_double"></a><strong>double</strong></td>
+ <td><a id="TYPE_double"></a><strong>double</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -676,7 +676,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_double:ieee-754"></a><strong>double:ieee-754</strong></td>
+ <td><a id="TYPE_double:ieee-754"></a><strong>double:ieee-754</strong></td>
  <td>0x82</td>
  <td>fixed</td>
  <td>8</td>
@@ -684,7 +684,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_decimal32"></a><strong>decimal32</strong></td>
+ <td><a id="TYPE_decimal32"></a><strong>decimal32</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -692,7 +692,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_decimal32:ieee-754"></a><strong>decimal32:ieee-754</strong></td>
+ <td><a id="TYPE_decimal32:ieee-754"></a><strong>decimal32:ieee-754</strong></td>
  <td>0x74</td>
  <td>fixed</td>
  <td>4</td>
@@ -700,7 +700,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_decimal64"></a><strong>decimal64</strong></td>
+ <td><a id="TYPE_decimal64"></a><strong>decimal64</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -708,7 +708,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_decimal64:ieee-754"></a><strong>decimal64:ieee-754</strong></td>
+ <td><a id="TYPE_decimal64:ieee-754"></a><strong>decimal64:ieee-754</strong></td>
  <td>0x84</td>
  <td>fixed</td>
  <td>8</td>
@@ -716,7 +716,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_decimal128"></a><strong>decimal128</strong></td>
+ <td><a id="TYPE_decimal128"></a><strong>decimal128</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -724,7 +724,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_decimal128:ieee-754"></a><strong>decimal128:ieee-754</strong></td>
+ <td><a id="TYPE_decimal128:ieee-754"></a><strong>decimal128:ieee-754</strong></td>
  <td>0x94</td>
  <td>fixed</td>
  <td>16</td>
@@ -732,7 +732,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_char"></a><strong>char</strong></td>
+ <td><a id="TYPE_char"></a><strong>char</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -740,7 +740,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_char:utf32"></a><strong>char:utf32</strong></td>
+ <td><a id="TYPE_char:utf32"></a><strong>char:utf32</strong></td>
  <td>0x73</td>
  <td>fixed</td>
  <td>4</td>
@@ -748,7 +748,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_timestamp"></a><strong>timestamp</strong></td>
+ <td><a id="TYPE_timestamp"></a><strong>timestamp</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -756,7 +756,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_timestamp:ms64"></a><strong>timestamp:ms64</strong></td>
+ <td><a id="TYPE_timestamp:ms64"></a><strong>timestamp:ms64</strong></td>
  <td>0x83</td>
  <td>fixed</td>
  <td>8</td>
@@ -764,7 +764,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_uuid"></a><strong>uuid</strong></td>
+ <td><a id="TYPE_uuid"></a><strong>uuid</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -772,7 +772,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_uuid"></a><strong>uuid</strong></td>
+ <td><strong>uuid</strong></td>
  <td>0x98</td>
  <td>fixed</td>
  <td>16</td>
@@ -780,7 +780,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_binary"></a><strong>binary</strong></td>
+ <td><a id="TYPE_binary"></a><strong>binary</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -788,7 +788,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_binary:vbin8"></a><strong>binary:vbin8</strong></td>
+ <td><a id="TYPE_binary:vbin8"></a><strong>binary:vbin8</strong></td>
  <td>0xa0</td>
  <td>variable</td>
  <td>1</td>
@@ -796,7 +796,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_binary:vbin32"></a><strong>binary:vbin32</strong></td>
+ <td><a id="TYPE_binary:vbin32"></a><strong>binary:vbin32</strong></td>
  <td>0xb0</td>
  <td>variable</td>
  <td>4</td>
@@ -804,7 +804,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_string"></a><strong>string</strong></td>
+ <td><a id="TYPE_string"></a><strong>string</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -812,7 +812,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_string:str8-utf8"></a><strong>string:str8-utf8</strong></td>
+ <td><a id="TYPE_string:str8-utf8"></a><strong>string:str8-utf8</strong></td>
  <td>0xa1</td>
  <td>variable</td>
  <td>1</td>
@@ -820,7 +820,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_string:str32-utf8"></a><strong>string:str32-utf8</strong></td>
+ <td><a id="TYPE_string:str32-utf8"></a><strong>string:str32-utf8</strong></td>
  <td>0xb1</td>
  <td>variable</td>
  <td>4</td>
@@ -828,7 +828,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_symbol"></a><strong>symbol</strong></td>
+ <td><a id="TYPE_symbol"></a><strong>symbol</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -836,7 +836,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_symbol:sym8"></a><strong>symbol:sym8</strong></td>
+ <td><a id="TYPE_symbol:sym8"></a><strong>symbol:sym8</strong></td>
  <td>0xa3</td>
  <td>variable</td>
  <td>1</td>
@@ -844,7 +844,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_symbol:sym32"></a><strong>symbol:sym32</strong></td>
+ <td><a id="TYPE_symbol:sym32"></a><strong>symbol:sym32</strong></td>
  <td>0xb3</td>
  <td>variable</td>
  <td>4</td>
@@ -852,7 +852,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_list"></a><strong>list</strong></td>
+ <td><a id="TYPE_list"></a><strong>list</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -860,7 +860,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_list:list0"></a><strong>list:list0</strong></td>
+ <td><a id="TYPE_list:list0"></a><strong>list:list0</strong></td>
  <td>0x45</td>
  <td>fixed</td>
  <td>0</td>
@@ -868,7 +868,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_list:list8"></a><strong>list:list8</strong></td>
+ <td><a id="TYPE_list:list8"></a><strong>list:list8</strong></td>
  <td>0xc0</td>
  <td>compound</td>
  <td>1</td>
@@ -876,7 +876,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_list:list32"></a><strong>list:list32</strong></td>
+ <td><a id="TYPE_list:list32"></a><strong>list:list32</strong></td>
  <td>0xd0</td>
  <td>compound</td>
  <td>4</td>
@@ -884,7 +884,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_map"></a><strong>map</strong></td>
+ <td><a id="TYPE_map"></a><strong>map</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -892,7 +892,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_map:map8"></a><strong>map:map8</strong></td>
+ <td><a id="TYPE_map:map8"></a><strong>map:map8</strong></td>
  <td>0xc1</td>
  <td>compound</td>
  <td>1</td>
@@ -900,7 +900,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_map:map32"></a><strong>map:map32</strong></td>
+ <td><a id="TYPE_map:map32"></a><strong>map:map32</strong></td>
  <td>0xd1</td>
  <td>compound</td>
  <td>4</td>
@@ -908,7 +908,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>types:encodings</td>
- <td><a name="TYPE_array"></a><strong>array</strong></td>
+ <td><a id="TYPE_array"></a><strong>array</strong></td>
  <td></td>
  <td></td>
  <td></td>
@@ -916,7 +916,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_array:array8"></a><strong>array:array8</strong></td>
+ <td><a id="TYPE_array:array8"></a><strong>array:array8</strong></td>
  <td>0xe0</td>
  <td>array</td>
  <td>1</td>
@@ -924,7 +924,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td></td>
- <td><a name="TYPE_array:array32"></a><strong>array:array32</strong></td>
+ <td><a id="TYPE_array:array32"></a><strong>array:array32</strong></td>
  <td>0xf0</td>
  <td>array</td>
  <td>4</td>
@@ -932,7 +932,7 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>spec:wildcard</td>
- <td><a name="TYPE_*"><strong>*</strong></a></td>
+ <td><a id="TYPE_*"><strong>*</strong></a></td>
  <td></td>
  <td></td>
  <td></td>
@@ -1267,7 +1267,7 @@ function hide_all_tables()
 </table>
 </div>
 <br/>
-<a name="EnumeratedTypes"></a>
+<a id="EnumeratedTypes"></a>
 <h3>Enumerated Types</h3>
 <a href="javascript:toggle_node('EnumTypes')"> &#9674; </a>&#160;Enumerated Types<br/>
 <div style="display: none; margin-bottom: 2px" id="EnumTypes">
@@ -1372,7 +1372,7 @@ function hide_all_tables()
 </tr>
 </table>
 <br/>
-<a name="details_std-dist-mode"></a>
+<a id="details_std-dist-mode"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETstd-dist-mode')"> &#9674; </a>&#160; Enumerated type: messaging:addressing - <strong><a href="#TYPE_std-dist-mode">std-dist-mode</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETstd-dist-mode">
 <table>
@@ -1399,7 +1399,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_terminus-durability"></a>
+<a id="details_terminus-durability"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETterminus-durability')"> &#9674; </a>&#160; Enumerated type: messaging:addressing - <strong><a href="#TYPE_terminus-durability">terminus-durability</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETterminus-durability">
 <table>
@@ -1430,7 +1430,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_terminus-expiry-policy"></a>
+<a id="details_terminus-expiry-policy"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETterminus-expiry-policy')"> &#9674; </a>&#160; Enumerated type: messaging:addressing - <strong><a href="#TYPE_terminus-expiry-policy">terminus-expiry-policy</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETterminus-expiry-policy">
 <table>
@@ -1465,7 +1465,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_sasl-code"></a>
+<a id="details_sasl-code"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETsasl-code')"> &#9674; </a>&#160; Enumerated type: security:sasl - <strong><a href="#TYPE_sasl-code">sasl-code</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETsasl-code">
 <table>
@@ -1504,7 +1504,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_transaction-error"></a>
+<a id="details_transaction-error"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETtransaction-error')"> &#9674; </a>&#160; Enumerated type: transactions:coordination - <strong><a href="#TYPE_transaction-error">transaction-error</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETtransaction-error">
 <table>
@@ -1535,7 +1535,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_txn-capability"></a>
+<a id="details_txn-capability"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETtxn-capability')"> &#9674; </a>&#160; Enumerated type: transactions:coordination - <strong><a href="#TYPE_txn-capability">txn-capability</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETtxn-capability">
 <table>
@@ -1574,7 +1574,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_amqp-error"></a>
+<a id="details_amqp-error"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETamqp-error')"> &#9674; </a>&#160; Enumerated type: transport:definitions - <strong><a href="#TYPE_amqp-error">amqp-error</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETamqp-error">
 <table>
@@ -1645,7 +1645,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_connection-error"></a>
+<a id="details_connection-error"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETconnection-error')"> &#9674; </a>&#160; Enumerated type: transport:definitions - <strong><a href="#TYPE_connection-error">connection-error</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETconnection-error">
 <table>
@@ -1676,7 +1676,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_link-error"></a>
+<a id="details_link-error"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETlink-error')"> &#9674; </a>&#160; Enumerated type: transport:definitions - <strong><a href="#TYPE_link-error">link-error</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETlink-error">
 <table>
@@ -1715,7 +1715,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_receiver-settle-mode"></a>
+<a id="details_receiver-settle-mode"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETreceiver-settle-mode')"> &#9674; </a>&#160; Enumerated type: transport:definitions - <strong><a href="#TYPE_receiver-settle-mode">receiver-settle-mode</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETreceiver-settle-mode">
 <table>
@@ -1742,7 +1742,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_role"></a>
+<a id="details_role"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETrole')"> &#9674; </a>&#160; Enumerated type: transport:definitions - <strong><a href="#TYPE_role">role</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETrole">
 <table>
@@ -1769,7 +1769,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_sender-settle-mode"></a>
+<a id="details_sender-settle-mode"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETsender-settle-mode')"> &#9674; </a>&#160; Enumerated type: transport:definitions - <strong><a href="#TYPE_sender-settle-mode">sender-settle-mode</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETsender-settle-mode">
 <table>
@@ -1800,7 +1800,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_session-error"></a>
+<a id="details_session-error"></a>
 &#160;&#160;<a href="javascript:toggle_node('ETsession-error')"> &#9674; </a>&#160; Enumerated type: transport:definitions - <strong><a href="#TYPE_session-error">session-error</a></strong><br/>
 <div style="display:none; margin-bottom: 2px" id="ETsession-error">
 <table>
@@ -1837,7 +1837,7 @@ function hide_all_tables()
 </div>
 </div>
 <br/>
-<a name="RestrictedTypes"></a>
+<a id="RestrictedTypes"></a>
 <h3>Restricted Types</h3>
 <a href="javascript:toggle_node('RestrTypes')"> &#9674; </a>&#160;Restricted Types<br/>
 <div style="display: none; margin-bottom: 2px" id="RestrTypes">
@@ -1851,141 +1851,148 @@ function hide_all_tables()
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><strong><a name="TYPE_handle">handle</a></strong></td>
+ <td><strong><a id="TYPE_handle">handle</a></strong></td>
  <td><a href="#TYPE_uint">uint</a></td>
  <td>the handle of a Link</td>
  <td></td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><strong><a name="TYPE_seconds">seconds</a></strong></td>
+ <td><strong><a id="TYPE_seconds">seconds</a></strong></td>
  <td><a href="#TYPE_uint">uint</a></td>
  <td>a duration measured in seconds</td>
  <td></td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><strong><a name="TYPE_milliseconds">milliseconds</a></strong></td>
+ <td><strong><a id="TYPE_milliseconds">milliseconds</a></strong></td>
  <td><a href="#TYPE_uint">uint</a></td>
  <td>a duration measured in milliseconds</td>
  <td></td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><strong><a name="TYPE_delivery-tag">delivery-tag</a></strong></td>
+ <td><strong><a id="TYPE_delivery-tag">delivery-tag</a></strong></td>
  <td><a href="#TYPE_binary">binary</a></td>
  <td></td>
  <td></td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><strong><a name="TYPE_delivery-number">delivery-number</a></strong></td>
+ <td><strong><a id="TYPE_delivery-number">delivery-number</a></strong></td>
  <td><a href="#TYPE_sequence-no">sequence-no</a></td>
  <td></td>
  <td></td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><strong><a name="TYPE_transfer-number">transfer-number</a></strong></td>
+ <td><strong><a id="TYPE_transfer-number">transfer-number</a></strong></td>
  <td><a href="#TYPE_sequence-no">sequence-no</a></td>
  <td></td>
  <td></td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><strong><a name="TYPE_sequence-no">sequence-no</a></strong></td>
+ <td><strong><a id="TYPE_sequence-no">sequence-no</a></strong></td>
  <td><a href="#TYPE_uint">uint</a></td>
  <td>32-bit RFC-1982 serial number</td>
  <td></td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><strong><a name="TYPE_message-format">message-format</a></strong></td>
+ <td><strong><a id="TYPE_message-format">message-format</a></strong></td>
  <td><a href="#TYPE_uint">uint</a></td>
  <td>32-bit message format code</td>
  <td></td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><strong><a name="TYPE_ietf-language-tag">ietf-language-tag</a></strong></td>
+ <td><strong><a id="TYPE_ietf-language-tag">ietf-language-tag</a></strong></td>
  <td><a href="#TYPE_symbol">symbol</a></td>
  <td>an IETF language tag as defined by BCP 47</td>
  <td></td>
 </tr>
 <tr>
  <td>transport:definitions</td>
- <td><strong><a name="TYPE_fields">fields</a></strong></td>
+ <td><strong><a id="TYPE_fields">fields</a></strong></td>
  <td><a href="#TYPE_map">map</a></td>
  <td>a mapping from field name to value</td>
  <td></td>
 </tr>
 <tr>
  <td>messaging:message-format</td>
- <td><strong><a name="TYPE_annotations">annotations</a></strong></td>
+ <td><strong><a id="TYPE_annotations">annotations</a></strong></td>
  <td><a href="#TYPE_map">map</a></td>
  <td></td>
  <td></td>
 </tr>
 <tr>
  <td>messaging:message-format</td>
- <td><strong><a name="TYPE_message-id-ulong">message-id-ulong</a></strong></td>
+ <td><strong><a id="TYPE_message-id-ulong">message-id-ulong</a></strong></td>
  <td><a href="#TYPE_ulong">ulong</a></td>
  <td></td>
  <td><a href="#PROVIDEDTYPE_message-id">message-id</a> </td>
 </tr>
 <tr>
  <td>messaging:message-format</td>
- <td><strong><a name="TYPE_message-id-uuid">message-id-uuid</a></strong></td>
+ <td><strong><a id="TYPE_message-id-uuid">message-id-uuid</a></strong></td>
  <td><a href="#TYPE_uuid">uuid</a></td>
  <td></td>
  <td><a href="#PROVIDEDTYPE_message-id">message-id</a> </td>
 </tr>
 <tr>
  <td>messaging:message-format</td>
- <td><strong><a name="TYPE_message-id-binary">message-id-binary</a></strong></td>
+ <td><strong><a id="TYPE_message-id-binary">message-id-binary</a></strong></td>
  <td><a href="#TYPE_binary">binary</a></td>
  <td></td>
  <td><a href="#PROVIDEDTYPE_message-id">message-id</a> </td>
 </tr>
 <tr>
  <td>messaging:message-format</td>
- <td><strong><a name="TYPE_message-id-string">message-id-string</a></strong></td>
+ <td><strong><a id="TYPE_message-id-string">message-id-string</a></strong></td>
  <td><a href="#TYPE_string">string</a></td>
  <td></td>
  <td><a href="#PROVIDEDTYPE_message-id">message-id</a> </td>
 </tr>
 <tr>
  <td>messaging:message-format</td>
- <td><strong><a name="TYPE_address-string">address-string</a></strong></td>
+ <td><strong><a id="TYPE_address-string">address-string</a></strong></td>
  <td><a href="#TYPE_string">string</a></td>
  <td>address of a Node</td>
  <td><a href="#PROVIDEDTYPE_address">address</a> </td>
 </tr>
 <tr>
  <td>messaging:addressing</td>
- <td><strong><a name="TYPE_filter-set">filter-set</a></strong></td>
+ <td><strong><a id="TYPE_filter-set">filter-set</a></strong></td>
  <td><a href="#TYPE_map">map</a></td>
  <td></td>
  <td></td>
 </tr>
 <tr>
  <td>messaging:addressing</td>
- <td><strong><a name="TYPE_node-properties">node-properties</a></strong></td>
+ <td><strong><a id="TYPE_node-properties">node-properties</a></strong></td>
  <td><a href="#TYPE_fields">fields</a></td>
  <td>properties of a Node</td>
  <td></td>
 </tr>
 <tr>
  <td>transactions:coordination</td>
- <td><strong><a name="TYPE_transaction-id">transaction-id</a></strong></td>
+ <td><strong><a id="TYPE_transaction-id">transaction-id</a></strong></td>
  <td><a href="#TYPE_binary">binary</a></td>
  <td></td>
  <td><a href="#PROVIDEDTYPE_txn-id">txn-id</a> </td>
 </tr>
+<tr>
+ <td>ERROR: unspecified</td>
+ <td><strong><a id="PROVIDEDTYPE_global-tx-id">global-tx-id</a></strong></td>
+ <td><a href="#TYPE_binary">binary</a></td>
+ <td>global transaction id</td>
+ <td></td>
+</tr>
 </table>
 </div>
 <br/>
-<a name="DescribedTypes"></a>
+<a id="DescribedTypes"></a>
 <h3>Described Types</h3>
 <a href="javascript:toggle_node('DescrTypes')"> &#9674; </a>&#160;Described Types<br/>
 <div style="display:none; margin-bottom: 2px" id="DescrTypes">
@@ -2320,7 +2327,7 @@ function hide_all_tables()
 </tr>
 </table>
 <br/>
-<a name="details_open"></a>
+<a id="details_open"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTopen')"> &#9674; </a>&#160; Described type: transport:performatives - <strong><a href="#TYPE_open">open</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTopen">
 <table>
@@ -2337,7 +2344,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:open:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -2447,7 +2454,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_begin"></a>
+<a id="details_begin"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTbegin')"> &#9674; </a>&#160; Described type: transport:performatives - <strong><a href="#TYPE_begin">begin</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTbegin">
 <table>
@@ -2464,7 +2471,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:begin:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -2554,7 +2561,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_attach"></a>
+<a id="details_attach"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTattach')"> &#9674; </a>&#160; Described type: transport:performatives - <strong><a href="#TYPE_attach">attach</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTattach">
 <table>
@@ -2571,7 +2578,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:attach:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -2721,7 +2728,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_flow"></a>
+<a id="details_flow"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTflow')"> &#9674; </a>&#160; Described type: transport:performatives - <strong><a href="#TYPE_flow">flow</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTflow">
 <table>
@@ -2738,7 +2745,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:flow:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -2858,7 +2865,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_transfer"></a>
+<a id="details_transfer"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTtransfer')"> &#9674; </a>&#160; Described type: transport:performatives - <strong><a href="#TYPE_transfer">transfer</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTtransfer">
 <table>
@@ -2875,7 +2882,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:transfer:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -2995,7 +3002,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_disposition"></a>
+<a id="details_disposition"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdisposition')"> &#9674; </a>&#160; Described type: transport:performatives - <strong><a href="#TYPE_disposition">disposition</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdisposition">
 <table>
@@ -3012,7 +3019,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:disposition:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3082,7 +3089,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_detach"></a>
+<a id="details_detach"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdetach')"> &#9674; </a>&#160; Described type: transport:performatives - <strong><a href="#TYPE_detach">detach</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdetach">
 <table>
@@ -3099,7 +3106,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:detach:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3139,7 +3146,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_end"></a>
+<a id="details_end"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTend')"> &#9674; </a>&#160; Described type: transport:performatives - <strong><a href="#TYPE_end">end</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTend">
 <table>
@@ -3156,7 +3163,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:end:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3176,7 +3183,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_close"></a>
+<a id="details_close"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTclose')"> &#9674; </a>&#160; Described type: transport:performatives - <strong><a href="#TYPE_close">close</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTclose">
 <table>
@@ -3193,7 +3200,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:close:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3213,7 +3220,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_error"></a>
+<a id="details_error"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTerror')"> &#9674; </a>&#160; Described type: transport:definitions - <strong><a href="#TYPE_error">error</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTerror">
 <table>
@@ -3230,7 +3237,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:error:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3270,7 +3277,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_received"></a>
+<a id="details_received"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTreceived')"> &#9674; </a>&#160; Described type: messaging:delivery-state - <strong><a href="#TYPE_received">received</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTreceived">
 <table>
@@ -3287,7 +3294,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:received:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3317,7 +3324,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_accepted"></a>
+<a id="details_accepted"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTaccepted')"> &#9674; </a>&#160; Described type: messaging:delivery-state - <strong><a href="#TYPE_accepted">accepted</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTaccepted">
 <table>
@@ -3334,7 +3341,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:accepted:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3344,7 +3351,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_rejected"></a>
+<a id="details_rejected"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTrejected')"> &#9674; </a>&#160; Described type: messaging:delivery-state - <strong><a href="#TYPE_rejected">rejected</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTrejected">
 <table>
@@ -3361,7 +3368,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:rejected:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3381,7 +3388,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_released"></a>
+<a id="details_released"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTreleased')"> &#9674; </a>&#160; Described type: messaging:delivery-state - <strong><a href="#TYPE_released">released</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTreleased">
 <table>
@@ -3398,7 +3405,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:released:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3408,7 +3415,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_modified"></a>
+<a id="details_modified"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTmodified')"> &#9674; </a>&#160; Described type: messaging:delivery-state - <strong><a href="#TYPE_modified">modified</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTmodified">
 <table>
@@ -3425,7 +3432,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:modified:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3465,7 +3472,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_source"></a>
+<a id="details_source"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTsource')"> &#9674; </a>&#160; Described type: messaging:addressing - <strong><a href="#TYPE_source">source</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTsource">
 <table>
@@ -3482,7 +3489,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:source:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3602,7 +3609,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_target"></a>
+<a id="details_target"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTtarget')"> &#9674; </a>&#160; Described type: messaging:addressing - <strong><a href="#TYPE_target">target</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTtarget">
 <table>
@@ -3619,7 +3626,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:target:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3699,7 +3706,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_delete-on-close"></a>
+<a id="details_delete-on-close"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdelete-on-close')"> &#9674; </a>&#160; Described type: messaging:addressing - <strong><a href="#TYPE_delete-on-close">delete-on-close</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdelete-on-close">
 <table>
@@ -3716,7 +3723,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:delete-on-close:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3726,7 +3733,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_delete-on-no-links"></a>
+<a id="details_delete-on-no-links"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdelete-on-no-links')"> &#9674; </a>&#160; Described type: messaging:addressing - <strong><a href="#TYPE_delete-on-no-links">delete-on-no-links</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdelete-on-no-links">
 <table>
@@ -3743,7 +3750,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:delete-on-no-links:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3753,7 +3760,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_delete-on-no-messages"></a>
+<a id="details_delete-on-no-messages"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdelete-on-no-messages')"> &#9674; </a>&#160; Described type: messaging:addressing - <strong><a href="#TYPE_delete-on-no-messages">delete-on-no-messages</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdelete-on-no-messages">
 <table>
@@ -3770,7 +3777,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:delete-on-no-messages:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3780,7 +3787,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_delete-on-no-links-or-messages"></a>
+<a id="details_delete-on-no-links-or-messages"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdelete-on-no-links-or-messages')"> &#9674; </a>&#160; Described type: messaging:addressing - <strong><a href="#TYPE_delete-on-no-links-or-messages">delete-on-no-links-or-messages</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdelete-on-no-links-or-messages">
 <table>
@@ -3797,7 +3804,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:delete-on-no-links-or-messages:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3807,7 +3814,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_coordinator"></a>
+<a id="details_coordinator"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTcoordinator')"> &#9674; </a>&#160; Described type: transactions:coordination - <strong><a href="#TYPE_coordinator">coordinator</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTcoordinator">
 <table>
@@ -3824,7 +3831,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:coordinator:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3844,7 +3851,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_declare"></a>
+<a id="details_declare"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdeclare')"> &#9674; </a>&#160; Described type: transactions:coordination - <strong><a href="#TYPE_declare">declare</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdeclare">
 <table>
@@ -3861,7 +3868,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:declare:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3881,7 +3888,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_discharge"></a>
+<a id="details_discharge"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdischarge')"> &#9674; </a>&#160; Described type: transactions:coordination - <strong><a href="#TYPE_discharge">discharge</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdischarge">
 <table>
@@ -3898,7 +3905,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:discharge:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3928,7 +3935,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_declared"></a>
+<a id="details_declared"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdeclared')"> &#9674; </a>&#160; Described type: transactions:coordination - <strong><a href="#TYPE_declared">declared</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdeclared">
 <table>
@@ -3945,7 +3952,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:declared:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -3965,7 +3972,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_transactional-state"></a>
+<a id="details_transactional-state"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTtransactional-state')"> &#9674; </a>&#160; Described type: transactions:coordination - <strong><a href="#TYPE_transactional-state">transactional-state</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTtransactional-state">
 <table>
@@ -3982,7 +3989,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:transactional-state:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4012,7 +4019,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_sasl-mechanisms"></a>
+<a id="details_sasl-mechanisms"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTsasl-mechanisms')"> &#9674; </a>&#160; Described type: security:sasl - <strong><a href="#TYPE_sasl-mechanisms">sasl-mechanisms</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTsasl-mechanisms">
 <table>
@@ -4029,7 +4036,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:sasl-mechanisms:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4049,7 +4056,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_sasl-init"></a>
+<a id="details_sasl-init"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTsasl-init')"> &#9674; </a>&#160; Described type: security:sasl - <strong><a href="#TYPE_sasl-init">sasl-init</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTsasl-init">
 <table>
@@ -4066,7 +4073,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:sasl-init:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4106,7 +4113,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_sasl-challenge"></a>
+<a id="details_sasl-challenge"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTsasl-challenge')"> &#9674; </a>&#160; Described type: security:sasl - <strong><a href="#TYPE_sasl-challenge">sasl-challenge</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTsasl-challenge">
 <table>
@@ -4123,7 +4130,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:sasl-challenge:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4143,7 +4150,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_sasl-response"></a>
+<a id="details_sasl-response"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTsasl-response')"> &#9674; </a>&#160; Described type: security:sasl - <strong><a href="#TYPE_sasl-response">sasl-response</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTsasl-response">
 <table>
@@ -4160,7 +4167,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:sasl-response:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4180,7 +4187,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_sasl-outcome"></a>
+<a id="details_sasl-outcome"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTsasl-outcome')"> &#9674; </a>&#160; Described type: security:sasl - <strong><a href="#TYPE_sasl-outcome">sasl-outcome</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTsasl-outcome">
 <table>
@@ -4197,7 +4204,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:sasl-outcome:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4227,7 +4234,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_header"></a>
+<a id="details_header"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTheader')"> &#9674; </a>&#160; Described type: messaging:message-format - <strong><a href="#TYPE_header">header</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTheader">
 <table>
@@ -4244,7 +4251,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:header:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4304,7 +4311,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_delivery-annotations"></a>
+<a id="details_delivery-annotations"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdelivery-annotations')"> &#9674; </a>&#160; Described type: messaging:message-format - <strong><a href="#TYPE_delivery-annotations">delivery-annotations</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdelivery-annotations">
 <table>
@@ -4321,7 +4328,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:delivery-annotations:map</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4331,7 +4338,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_message-annotations"></a>
+<a id="details_message-annotations"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTmessage-annotations')"> &#9674; </a>&#160; Described type: messaging:message-format - <strong><a href="#TYPE_message-annotations">message-annotations</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTmessage-annotations">
 <table>
@@ -4348,7 +4355,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:message-annotations:map</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4358,7 +4365,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_properties"></a>
+<a id="details_properties"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTproperties')"> &#9674; </a>&#160; Described type: messaging:message-format - <strong><a href="#TYPE_properties">properties</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTproperties">
 <table>
@@ -4375,7 +4382,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:properties:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4515,7 +4522,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_application-properties"></a>
+<a id="details_application-properties"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTapplication-properties')"> &#9674; </a>&#160; Described type: messaging:message-format - <strong><a href="#TYPE_application-properties">application-properties</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTapplication-properties">
 <table>
@@ -4532,7 +4539,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:application-properties:map</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4542,7 +4549,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_data"></a>
+<a id="details_data"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTdata')"> &#9674; </a>&#160; Described type: messaging:message-format - <strong><a href="#TYPE_data">data</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTdata">
 <table>
@@ -4559,7 +4566,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:data:binary</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4569,7 +4576,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_amqp-sequence"></a>
+<a id="details_amqp-sequence"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTamqp-sequence')"> &#9674; </a>&#160; Described type: messaging:message-format - <strong><a href="#TYPE_amqp-sequence">amqp-sequence</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTamqp-sequence">
 <table>
@@ -4586,7 +4593,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:amqp-sequence:list</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4596,7 +4603,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_amqp-value"></a>
+<a id="details_amqp-value"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTamqp-value')"> &#9674; </a>&#160; Described type: messaging:message-format - <strong><a href="#TYPE_amqp-value">amqp-value</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTamqp-value">
 <table>
@@ -4613,7 +4620,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:amqp-value:*</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4623,7 +4630,7 @@ function hide_all_tables()
 </table>
 <br/>
 </div>
-<a name="details_footer"></a>
+<a id="details_footer"></a>
 &#160;&#160;<a href="javascript:toggle_node('DTfooter')"> &#9674; </a>&#160; Described type: messaging:message-format - <strong><a href="#TYPE_footer">footer</a></strong><br/>
 <div style="display: none; margin-bottom: 2px" id="DTfooter">
 <table>
@@ -4640,7 +4647,7 @@ function hide_all_tables()
 <tr>
  <td>descriptor</td>
  <td><strong>amqp:footer:map</strong></td>
- <td><a href="#TYPE_"></a></td>
+ <td></td>
  <td></td>
  <td></td>
  <td></td>
@@ -4652,7 +4659,7 @@ function hide_all_tables()
 </div>
 </div>
 <br/>
-<a name="ProvidedTypes"></a>
+<a id="ProvidedTypes"></a>
 <h3>Provided Types</h3>
 <a href="javascript:toggle_node('ProvTypes')"> &#9674; </a>&#160;Provided Types<br/>
 <div style="display: none; margin-bottom: 2px" id="ProvTypes">
@@ -4940,9 +4947,9 @@ function hide_all_tables()
 </table>
 </div>
 <br/>
-<a name="Indices"></a>
+<a id="Indices"></a>
 <h2>Indices</h2>
-<a name="TypeIndex"></a>
+<a id="TypeIndex"></a>
 <h3>Type Index</h3>
 <a href="javascript:toggle_node('TypIndex')"> &#9674; </a>&#160;Type Index<br/>
 <div style="display: none; margin-bottom: 2px" id="TypIndex">
@@ -5602,7 +5609,7 @@ function hide_all_tables()
 </table>
 </div>
 <br/>
-<a name="FieldIndex"></a>
+<a id="FieldIndex"></a>
 <h3>Field Index</h3>
 <a href="javascript:toggle_node('FldIndex')"> &#9674; </a>&#160;Field Index<br/>
 <div style="display: none; margin-bottom: 2px" id="FldIndex">
@@ -6240,7 +6247,7 @@ function hide_all_tables()
 </table>
 </div>
 <br/>
-<a name="EnumerationIndex"></a>
+<a id="EnumerationIndex"></a>
 <h3>Enumeration Index</h3>
 <a href="javascript:toggle_node('EnuIndex')"> &#9674; </a>&#160;Enumeration Index<br/>
 <div style="display: none; margin-bottom: 2px" id="EnuIndex">
@@ -6523,7 +6530,7 @@ function hide_all_tables()
 </table>
 </div>
 <br/>
-<a name="GrandIndex"></a>
+<a id="GrandIndex"></a>
 <h3>Grand Index</h3>
 <a href="javascript:toggle_node('GndIndex')"> &#9674; </a>&#160;Grand Index<br/>
 <div style="display: none; margin-bottom: 2px" id="GndIndex">
@@ -8583,7 +8590,7 @@ function hide_all_tables()
 </table>
 </div>
 <br/>
-<a name="XrefIndex3"></a>
+<a id="XrefIndex3"></a>
 <h3>Cross Reference Index</h3>
 <a href="javascript:toggle_node('XrefIndex')"> &#9674; </a>&#160;Type Cross Reference<br/>
 <div style="display: none; margin-bottom: 2px" id="XrefIndex">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org