SoapHolidayDetail data structure

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

Specification

<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>

 

Example