---
keywords: ymaps:AnyMetaData
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/maps/ymapsml/doc/en/llms.txt


# ymaps:AnyMetaData

### Diagram

![](../_images/AnyMetaData.png)

### Description {#desc}

Contains additional meta data of a geo object.

Using ymaps:AnyMetaData, you can include in a geo object any meta-information as an XML document. You can access the data described in this tag via the `AnyMetaData` field when creating a template for a geo object.

### May be included in elements by substitutions:

[gml:metaDataProperty](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/gml-metaDataProperty.md)

> ### ymaps:AnyMetaData
> 
> An XML debugging document passed to the template using <ymaps:AnyMetaData>:
> 
> ```xml
> <ymaps:AnyMetaData>
>    <test>
>        <a>1</a>
>        <b>1</b>
>    </test>
> </ymaps:AnyMetaData>
> ```

