Table

The element Table defines a table. EXAMPLE The following table from ICD-10 at codes H54
            Table 1 — Classification of severity of visual impairment
+-----------------------------------------------------------------------------------------------------------------------+
| Category of visual                    | Visual acuity with best possible correction                                   |
| impairment                            | Maximum less than:                    | Minimum equal to or better than:      |
|---------------------------------------+---------------------------------------+---------------------------------------|
|                                       | 6/18                                  | 6/60                                  |
| 1                                     | 3/10 (0,3)                            | 1/10 (0,1)                            |
|                                       | 20/70                                 | 20/200                                |
|---------------------------------------+---------------------------------------+---------------------------------------|
|                                       | 6/60                                  | 3/60                                  |
| 2                                     | 1/10 (0,1)                            | 1/20 (0,05)                           |
|                                       | 20/200                                | 20/400                                |
|---------------------------------------+---------------------------------------+---------------------------------------|
|                                       | 3/60                                  | 1/60 1/60 (finger counting at 1metre) |
| 3                                     | 1/20 (0,05)                           | 1/50 (0,02)                           |
|                                       | 20/400                                | 5/300 (20/1200)                       |
|---------------------------------------+---------------------------------------+---------------------------------------|
|                                       | 1/60 (finger counting at 1metre)      |                                       |
| 4                                     | 1/50 (0,02)                           | Light perception                      |
|                                       | 5/300                                 |                                       |
|---------------------------------------+---------------------------------------+---------------------------------------|
| 5                                     | No light perception                                                           |
| 9                                     | Undetermined or unspecified                                                   |
| WHO Technical Report Series No. 518, 1973                                                                             |
+-----------------------------------------------------------------------------------------------------------------------+
                
would be represented in this standard as:<Table>
  <Caption>Classification of severity of visual impairment</Caption>
  <THead>
    <Row>
      <Cell rowspan="2">Category of visual impairment</Cell>
      <Cell colspan="2">Visual acuity with best possible correction</Cell>
    </Row>
    <Row>
      <Cell>Maximum less than:</Cell>
      <Cell>Minimum equal to or better than:</Cell>
    </Row>
  </THead>
  <TBody>
    <Row>
      <Cell rowspan="3">1</Cell>
      <Cell>6/18</Cell>
      <Cell>6/60</Cell>
    </Row>
    <Row>
      <Cell>3/10 (0,3)</Cell>
      <Cell>1/10 (0,1)</Cell>
    </Row>
    <Row>
      <Cell>20/70</Cell>
      <Cell>20/200</Cell>
    </Row>
    <Row>
      <Cell rowspan="3">2</Cell>
      <Cell>6/60</Cell>
      <Cell>3/60</Cell>38</Row>
    <Row>
      <Cell>1/10 (0,1)</Cell>
      <Cell>1/20 (0,05)</Cell>
    </Row>
    <Row>
      <Cell>20/200</Cell>
      <Cell>20/400</Cell>
    </Row>
    <Row>
      <Cell rowspan="3">3</Cell>
      <Cell>3/60</Cell>
      <Cell>1/60 (finger counting at 1metre)</Cell>
    </Row>
    <Row>
      <Cell>1/20 (0,05)</Cell>
      <Cell>1/50 (0,02)</Cell>
    </Row>
    <Row>
      <Cell>20/400</Cell>
      <Cell>5/300 (20/1200)</Cell>
    </Row>
    <Row>
      <Cell rowspan="3">4</Cell>
      <Cell>1/60 (finger counting at 1metre)</Cell>
      <Cell rowspan="3">Light perception</Cell>
    </Row>
    <Row>
      <Cell>1/50 (0,02)</Cell>
    </Row>
    <Row>
      <Cell>5/300</Cell>
    </Row>
    <Row>
      <Cell>9</Cell>
      <Cell colspan="2">Undetermined or unspecified</Cell>
    </Row>
  </TBody>
  <TFoot>
    <Row>
      <Cell colspan="3">WHO Technical Report Series No. 518, 1973</Cell>
    </Row>
  </TFoot>
</Table>

Element Information

Model

Children: Caption, TBody, TFoot, THead

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
The attribute class may be used to assign a class name to a Table.

