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


# repr:Representation

### Diagram

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

### Description {#desc}

Defines the visual appearance of the map and displayed objects.

Element of the substitution group for the abstract element `ymaps: _Extension`, see diagram [ymaps:ymaps](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/ymaps-ymaps.md).

### Contains:

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

### May be included in elements by substitutions:

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

> ### repr:Representation
> 
> This example demonstrates the structure of the <repr:Representation> tag. Contents are not provided for the [repr:View](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-View.md), [repr: Style](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-Style.md), and [repr: Template](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-Template.md) tags.
> 
> ```xml
> <repr:Representation>
>     <repr:View>
>     ...
>     </repr:View>
> 
>     <repr:Style gml:id="customLine">
>     ...
>     </repr:Style>
> 
>     <repr:Template gml:id="customTemplate">
>     ...
>     </repr:Template>
> </repr:Representation>
> ```

