Element |
Description |
Type |
Occurrences |
date |
Date on which the holiday occurs, in the following format: YYYY/MM/DD |
string |
1 |
setValue | true if this holiday occurs only once on a specific date; otherwise, false | Boolean | 1 |
<xs:complexType name="SoapOneTimeOnly"><xs:sequence><xs:element name="date" nillable="true" type="xs:string"/><xs:element name="setValue" type="xs:boolean"/></xs:sequence></xs:complexType>