Element |
Description |
Type |
Occurrences |
---|---|---|---|
countryIdentifier |
Unique database identifier of the associated country |
long |
1 |
day |
Numbered day of the month |
string |
1 |
description |
Description of the holiday |
string |
1 |
identifier |
Unique identifier assigned by the database |
long |
1 |
month |
Name of the month in which the holiday occurs |
string |
1 |
name |
Name of the holiday |
string |
1 |
<xs:complexType name="DayOfMonthHoliday">
<xs:sequence>
<xs:element name="countryIdentifier" type="xs:long"/>
<xs:element name="day" nillable="true" type="xs:string"/>
<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>