Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 3 attributes, 1 element |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definition of 1 element |
Used: |
at 1 location |
XML Representation Summary | |||||
<tabfooter | |||||
char | = |
xs:normalizedString | |||
halign | = |
("left" | "center" | "right" | "justify" | "char") | |||
valign | = |
("top" | "middle" | "bottom" | "baseline") | |||
> | |||||
|
|||||
</tabfooter> |
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.
<tabtext id="tt1" type="4" lang="en"> <tabcolgr halign="center">…</tabcolgr> <tabfooter> <tabrow id="tt1tl6">…</tabrow> </tabfooter> <tabrowgr>…</tabrowgr> </tabtext>
<xs:element name="tabfooter"> <xs:complexType> <xs:sequence> </xs:sequence> </xs:complexType> </xs:element> |
Type: |
anonymous, complex content |
<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 |