Element |
Description |
Type |
Occurrences |
---|---|---|---|
day |
Number of the day on which the holiday occurs |
string |
1 |
month | Name of the month in which the holiday occurs | string | 1 |
setValue | true if the custom holiday occurs on a specific day and month each year; otherwise, false | Boolean | 1 |
<xs:complexType name="SoapDayOfMonth"><xs:sequence><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>