# RailwayStation

Point feature representing the buildings and platforms by a railway line where a train may stop to pick-up or drop-off goods or passengers.

* **Belongs to:** Buildings and Structures

## RailwayStation attributes

### distinctiveName

The name of the station, consistent with the names used by National Rail Enquiries. The suffix ‘Station’ is not added to the name.

* **Type**: CharacterString
* **Length**: 150
* **Multiplicity**: \[1]

### classification

The classification of the RailwayStation. The valid values are defined in the RailwayStationClassification code list.

* **Type**: RailwayStationClassification
* **Length**: 65
* **Multiplicity**: \[1]

### Geometry

Point representing the position of the railway station.

* **Type**: GM\_Point
* **Multiplicity**: \[1]

### featureCode

A unique feature code to facilitate styling. Each classification value has a unique feature code.

* **Type**: Integer
* **Multiplicity**: \[1]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.os.uk/os-downloads/products/maps-and-imagery-portfolio/os-vectormap-district/os-vectormap-district-technical-specification/feature-types/railwaystation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
