element <tabgrligne>
Namespace:
Type:
embedded complexType
Content:
complex, 3 attributes, 1 element
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<tabgrligne
   
alignh
 = 
("gauche" | "centre" | "droite" | "justifie" | "carac")
   
alignv
 = 
("haut" | "centre" | "bas" | "lignebase")
   
carac
 = 
xs:normalizedString
   
>
   
Content: 
</tabgrligne>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation

Étiquette: Groupe ligne d’un tableau

Description:
Regroupement de lignes dans un tableau.

exemple 1
<tabtexte id="tt1" type="4" lang="en">
    <tabgrcol alignh="centre">…</tabgrcol>
    <tabgrligne>…</tabgrligne>
    <tabgrligne alignh="carac" carac=".">
        <tablignel id="tt1tl4">…</tabligne>
        <tablignel id="tt1tl5">…</tabligne>            
        <tablignel id="tt1tl6">…</tabligne>                       
    </tabgrligne>
    <tabgrligne>…</tabgrligne>
</tabtexte>
	             
XML Source (w/o annotations (1); see schema source)
<xs:element name="tabgrligne">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tabligne"/>
</xs:sequence>
<xs:attributeGroup ref="align"/>
</xs:complexType>
</xs:element>