> For the complete documentation index, see [llms.txt](https://docs.os.uk/os-downloads/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.os.uk/os-downloads/products/transport-network-portfolio/os-mastermap-highways-network-fundamentals/os-mastermap-highways-network-overview/feature-types.md).

# Feature types

OS MasterMap Highways Network products' features are classified into feature types. Each feature type has associated attribution, and further detail of this can be found in each product's technical specification.

## Core features included in the Roads product

* Road Link
* Road Node
* Road
* Street
* Road Junction
* Ferry Link
* Ferry Node
* Ferry Terminal

## Core features included in the RAMI product

* Road Link
* Road Node
* Road
* Street
* Road Junction
* Ferry Link
* Ferry Node
* Ferry Terminal
* Access Restrictions
* Turn Restrictions
* Restrictions For Vehicles
* Hazards
* Structures
* Maintenance
* Reinstatement
* Highways Dedication
* Special Designations

## Core features included in the Paths product

* Path Link
* Path Node
* Connecting Link
* Connecting Node
* Path
* Street
* Ferry Link
* Ferry Node
* Ferry Terminal
* Maintenance
* Reinstatement
* Highways Dedication
* Special Designations

## **Comparison of the feature types included across the three products**

The following comparison table details the feature types present within the OS MasterMap Highways Network products. The letter *Y* indicates that a feature type is present in a product, whereas the letter *N* indicates that a feature type is not present in a product.

<table data-full-width="false"><thead><tr><th width="168">Feature type</th><th width="119">Roads</th><th width="108">RAMI</th><th width="119">Paths</th></tr></thead><tbody><tr><td>Road Link</td><td>Y</td><td>Y</td><td>N</td></tr><tr><td>Road Node</td><td>Y</td><td>Y</td><td>N</td></tr><tr><td>Path Link</td><td>N</td><td>N</td><td>Y</td></tr><tr><td>Path Node</td><td>N</td><td>N</td><td>Y</td></tr><tr><td>Connecting Link</td><td>N</td><td>N</td><td>Y</td></tr><tr><td>Connecting Node</td><td>N</td><td>N</td><td>Y</td></tr><tr><td>Road</td><td>Y</td><td>Y</td><td>N</td></tr><tr><td>Path</td><td>N</td><td>N</td><td>Y</td></tr><tr><td>Street</td><td>Y</td><td>Y</td><td>Y</td></tr><tr><td>Road Junction</td><td>Y</td><td>Y</td><td>N</td></tr><tr><td>Ferry Link</td><td>Y</td><td>Y</td><td>Y</td></tr><tr><td>Ferry Node</td><td>Y</td><td>Y</td><td>Y</td></tr><tr><td>Ferry Terminal</td><td>Y</td><td>Y</td><td>Y</td></tr><tr><td>Access Restrictions</td><td>N</td><td>Y</td><td>N</td></tr><tr><td>Turn Restrictions</td><td>N</td><td>Y</td><td>N</td></tr><tr><td>Restrictions For Vehicles</td><td>N</td><td>Y</td><td>N</td></tr><tr><td>Hazards</td><td>N</td><td>Y</td><td>N</td></tr><tr><td>Structures</td><td>N</td><td>Y</td><td>N</td></tr><tr><td>Maintenance</td><td>N</td><td>Y</td><td>Y</td></tr><tr><td>Reinstatement</td><td>N</td><td>Y</td><td>Y</td></tr><tr><td>Highways Dedication</td><td>N</td><td>Y</td><td>Y</td></tr><tr><td>Special Designations</td><td>N</td><td>Y</td><td>Y</td></tr></tbody></table>

{% hint style="info" %}

* All orders of OS MasterMap Highways Network products are supplied with a [feature validation data set](/os-downloads/products/transport-network-portfolio/os-mastermap-highways-network-fundamentals/os-mastermap-highways-network-overview/feature-validation-data-set.md) (FVDS).
* The [OS Open Roads Lookup Table](/os-downloads/products/transport-network-portfolio/os-mastermap-highways-network-fundamentals/os-mastermap-highways-network-overview/os-open-roads-lookup-table.md) is supplied as a comma-separated values (CSV) file with all orders of the Roads and RAMI products, but it is not supplied with orders of the Paths product.
  {% endhint %}

The following pages give a description for each feature type.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.os.uk/os-downloads/products/transport-network-portfolio/os-mastermap-highways-network-fundamentals/os-mastermap-highways-network-overview/feature-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
