# Attribute mapping

## Attribute mapping <a href="#id-8.-attribute-mapping" id="id-8.-attribute-mapping"></a>

The naming of attributes will be different between the various formats due to the differing naming conventions associated with each format (for example, the presence of underscores, character limitations and capitalisation). Therefore, the following table maps the differing format attribute names to one another.

### Greenspace area <a href="#id-8.1-greenspace-area" id="id-8.1-greenspace-area"></a>

<table><thead><tr><th width="242">GML</th><th width="198">ESRI Shapefile</th><th>GeoPackage</th><th>Vector tiles</th></tr></thead><tbody><tr><td>GreenspaceArea</td><td>GreenspaceArea</td><td>greenspace_area</td><td>greenspace_area</td></tr><tr><td>N/A</td><td>FID</td><td>fid</td><td>N/A</td></tr><tr><td>Toid</td><td>toid</td><td>toid</td><td>Toid</td></tr><tr><td>Version</td><td>version</td><td>version</td><td>N/A</td></tr><tr><td>primaryFunction</td><td>priFunc</td><td>primary_function</td><td>primary_function</td></tr><tr><td>secondaryFunction</td><td>secFunc</td><td>secondary_function</td><td>N/A</td></tr><tr><td>primaryForm</td><td>priForm</td><td>primary_form</td><td>N/A</td></tr><tr><td>secondaryForm</td><td>secForm</td><td>secondary_form</td><td>N/A</td></tr><tr><td>MultiPolygon</td><td>polygon</td><td>MultiPolygon</td><td>polygon</td></tr></tbody></table>

{% hint style="info" %}
*Some attributes are not mapped to all formats; the absence of an attribute field is represented by ‘N/A’ in the preceding table.*
{% endhint %}
