SoapSubscriptionTimeframe data structure

Element

Description

Type

Occurrences

dayList

Days on which the Subscription is active

SoapDayList

1

durationHours

Hours part of duration

integer

1

durationMinutes

Minutes part of duration

integer

1

startDate

Date on which the Subscription should begin (this date may occur in the past)

string 1

startTime

Time at which the Subscription becomes active

string

1

timeZone

Name of the Subscription's time zone

string

1

Specification:

<xs:complexType name="SoapSubscriptionTimeframe">
  <xs:sequence>
    <xs:element name="dayList" nillable="true" type="ns:SoapDayList" />
    <xs:element name="durationHours" type="xs:int" />
    <xs:element name="durationMinutes" type="xs:int" />
    <xs:element name="startDate" nillable="true" type="xs:string"/>
    <xs:element name="startTime" nillable="true" type="xs:string" />
    <xs:element name="timeZone" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Example