(Graphic+ | TGroup+) -(InformalTable | Equation | Example | Figure | Table)
InformalTable excludes these elements at every level:
InformalTable | Equation | Example | Figure | Table
This element has common and Role attributes.
Name | Value(s) | Type | Default Value |
---|---|---|---|
Colsep | NUMBER | #IMPLIED | |
Frame | (Top |Bottom |Topbot |All |Sides |None) | #IMPLIED | |
Label | CDATA | #IMPLIED | |
orient | (port|land) | #IMPLIED | |
pgwide | NUMBER | #IMPLIED | |
Rowsep | NUMBER | #IMPLIED | |
shortentry | NUMBER | #IMPLIED | |
tabstyle | NMTOKEN | #IMPLIED | |
tocentry | NUMBER | #IMPLIED |
Both the start- and end-tags are required for this element.
Untitled Table. See Table.
These elements contain InformalTable: Appendix, Article, BiblioDiv, Bibliography, BlockQuote, Callout, Caution, Chapter, Example, Figure, Footnote, GlossDef, GlossDiv, Glossary, Important, Index, IndexDiv, InformalExample, ListItem, MsgExplan, MsgText, Note, Para, PartIntro, Preface, Procedure, RefSect1, RefSect2, RefSect3, RefSynopsisDiv, Sect1, Sect2, Sect3, Sect4, Sect5, SetIndex, Sidebar, SimpleSect, Step, Tip, and Warning.
InformalTable contains these elements: Graphic, and TGroup.
In some contexts, additional elements may be allowed by inclusions in parent elements. Similarly, in some contexts, some of these elements may be invalid due to exclusions in parent elements.
Frame specifies how the table is to be framed.
For EntryTbl, if the value of Colsep is 1 (yes), display the internal column rulings to the right of the EntryTbl, except if the EntryTbl falls in the the last column, where the side rule setting applies; if 0 (no), do not display it. There is no default. The value is inherited from the enclosing TGroup.
Rowsep controls the occurance of horizontal rules between table rows. A value of 1 (yes) specifies that a rule should occur. A value of 0 (no) specifies that it should not. Rowsep is inherited from enclosing table elements.
Name of a table style defined in the FOSI.
ToCEntry indicates whether the table is to be included in a generated List of Tables. The default is 0 (no).
Determines whether the value of the Table's TitleAbbrev is to be used in an Index or ToC or LoT. If the value is 0 (no), the TitleAbbrev is not used; if 1 (yes), the TitleAbbrev is used.
Orient determines the orientation of the Table. The allowed values are Port (the orientation of the rest of the text of the Book, that is, upright) and Land (90 degrees counterclockwise from the orientation of the rest of the text of the Book). If you assume that the page is taller than it is wide, tables that take up a whole page and are wider than they are tall should be given the Land value. There is no default; the value may be inherited from the FOSI.
Pgwide indicates whether the table should be rendered within the current text flow (no, the value 0) or within the full text page width (yes, the value 1). There is no default.
Label holds an identifying number or string to be output in some manner when the element it is applied to is rendered.
<INFORMALTABLE COLSEP="1" FRAME="all" ROWSEP="0" SHORTENTRY="0" TOCENTRY="1" TABSTYLE="decimalstyle" ORIENT="land" PGWIDE="0"> <TGROUP ALIGN="char" CHAROFF="50" CHAR="." COLS="4"> <COLSPEC ALIGN="left" COLNUM="1" COLSEP="0" COLWIDTH="7pc"> <THEAD> <ROW> <ENTRY>Gas Ball</ENTRY> <ENTRY>1940</ENTRY> <ENTRY>1960</ENTRY> <ENTRY>1980</ENTRY> </ROW> </THEAD> <TFOOT> <ROW> <ENTRY>Rating</ENTRY> <ENTRY>3</ENTRY> <ENTRY>1</ENTRY> <ENTRY>2</ENTRY> </ROW> </TFOOT> <TBODY> <ROW> <ENTRY>Diameter</ENTRY> <ENTRY>345.021</ENTRY> <ENTRY>211.02</ENTRY> <ENTRY>221.3</ENTRY> </ROW> <ROW> <ENTRY>Color</ENTRY> <ENTRY>blue</ENTRY> <ENTRY>red</ENTRY> <ENTRY>yellow</ENTRY> </ROW> </TBODY> </TGROUP> </INFORMALTABLE>
[Prev] InformalExample
[Next] inlineobj.char.class
[Reference Home]
[Davenport Group Home]