Element |
Description |
Type |
Occurrences |
---|---|---|---|
dayOfMonthHolidayList |
List of day-of-the-month holidays |
1 |
|
dayOfWeekHolidayList |
List of day-of-the-week holidays |
1 |
|
oneTimeHolidayList |
List of one-time holidays |
1 |
<xs:complexType name="SoapActiveHolidays">
<xs:sequence>
<xs:element name="dayOfMonthHolidayList" nillable="true" type="ns:SoapDayOfMonthHolidayList" />
<xs:element name="dayOfWeekHolidayList" nillable="true" type="ns:SoapDayOfWeekHolidayList" />
<xs:element name="oneTimeHolidayList" nillable="true" type="ns:SoapOneTimeHolidayList" />
</xs:sequence>
</xs:complexType>