JATS-0044 - Table

Topic Overview

JATS-0044-001

An xref pointing to a table should point to the table-wrap element

JATS-0044-002

When @align="char" the @char attribute is required

JATS-0044-018

When @align="char" the @char attribute is required on all oasis:colspec children

JATS-0044-003

@char attribute should contain exactly one character

JATS-0044-004

@charoff attribute should contain a number between 0 and 100

JATS-0044-005

colsep attribute value should be a number, found "@colsep"

JATS-0044-006

rowsep attribute value should be a number, found "@rowsep"

JATS-0044-007

tgroup/@cols attribute @cols should match the number of columns defined by colspec count(oasis:colspec)

JATS-0044-008

Each colspec should have a unique value for colname within tgroup

JATS-0044-009

The colwidth attribute should specify a proportion in the form * or 1*, or a fixed width in the form of a number followed by a unit which is either pt, pi, pc, in, cm, or mm. Found "@colwidth"

JATS-0044-010

@colnum values on colspec should be sequential numbers starting with 1

JATS-0044-011

A row in a table should not have more columns than there are columns defined in the table. Row count(preceding-sibling::oasis:row) + 1 has $rowCols columns while the table defines ancestor::oasis:tgroup/@cols columns.

JATS-0044-012

An entry that spans multiple columns should have both @namest and @nameend

JATS-0044-013

@namest, @nameend, @colname attributes on entry should refer to a colspec using a value of @colname

JATS-0044-014

The column referenced by namest should not be to the right of the column referenced by nameend

JATS-0044-015

morerows should be an integer greater than or equal to 0

JATS-0044-016

morerows should not specify a number greater than the number of rows available

JATS-0044-017

An entry should not specify a column via namest or colname that is to the left of where the entry would be placed by default. (declared position of column: $declared-position; default position: $default-position