ymaps:ymaps

Diagram

Description

Root element.

Contains:

ymaps:GeoObjectCollection

May include elements by substitutions:

attr:Attribution, repr:Representation

ymaps:ymaps

A way to use ymaps:ymaps with a namespace declaration. The contents of the attr:Attribution, repr:Representation, and ymaps: GeoObjectCollection tags are omitted.

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