<PERIOD> : Period

Java class : leon.view.LyPeriod

ROLE

A period allows dividing an interval of a Gantt planning into several sub-parts. It is described by a begin date and an end date.

ATTRIBUTES

<!ATTLIST PERIOD
	  beginDate CDATA #REQUIRED
	  endDate CDATA #REQUIRED>
Attribute Mand. Description Default
beginDate yes Begin date (respecting date format of the Gantt planning).  
endDate yes End date (respecting date format of the Gantt planning).  

SAMPLE

<PERIOD beginDate="12/04/2004" label="12/25/2004"/>