A Result consisting of a list of venues.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
Properties inherited from result |
|||||
| itemsPerPage | int | attribute | 1/1 | the amount of items you get per page | |
| page | int | attribute | 1/1 | the current page. starts at 1 | |
| total | int | attribute | 1/1 | the total amount of items matching the query | |
Example
<venues itemsPerPage="20" page="1" total="42"/>