Element application day:
Element | M | Type | Restrictions | Description |
| @id | Y | String | Passenger identifyer | |
@name | Y | String | Name for the passenger | |
| @amount | N | Double | Amount for the passenger | |
| @age | N | String | Age for the passenger | |
@birthDate | Y | Date | Format: dd/MM/yyyy | Birthdate for the passenger |
Example Guest:
<guest id="1" name="Guest name" amount="825.25" age="33" birthDate="01/04/1987"/>