element <tabfooter>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, 1 element
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<tabfooter
    char
 = 
xs:normalizedString
    halign
 = 
("left" | "center" | "right" | "justify" | "char")
    valign
 = 
("top" | "middle" | "bottom" | "baseline")
    >
   
Content: 
tabrow+
</tabfooter>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Table footer
Description
Set of lines (consisting of at least one row) at the bottom of a table and generally containing totals.
Comments

Even though this element contains the table footer, in the XML document it must precede the groups of lines (“tabrowgr”) of the body of the table.

Examples
example 1
<tabtext id="tt1" type="4" lang="en">
    <tabcolgr halign="center">…</tabcolgr>
    <tabfooter>
        <tabrow id="tt1tl6">…</tabrow>
    </tabfooter>
    <tabrowgr>…</tabrowgr>
</tabtext>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tabfooter">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tabrow"/>
</xs:sequence>
<xs:attributeGroup ref="align"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/1)
tabrow
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="tabrow"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set