element <tabcol>
Namespace:
Type:
embedded complexType
Content:
empty, 5 attributes
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<tabcol
   
alignh
 = 
("gauche" | "centre" | "droite" | "justifie" | "carac")
   
alignv
 = 
("haut" | "centre" | "bas" | "lignebase")
   
carac
 = 
xs:normalizedString
   
id
 = 
xs:ID
   
nbcol
 = 
xs:positiveInteger
/>
May be included in elements (2):
Known Usage Locations
Annotation

Étiquette: Colonne d’un tableau

Description:
Colonne dans un tableau.

exemple 1
<tabtexte id="tt1" type="5" lang="fr">
    <tabgrcol alignh="gauche">
        <tabcol id="tt1tc1"/>
        <tabcol id="tt1tc2" alignv="haut"/>
        <tabcol id="tt1tc3"/>
        <tabcol id="tt1tc4" alignh="centre"/>
        <tabcol id="tt1tc5"/>
    </tabgrcol>
    <tabgrligne>…</tabgrligne>
</tabtexte>
	             
XML Source (w/o annotations (1); see schema source)
<xs:element name="tabcol">
<xs:complexType>
<xs:attributeGroup ref="id"/>
<xs:attributeGroup ref="nbcol"/>
<xs:attributeGroup ref="align"/>
</xs:complexType>
</xs:element>