XML Data
The purpose of the first table is to match maps with the product available
on your site. The table contains one record per sailing. Most
cruises can be identified by ship name and departure date alone,
in some cases the length of the itinerary is needed. Sample reference code
for retrieval of maps is available free of charge upon request.
| Departures |
| OperatorName |
Common name of the cruise line |
| OperatorID |
CruiseCharts-assigned numeric cruise line ID |
| ShipName |
Name of the ship |
| ShipID |
CruiseCharts-assigned numeric ship ID |
| DepartureDate |
The day when the itinerary starts (may be different from
the date the cruise portion starts for cruise-tours) |
| TotalFullDays |
The total length of the itinerary, including any included pre-
or post- tours. The number is typically the number of nights included
in the itinerary |
| MapStyleID |
Numeric ID used to distinguish different styles or sizes
of maps, if applicable |
| PackagedMapID |
Numeric map ID which specifies a unique map file (for
example, 4005.jpg) |
| LastUpdated |
The date and time the assigned map for this itinerary departure
has been last changed or created |
The second table contains HTML image maps for all supplied maps.
| Maps |
| PackagedMapID |
Map ID from the above table |
| ImageMap |
Full HTML image map specifying hotspots for location labels and location
circles. The map code includes the <map> tag with the name attribute
equal to "map1". The hyperlinks have the target attribute equal to
"_blank" and the link contains the full name of the location and its ID as GET
parameters "l" and "id", respectively. The coding of the hyperlinks can be
customized.
|
|