> 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/land-and-terrain-portfolio/os-mastermap-sites-layer/os-mastermap-sites-layer-technical-specification/code-lists/functionvalue.md).

# FunctionValue

### FunctionalSite feature

Defines the values of the possible functions of a site.

| Theme                 | Feature Value list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Air Transport         | <p>Airfield Airport</p><p>Helicopter station</p><p>Heliport</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Education             | <p>Non-state primary education</p><ul><li>Non-state primary or preparatory school Non-state secondary education</li><li>Non-state secondary school</li></ul><p>Special needs education Primary education</p><ul><li>First school</li><li>Infant school</li><li>Junior school</li><li>Primary school</li><li>Middle school Secondary education</li><li>Secondary school</li></ul><p>Further education</p><ul><li>Further education Higher or university education</li><li>Higher education</li><li>University</li></ul> |
| Medical Care          | <p>Hospice Hospital</p><p>Medical care accommodation</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Rail Transport        | Railway station Vehicular rail terminal Tram station                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Road Transport        | <p>Bus station<br>Coach station</p><p>Road user services</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Water Transport       | <p>Vehicular ferry terminal Passenger ferry terminal</p><p>Port consisting of docks and nautical berthing</p>                                                                                                                                                                                                                                                                                                                                                                                                          |
| Utility or Industrial | <p>Chemical works Electricity distribution Electricity production</p><p>Gas distribution or storage Oil distribution or storage Oil refining</p><p>Oil terminal</p>                                                                                                                                                                                                                                                                                                                                                    |

### **Valid*****function (attribute)*****combinations**

| Valid function (attribute) combinations                                             |
| ----------------------------------------------------------------------------------- |
| Bus station, coach station                                                          |
| Further education, higher or university education                                   |
| Further education, non-state primary education, non-state secondary education       |
| Further education, non-state primary education, secondary education                 |
| Further education, non-state secondary education                                    |
| Further education, primary education                                                |
| Further education, primary education, secondary education                           |
| Further education, primary education, secondary education, special needs education  |
| Further education, secondary education                                              |
| Further education, special needs education                                          |
| Hospital, medical care accommodation                                                |
| Non-state primary education, non-state secondary education                          |
| Non-state primary education, non-state secondary education, special needs education |
| Non-state primary education, secondary education                                    |
| Non-state secondary education, primary education                                    |
| Non-state secondary education, special needs education                              |
| Passenger ferry terminal, vehicular ferry terminal                                  |
| Primary education, secondary education                                              |
| Primary education, secondary education, special needs education                     |
| Primary education, special needs education                                          |
| Secondary education, special needs education                                        |


---

# 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/land-and-terrain-portfolio/os-mastermap-sites-layer/os-mastermap-sites-layer-technical-specification/code-lists/functionvalue.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.
