Element |
Description |
Type |
Occurrences |
---|---|---|---|
condition |
Indicates the condition under which the holiday occurs; accepts the following values: first, second, third, fourth, last |
string |
1 |
day | Name of the day of the week on which the holiday occurs. | string | 1 |
month | Name of the month during which the holiday occurs | string | 1 |
setValue | true if the holiday occurs during a specific week of a month each year; otherwise, false | Boolean | 1 |
<xs:complexType name="SoapDayOfWeek"><xs:sequence><xs:element name="condition" nillable="true" type="xs:string"/><xs:element name="day" nillable="true" type="xs:string"/><xs:element name="month" nillable="true" type="xs:string"/><xs:element name="setValue" type="xs:boolean"/></xs:sequence></xs:complexType>