> 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-detailed-path-network/os-detailed-path-network-downloads.md).

# OS Detailed Path Network Downloads

{% hint style="info" %}

### Product download

This page provides downloadable files to support the product in use. To download the product itself, please visit the [OS Data Hub](https://osdatahub.os.uk/data).
{% endhint %}

## XML code lists

XML versions of the OS Detailed Path Network code lists are available below:

* [LevelCodeValue.xml](https://www.ordnancesurvey.co.uk/xml/codelists/LevelCodeValue.xml)
* [PotentialHazardValue.xml](https://www.ordnancesurvey.co.uk/xml/codelists/PotentialHazardValue.xml)
* [RightOfWayValue.xml](https://www.ordnancesurvey.co.uk/xml/codelists/RightOfWayValue.xml)
* [RouteDescriptiveGroupValue.xml](https://www.ordnancesurvey.co.uk/xml/codelists/RouteDescriptiveGroupValue.xml)
* [RouteDescriptiveTermValue.xml](https://www.ordnancesurvey.co.uk/xml/codelists/RouteDescriptiveTermValue.xml)
* [RouteLinkDescriptiveTermValue.xml](https://www.ordnancesurvey.co.uk/xml/codelists/RouteLinkDescriptiveTermValue.xml)
* [RouteNodeDescriptiveTermValue.xml](https://www.ordnancesurvey.co.uk/xml/codelists/RouteNodeDescriptiveTermValue.xml)
* [SurfaceTypeValue.xml](https://www.ordnancesurvey.co.uk/xml/codelists/SurfaceTypeValue.xml)

Code lists provide a controlled list and formal definition for values used in certain attributes of the product.

## XML schema

The OS Detailed Path Network XML schema is available to download from the [XML file resources page on the Ordnance Survey website](https://www.ordnancesurvey.co.uk/xml/).

* [detailedPathNetwork.xsd](https://www.ordnancesurvey.co.uk/xml/schema/detailedPathNetwork/v1/detailedPathNetwork.xsd)

{% hint style="info" %}
The XML File Repository License, covering the terms and conditions for the use of all Ordnance Survey XML schemas, is made available through the [Terms and Conditions page](/os-downloads/resources/site-resources/terms-and-conditions.md) in the Resources section.
{% endhint %}


---

# 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-detailed-path-network/os-detailed-path-network-downloads.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.
