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


# ymaps:ymaps

### Диаграмма

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

### Описание {#desc}

Корневой элемент.

### Содержит:

[{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/ymaps-GeoObjectCollection.md)

### Может содержать элементы с помощью подстановок:

[{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/attribution-Attribution.md), [{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-Representation.md)

> ### ymaps:ymaps
> 
> Вариант использования `ymaps:ymaps` с указанием пространств имен. Содержимое тегов [{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/attribution-Attribution.md), [repr:Representation](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-Representation.md) и [{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/ymaps-GeoObjectCollection.md) опущено.
> 
> ```xml
> <?xml version="1.0" encoding="utf-8"?>
> <ymaps:ymaps xmlns:ymaps="http://maps.yandex.ru/ymaps/1.x"
>              xmlns:gml="http://www.opengis.net/gml"
>              xmlns:attr="http://maps.yandex.ru/attribution/1.x"
>              xmlns:repr="http://maps.yandex.ru/representation/1.x"
>              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>              xsi:schemaLocation="http://maps.yandex.ru/schemas/ymaps/1.x/ymaps.xsd">
>     <attr:Attribution>
>         ...
>     </attr:Attribution>
> 
>     <repr:Representation>
>         ...
>     </repr:Representation>
> 
>     <ymaps:GeoObjectCollection>
>         ...
>     </ymaps:GeoObjectCollection>
> </ymaps:ymaps>
> ```

