offer
Namespace: |
(default namespace) |
XML Schema: |
ns0.xsd |
Event's offer. If not free, will provide pricing and ticket stores information
XML
Elements
name (type) |
min/max occurs |
description |
freeAdmission (boolean)
|
0/1 |
Indicates if the admission is free or not
|
freeAdmissionCondition (string)
|
0/1 |
If the admission is free, it may have an admission condition
|
eventPrice (price)
|
0/unbounded |
Price list
|
eventTicketStore (ticketStore)
|
0/unbounded |
Ticket store list
|
JSON
property |
type |
description |
freeAdmission |
freeAdmission (boolean)
|
Indicates if the admission is free or not
|
freeAdmissionCondition |
freeAdmissionCondition (string)
|
If the admission is free, it may have an admission condition
|
eventPrice |
array of eventPrice (price)
|
Price list
|
eventTicketStore |
array of eventTicketStore (ticketStore)
|
Ticket store list
|