ymaps:AnyMetaData

Diagram

Description

Contains additional meta data of a geo object.

Using ymaps:AnyMetaData, you can include in a geo object any meta-information as an XML document. You can access the data described in this tag via the AnyMetaData field when creating a template for a geo object.

May be included in elements by substitutions:

gml:metaDataProperty

ymaps:AnyMetaData

An XML debugging document passed to the template using <ymaps:AnyMetaData>:

<ymaps:AnyMetaData>
   <test>
       <a>1</a>
       <b>1</b>
   </test>
</ymaps:AnyMetaData>