tgroup

********************************************************************** * Define Element tgroup (Table Group) containing:- * * colspec - Optional Repeatable contains No Other Tags. * * spanspec - Optional Repeatable contains No Other Tags. * * thead - Optional Single contains colspec, row. * * tfoot - Optional Single contains colspec, row. * * tbody - Mandatory Single contains row. * *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@* * Attribute(s):- * * cols - NUMBER - REQUIRED - The number of distinct columns. * * tgstyle - NMTOKEN - IMPLIED - A unique table group style. * * colsep - NUMBER - IMPLIED - Internal Column rulings. * * - "0" - Do Not display internal column rulings. * * - "1" - Display internal column rulings. * * rowsep - NUMBER - IMPLIED - Internal Row rulings. * * - "0" - Do Not display internal row rulings. * * - "1" - Display internal row rulings. * * align - Declared - "left" - Text horizontal position within * * the column (or portion controlled by this * * tgroup. * * - "left" - Quad (flush) left. * * - "center" - Centered. * * - "right" - Quad (flush) right. * * - "justify"- Both quad left and quad right. * * - "char" - Align on leftmost of char, position be * * charoff. * * charoff - NUTOKEN - IMPLIED - The percent of the current width * * to the left of the (left edge of) the * * alignment character, eg "50". * * char - CDATA - IMPLIED - The value is the alignment * * character on which entries controlled by * * this tgroup are aligned. * ********************************************************************** --

Tag Minimization:      Open Tag Required      Close Tag Optional     

1. Allowed Content

colspec*, spanspec*, thead?, tfoot?, tbody)

2. Attributes

AttributeValue(s) Default Value
align |left |right |center |justify |char left
char CDATA #IMPLIED
charoff NUTOKEN #IMPLIED
cols NUMBER #REQUIRED
colsep NUMBER #IMPLIED
rowsep NUMBER #IMPLIED
tgstyle NMTOKEN #IMPLIED

3. Parent Elements

table  

Top Elements || All Elements || Tree


S1000D - ISSUE 2.2: DATA MODULE - PROCED DTD (SGML)