element <tabheader>
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
<tabheader
    char
 = 
xs:normalizedString
    halign
 = 
("left" | "center" | "right" | "justify" | "char")
    valign
 = 
("top" | "middle" | "bottom" | "baseline")
    >
   
Content: 
tabrow+
</tabheader>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Table header
Description
Set of lines (consisting of at least one row) at the top of a table and generally containing the headings for the column tables.
Examples
example 1
<tabtext id="tt1" type="5" lang="fr">
    <tabcolgr halign="left">…</tabcolgr>
    <tabheader>
        <tabrow id="tt1tl1">…</tabrow>
    </tabheader>
    <tabrowgr>…</tabrowgr>
</tabtext>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tabheader">
<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