<?xml version="1.0" encoding="utf-8"?>
<table xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="d1e3477b" frame="all">
<info>
  <title>A table with a title</title>
</info>
<alt>Table summary</alt>
<textobject>
  <phrase>Some short alt text</phrase>
</textobject>
<textobject>
  <para>This is the long description of this table.</para>
</textobject>
<tgroup cols="3">
  <tbody>
    <row>
      <entry>a1</entry>
      <entry>b1</entry>
      <entry>c1</entry>
    </row>
  </tbody>
</tgroup>
</table>
