row

A <row> defines a row in the mapping table. The values for the columns within the row are defined by the enclosing <col> elements and correspond to the columns defined for the mapping table and must occur in the same order as the <col-def> elements. If there are fewer columns than there are columns defined for the table, then the missing columns will be assumed to be blank. If there are more columns in the row than are defined in the table, the additional columns are ignored.

Example

See <mapping-table>.

Allowed Content

Element

Description

col

Mapping table column within a row.

Attributes

None

Content Rule

( col * )

Parent Elements

Element

Description

mapping-table

Mapping table.