Used By

Elements Cell, ListItem
Element Group rubric.complex

Source

<xs:element name="Table">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Table defines a table. EXAMPLE The following table from ICD-10 at codes H54 Table 1 — Classification of severity of visual impairment +-----------------------------------------------------------------------------------------------------------------------+ | Category of visual | Visual acuity with best possible correction | | impairment | Maximum less than: | Minimum equal to or better than: | |---------------------------------------+---------------------------------------+---------------------------------------| | | 6/18 | 6/60 | | 1 | 3/10 (0,3) | 1/10 (0,1) | | | 20/70 | 20/200 | |---------------------------------------+---------------------------------------+---------------------------------------| | | 6/60 | 3/60 | | 2 | 1/10 (0,1) | 1/20 (0,05) | | | 20/200 | 20/400 | |---------------------------------------+---------------------------------------+---------------------------------------| | | 3/60 | 1/60 1/60 (finger counting at 1metre) | | 3 | 1/20 (0,05) | 1/50 (0,02) | | | 20/400 | 5/300 (20/1200) | |---------------------------------------+---------------------------------------+---------------------------------------| | | 1/60 (finger counting at 1metre) | | | 4 | 1/50 (0,02) | Light perception | | | 5/300 | | |---------------------------------------+---------------------------------------+---------------------------------------| | 5 | No light perception | | 9 | Undetermined or unspecified | | WHO Technical Report Series No. 518, 1973 | +-----------------------------------------------------------------------------------------------------------------------+ would be represented in this standard as:
      <Table>
        <Caption>Classification of severity of visual impairment</Caption>
        <THead>
          <Row>
            <Cell rowspan="2">Category of visual impairment</Cell>
            <Cell colspan="2">Visual acuity with best possible correction</Cell>
          </Row>
          <Row>
            <Cell>Maximum less than:</Cell>
            <Cell>Minimum equal to or better than:</Cell>
          </Row>
        </THead>
        <TBody>
          <Row>
            <Cell rowspan="3">1</Cell>
            <Cell>6/18</Cell>
            <Cell>6/60</Cell>
          </Row>
          <Row>
            <Cell>3/10 (0,3)</Cell>
            <Cell>1/10 (0,1)</Cell>
          </Row>
          <Row>
            <Cell>20/70</Cell>
            <Cell>20/200</Cell>
          </Row>
          <Row>
            <Cell rowspan="3">2</Cell>
            <Cell>6/60</Cell>
            <Cell>3/60</Cell>38</Row>
          <Row>
            <Cell>1/10 (0,1)</Cell>
            <Cell>1/20 (0,05)</Cell>
          </Row>
          <Row>
            <Cell>20/200</Cell>
            <Cell>20/400</Cell>
          </Row>
          <Row>
            <Cell rowspan="3">3</Cell>
            <Cell>3/60</Cell>
            <Cell>1/60 (finger counting at 1metre)</Cell>
          </Row>
          <Row>
            <Cell>1/20 (0,05)</Cell>
            <Cell>1/50 (0,02)</Cell>
          </Row>
          <Row>
            <Cell>20/400</Cell>
            <Cell>5/300 (20/1200)</Cell>
          </Row>
          <Row>
            <Cell rowspan="3">4</Cell>
            <Cell>1/60 (finger counting at 1metre)</Cell>
            <Cell rowspan="3">Light perception</Cell>
          </Row>
          <Row>
            <Cell>1/50 (0,02)</Cell>
          </Row>
          <Row>
            <Cell>5/300</Cell>
          </Row>
          <Row>
            <Cell>9</Cell>
            <Cell colspan="2">Undetermined or unspecified</Cell>
          </Row>
        </TBody>
        <TFoot>
          <Row>
            <Cell colspan="3">WHO Technical Report Series No. 518, 1973</Cell>
          </Row>
        </TFoot>
      </Table>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="Caption"/>
      <xs:element minOccurs="0" ref="THead"/>
      <xs:element minOccurs="0" ref="TBody"/>
      <xs:element minOccurs="0" ref="TFoot"/>
    </xs:sequence>
    <xs:attributeGroup ref="attlist.Table"/>
  </xs:complexType>
</xs:element>

Sample