Schema Central > CALS > soextblx.xsd > row
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

row

Identifies the row information in a thead or tbody element. Default values come from the enclosing thead, tbody, or tgroup attribute values for like-named attributes.

The number of columns consumed by the entrys in a row including their spans, and by columns encroached by an entry with morerows from a prior row of a tgroup, shall not exceed the cols attribute value in effect for this tgroup. It is left up to the implementation how to handle the situation when more than one entry would fill any column of a row, including by spanning or straddling. It is recommended that an authoring or editing implementation or any implementation that verifies the compliance of the table markup to this Memorandum offer the option of producing a warning message when it encounters such markup. It is an error for an authoring or editing implementation to produce a table with such conflicting markup.

If the number of columns consumed is less than the number of columns specified in the tgroup's cols attribute, then the missing entrys (without spanning or straddling) are implicitly present, and their colsep and rowsep rulings are inherited.

Element information

Namespace: None

Schema document: soextblx.xsd

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
rowsep [0..1]yesorno
valign [0..1]Anonymous

Used in

Sample instance

<row>
   <entry namest="c1" nameend="c2" align="center">Horizontal Span</entry>
   <entry>a3</entry>
   <entry>a4</entry>
   <entry>a5</entry>
</row>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com