schedule:occurrence

An occurrence element defines the schedule of an event that occurs only once.

This element belongs to the http://xmlns.escenic.com/2011/schedule namespace. The conventional prefix for this namespace is schedule.

Syntax
<schedule:occurrence
    date="text"
    start-time="text"
    end-time="text"
  />
Attributes
date="text"

The date on which the event occurs. The date must be specified in ISO-8601 format - that is, YYYY-MM-DD.

start-time="text"

The event start time, specified in ISO.8601 format - that is, hh:mm:ss.

end-time="text"

The event end time, specified in ISO.8601 format - that is, hh:mm:ss.