| Element | Description | Default | Type | Mandatory |
|---|---|---|---|---|
| number | Number of the project | TEXT | Yes | |
| description | Name of the project | TEXT | Yes | |
| startdate | Start date of the project. Before the date, the project can not be used. | DATE | No | |
| enddate | End date of the project. After the date, the project can not be used. | DATE | No |
Example
<project number="111" description="Test" startdate="2021-03-01T00:00:00+02:00" enddate="2022-06-30T00:00:00+02:00"/>
