Namespace:  | 
|
Type:  | 
embedded complexType  | 
Content:  | 
complex, 4 attributes, 2 elements  | 
Defined:  | 
globally in eruditarticle.xsd, see XML source  | 
Includes:  | 
definitions of 2 elements  | 
Used:  | 
at 3 locations  | 
XML Representation Summary  | 
|||||
<tabligne  | 
|||||
| alignh |  =   | 
("gauche" | "centre" | "droite" | "justifie" | "carac")  | 
|||
| alignv |  =   | 
("haut" | "centre" | "bas" | "lignebase")  | 
|||
| carac |  =   | 
xs:normalizedString  | 
|||
| id |  =   | 
xs:ID  | 
|||
>  | 
|||||
  | 
|||||
</tabligne>  | 
|||||
<tabgrligne alignh="droite">
    <tablignel id="tt1tl4">
        <tabcellulee id="tt1te4" idcol="tt1tc1" idligne="tt1tl4">…</tabcellulee>
        <tabcelluled id="tt1td13" idcol="tt1tc2" idligne="tt1tl4">…</tabcelluled>
        <tabcelluled id="tt1td14" idcol="tt1tc3" idligne="tt1tl4">…</tabcelluled>
        <tabcelluled id="tt1td15" idcol="tt1tc4" idligne="tt1tl4">…</tabcelluled>
        <tabcelluled id="tt1td16" idcol="tt1tc5" idligne="tt1tl4">…</tabcelluled>
    </tabligne>
    <tablignel id="tt1tl5">…</tabligne>         
    <tablignel id="tt1tl6" alignv="bas">…</tabligne>                       
</tabgrligne>
	             | <xs:element name="tabligne"> <xs:complexType> <xs:choice maxOccurs="unbounded"> </xs:choice> </xs:complexType> </xs:element>  |