Element |
Description |
Type |
Occurrences |
countryIdentifier |
Identifier of the country in which the holiday occurs |
long |
1 |
day |
Day of the year on which the holiday occurs |
integer |
1 |
description |
Description of the holiday |
string |
1 |
identifier |
Identifier of the holiday |
long |
1 |
month |
Month in which the holiday occurs |
string |
1 |
name |
Name of the holiday |
string |
1 |
year |
Year in which the holiday occurs |
integer |
1 |
<xs:complexType name="SoapOneTimeHoliday">
<xs:sequence>
<xs:element name="countryIdentifier" type="xs:long" />
<xs:element name="day" type="xs:int" />
<xs:element name="description" nillable="true" type="xs:string" />
<xs:element name="identifier" type="xs:long" />
<xs:element name="month" nillable="true" type="xs:string" />
<xs:element name="name" nillable="true" type="xs:string" />
<xs:element name="year" type="xs:int" />
</xs:sequence>
</xs:complexType>