You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.5 KiB
56 lines
1.5 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<title>Title</title> |
|
<link rel="stylesheet" href="main.css"> |
|
</head> |
|
<body style="padding: 0"> |
|
<h3>LocationSearchResult</h3> |
|
<table class="retv"> |
|
<tr> |
|
<th style="width: 25%">Name</th> |
|
<th style="width: 15%">Type</th> |
|
<th style="width: 60%">Description</th> |
|
</tr> |
|
<tr> |
|
<td class="name">tiplocCode</td> |
|
<td>String</td> |
|
<td>Timing Point Location. This code is used in train schedule.</td> |
|
</tr> |
|
<tr> |
|
<td class="name">nalco</td> |
|
<td>String</td> |
|
<td>National Location Code. A 6-digits code generally used for retail purpose.</td> |
|
</tr> |
|
<tr> |
|
<td class="name">stanox</td> |
|
<td>String</td> |
|
<td> |
|
Station Number, can refer to non-station locations such as sidings and junctions. STANOX codes are grouped by |
|
geographical area - the first two digits specify the area in which the location exists. |
|
</td> |
|
</tr> |
|
<tr> |
|
<td class="name">crsCode</td> |
|
<td>String</td> |
|
<td>A 3-character code used for stations.</td> |
|
</tr> |
|
<tr> |
|
<td class="name">displayName</td> |
|
<td>String</td> |
|
<td>Name of the station/timing point</td> |
|
</tr> |
|
<tr> |
|
<td class="name">matchScore</td> |
|
<td>int</td> |
|
<td>How good are the entries match the given search criteria.</td> |
|
</tr> |
|
<tr> |
|
<td class="name">resultGroup</td> |
|
<td>String</td> |
|
<td>Grouping of the result. The entries with same value comes from same group.</td> |
|
</tr> |
|
</table> |
|
</body> |
|
</html> |