> 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/maps-and-imagery-portfolio/os-openmap-local/os-openmap-local-technical-specification/feature-types/importantbuilding.md).

# ImportantBuilding

A generalised building that belongs to a FunctionalSite.

<figure><img src="https://1897589978-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcNpJpLP8RROUaWVQo5ea%2Fuploads%2Fc7ALeTd2bGVmFWxnTS74%2Fimage.png?alt=media&amp;token=5d2c1e9b-5082-457d-b9da-4329ad9c69e9" alt="UML class diagram for the FunctionalSite and ImportantBuilding Feature Types."><figcaption><p>UML class diagram for the FunctionalSite and ImportantBuilding Feature Types.</p></figcaption></figure>

## FunctionalSite attributes

### BuildingTheme

A description of the theme that a particular site falls under (that is, air transport, education, medical care and so on.). The valid values are defined in the SiteThemeType Code List.

* **Type:** BuildingTheme
* **Length:** 27
* **Multiplicity:** \[1]

### classification

A description of the actual function of a site (that is, airfield, junior school, hospital and so on.) The valid values are defined in the SiteClassification code list. For sites with multiple functions, the values will be provided together and separated by a ‘,’.

* **Type:** SiteClassification
* **Length:** 90
* **Multiplicity:** \[1]

### distinctiveName

The name of the site (for example, ‘Brighton College’). Note this may be null if the captured value is a house number.

* **Type:** CharacterString
* **Length: 120**
* **Multiplicity:** \[0..1]

### featureCode

A unique feature code to facilitate styling.

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

### geometry

Polygon representing the generalised important building.

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

### siteTheme

A description of the theme that a particular site falls under (that is, air transport, education, medical care and so on.). The valid values are defined in the SiteThemeType Code List.

* **Type:** SiteTheme
* **Length: 21**
* **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/maps-and-imagery-portfolio/os-openmap-local/os-openmap-local-technical-specification/feature-types/importantbuilding.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.
