element <tabpied>
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
<tabpied
   
alignh
 = 
("gauche" | "centre" | "droite" | "justifie" | "carac")
   
alignv
 = 
("haut" | "centre" | "bas" | "lignebase")
   
carac
 = 
xs:normalizedString
   
>
   
Content: 
</tabpied>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation

Étiquette: Pied de page d’un tableau

Description:
Pied de page dans un tableau.

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