Element |
Description |
Type |
Occurrences |
country |
Name of the country for which this holiday should be created. |
string |
1 |
description |
Description of the holiday | string | 0-1 |
<xs:complexType name="SoapHolidayDetail">
<xs:sequence>
<xs:element name="country" nillable="true" type="xs:string"/>
<xs:element name="description" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>