JATS-0044-001
An xref pointing to a table should point to the table-wrap element
An xref pointing to a table should point to the table-wrap element
When @align="char" the @char attribute is required
When @align="char" the @char attribute is required on all oasis:colspec children
@char attribute should contain exactly one character
@charoff attribute should contain a number between 0 and 100
colsep attribute value should be a number, found "@colsep"
rowsep attribute value should be a number, found "@rowsep"
tgroup/@cols attribute @cols should match the number of columns defined by colspec count(oasis:colspec)
Each colspec should have a unique value for colname within tgroup
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"
@colnum values on colspec should be sequential numbers starting with 1
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.
An entry that spans multiple columns should have both @namest and @nameend
@namest, @nameend, @colname attributes on entry should refer to a colspec using a value of @colname
The column referenced by namest should not be to the right of the column referenced by nameend
morerows should be an integer greater than or equal to 0
morerows should not specify a number greater than the number of rows available
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