SoapDayOfWeekHoliday data structure

Element

Description

Type

Occurrences

countryIdentifier

Identifier of the country in which this holiday applies

long

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

weekOfMonth

Week of the month in which this holiday occurs

string

1

weekday

Day of the week on which this holiday occurs

string

1

Specification:

<xs:complexType name="SoapDayOfWeekHoliday">

  <xs:sequence>

    <xs:element name="countryIdentifier" type="xs:long" />

    <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="weekOfMonth" nillable="true" type="xs:string" />

    <xs:element name="weekday" nillable="true" type="xs:string" />

  </xs:sequence>

</xs:complexType>

Example