TimeInterval Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents a half-open time interval that includes all times greater than or equal to the startTime and less than the endTime.

Syntax

<TimeInterval
    startTime = "string"
    endTime = "string">
</TimeInterval>

The following sections describe attributes, parent elements, and child elements.

Attributes

Name

Description

startTime

string type. Value range yyyy-mm-ddThh:mm:ssZ.

Specifies the start time of the interval. Represents a date and time in (ISO 8601 extended) UTC format.

endTime

string type. Value range yyyy-mm-ddThh:mm:ssZ.

Specifies the end time of the interval. Represents a date and time in (ISO 8601 extended) UTC format.

Element Information

Parent Elements

Element

Occurrence

GetSeatsReservedRequest

1

GetServiceUnavailableTimesRequest

1

GetServiceUnavailableTimesReply

1

SeatsReserved

1

TimeIntervalQuery

1

Child Element

Element

Occurrence

none

Not applicable

Remarks

The interval is all times greater than or equal to the startTime and less than the endTime.

Example

<TimeInterval startTime="2000-07-01T00:00:00Z"
       endTime="2000-08-01T00:00:00Z"/>

See Also

Concepts

Message Elements