<FOOTERS> : Footers List

Java class : leon.view.LyFooters

ROLE

A footers list allows to display footers at the bottom of a table.
A footers list does not contain any element: this is only a non-empty list of footers.

ATTRIBUTES

<!ATTLIST FOOTERS
	  id NMTOKEN #IMPLIED
	  template NMTOKEN #IMPLIED
	  font CDATA #IMPLIED
	  color CDATA #IMPLIED
	  fontColor CDATA #IMPLIED>
Attribute Mand. Description Default
id no FOOTERS.id  
template no FOOTERS.template  
font no FOOTERS.font  
color no FOOTERS.color  
fontColor no FOOTERS.fontColor  

ELEMENTS

<!ELEMENT FOOTERS 
	  (FOOTER*)>
Element Mand. Mult. Description
FOOTER no yes Footer contained in the footers list.