Information about an occupation update:
Element | M | Type | Restrictions | Description |
@adults | Y | Integer | Number of adults | |
@children | Y | Integer | Number of children | |
@babies | Y | Integer | Number of babies | |
@status | Y | String | Values: Open, Closed | Indicates the status for the occupation |
@amount | Y | Double | Indicates the daily amount for the occupation |
Example Occupation:
<occupation adults="1" children="0" babies="0" statuss="0pen" amount="512.0" />