element <tabcol>
Namespace:
Type:
anonymous complexType
Content:
empty, 5 attributes
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<tabcol
    char
 = 
xs:normalizedString
    halign
 = 
("left" | "center" | "right" | "justify" | "char")
    id
 = 
xs:ID
    nbcol
 = 
xs:positiveInteger
    valign
 = 
("top" | "middle" | "bottom" | "baseline")
/>
May be included in elements (2):
Known Usage Locations
Annotation
Label
Table column
Description
Column in a table.
Examples
example 1
<tabtext id="tt1" type="5" lang="fr">
    <tabcolgr halign="left">
        <tabcol id="tt1tc1"/>
        <tabcol id="tt1tc2" valign="top"/>
        <tabcol id="tt1tc3"/>
        <tabcol id="tt1tc4" halign="center"/>
        <tabcol id="tt1tc5"/>
    </tabcolgr>
    <tabrowgr>…</tabrowgr>
</tabtext>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tabcol">
<xs:complexType>
<xs:attributeGroup ref="id"/>
<xs:attributeGroup ref="nbcol"/>
<xs:attributeGroup ref="align"/>
</xs:complexType>
</xs:element>

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