SoapDayOfMonthHoliday data structure

Element

Description

Type

Occurrences

countryIdentifier

Identifier of the country in which this holiday applies

long

1

day

Day of the month on which this holiday occurs

integer

1

description

Description of the holiday

string

1

identifier

Identifier for this holiday

long

1

month

Month in which the holiday occurs

string

1

name

Name of the holiday

string

1

Specification:

<xs:complexType name="SoapDayOfMonthHoliday">

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

</xs:complexType>

Example