> 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-paths/os-mastermap-highways-network-paths-technical-specification/feature-types/path.md).

# Path

A Path feature is a link set which represents a collection of PathLink features that share the same name (for example, Church Walk). A Path will reference the complete collection of RoadLink features irrespective of which authority boundary it falls within. A PathLink feature may be referenced by multiple Path features.

The context diagram shows how the Path feature has been inherited from INSPIRE and the attribution held on the Path.

<figure><img src="/files/Hl4v5yTnDyB9ql2k6smH" alt="Figure 11:Context diagram: Path"><figcaption><p>Context diagram: Path</p></figcaption></figure>

## Path attributes

A compound feature that represents a path with a name. This references a collection of PathLinks.

### id

Unique identifier; for Path, this is a TOID.

* **Attribute name**: gml\_id (GML), toid (GeoPackage), toid (Vector Tiles)
* **Type**: CharacterString
* **Size**: 20
* **Multiplicity**: \[1]

### identifier

Uniform Resource Identifier.

* **Attribute name**: identifier (GML), identifier (GeoPackage), Not provided (Vector Tiles)
* **Type**: CharacterString
* **Size**: 37
* **Multiplicity**: \[1]

### inspireId INSPIRE

External object identifier of the spatial object.

* **Attribute name**: inspireId
* **Type**: Identifier
* **Multiplicit**y: \[0..1]

### beginLifespanVersion «lifeCycleInfo» «voidable» INSPIRE

Date and time at which this version of the spatial object was inserted or changed in the spatial data set.

{% hint style="info" %}
The time part is always set to zero.
{% endhint %}

* **Attribute name**: beginLifespanVersion
* Type: DateTime
* Multiplicity: \[1]

### validFrom «voidable» INSPIRE

The time when the transport link set started to exist in the real world.

{% hint style="info" %}
The time part is always set to zero.
{% endhint %}

* **Attribute name**: validFrom
* **Type**: DateTime
* **Multiplicity**: \[1]

### reasonForChange

The reason for a change made to a feature.

* **Attribute name**: reasonForChange (GML), reason\_for\_change (GeoPackage), Not provided (Vector Tiles)
* **Type**: [ChangeValue](/os-downloads/products/transport-network-portfolio/os-mastermap-highways-network-fundamentals/os-mastermap-highways-network-code-lists/changevalue.md)
* **Size**: 32
* **Multiplicity**: \[1]

### pathName

The name assigned to the feature which all the referenced links have in common.

{% hint style="info" %}
Where a feature has more than one name, the language of each name is provided as a 3-digit ISO 639-2 code (‘eng’, ‘cym’, ‘gla’).
{% endhint %}

* **Attribute name**: pathName (GML), path\_name (GeoPackage), path\_name (Vector Tiles)
* **Type**: LocalisedCharacterString
* **Size**: 255
* **Multiplicity**: \[1..2]

#### link INSPIRE

The reference to the PathLink features which builds up the Path feature.

* **Attribute name**: link
* **Size**: 20
* **Multiplicity**: \[1..\*]


---

# 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-paths/os-mastermap-highways-network-paths-technical-specification/feature-types/path.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.
