ymaps:ymaps

Диаграмма

Описание

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

Содержит:

ymaps:GeoObjectCollection

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

attr:Attribution, repr:Representation

ymaps:ymaps

Вариант использования ymaps:ymaps с указанием пространств имен. Содержимое тегов attr:Attribution, repr:Representation и ymaps:GeoObjectCollection опущено.

<?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>