> For the complete documentation index, see [llms.txt](https://docs.os.uk/osngd/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/osngd/getting-started/os-ngd-fundamentals/attribute-information-for-feature-types.md).

# Attribute information for feature types

On the feature type pages (which are located in the [Data Structure section](/osngd/data-structure/data-structure-information.md)), the following information can be found about each attribute:

* **Name and Definition**: The name of the attribute and what it is describing.
* **Data Types**: The values the attribute can take. For example, a numeric value or a string. This is provided for all three data formats – GeoJSON, GeoPackage, and CSV.
* **Nullable:** A True or False value to denote whether the attribute always has to be populated with a value (False) or can be NULL (True).
* **Code List Name**: The name of the code list used in association with the attribute (if applicable) and a hyperlink to the page displaying that code list.
* **Max Length**: Values are given here to indicate the maximum length that you will find in the attribute, to aid in developing applications.
* **Multiplicity**: Describes how many times this value is expected to be populated in the data. These values may be used in combination.
  * 1: There must be a value.
  * 2: There must be two values.
  * n: There may be one or more values.
  * 0: Population is optional.
* **OS NGD API – Features Filterable**: A Yes / No value to denote whether you can refine your query in OS NGD API – Features specifically on this attribute.
* **OS Select+Build Filterable**: A Yes / No value to denote whether you can refine your order in OS Select+Build on this attribute.
* **Data Schema Version**: The OS NGD schema version the data above applies to. Please note that concurrent schema versions may be available at one time. For more information on how data schema versioning works in the OS NGD, please refer to the [Data schema versioning page](/osngd/getting-started/os-ngd-fundamentals/data-schema-versioning.md).


---

# 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/osngd/getting-started/os-ngd-fundamentals/attribute-information-for-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.
