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


# repr:Representation

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

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

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

Определяет внешний вид карты и отображаемых объектов.

Элемент группы подстановки для абстрактного элемента `ymaps:_Extension`, см. диаграмму [ymaps:ymaps](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/ymaps-ymaps.md).

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

[repr:Style](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-Style.md), [repr:Template](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-Template.md), [repr:View](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-View.md)

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

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

> ### repr:Representation
> 
> В примере демонстрируется структура тега <repr:Representation>. Содержимое тегов [repr:View](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-View.md), [repr:Style](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-Style.md) и [repr:Template](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-Template.md) не приводится.
> 
> ```xml
> <repr:Representation>
>     <repr:View>
>     ...
>     </repr:View>
> 
>     <repr:Style gml:id="customLine">
>     ...
>     </repr:Style>
> 
>     <repr:Template gml:id="customTemplate">
>     ...
>     </repr:Template>
> </repr:Representation>
> ```

