The <p5:MetaInfo> element is the last child element of the <svg> element. It is used to specify metadata that refer to a specific shape. The following child elements may be included into the <p5:MetaInfo> element:
<p5:Geo>. This element contains information on shape binding to geographic coordinates.
<p5:Attributes>. This element contains custom metadata that refer to specific shapes.
The <p5:MetaInfo> element is optional. If this element is not available, no metadata is associated with the shapes. The values required on converting will be generated.
<p5:MetaInfo>
<p5:Geo>
<p5:GeoItem Longitude="..." Latitude="..." X="..." Y="..." />
...
</p5:Geo>
<p5:Attributes>
<p5:Attribute Name="ISO" Type="string">
<p5:Data Id="RU-MOS" Value="RU-MOS" />
...
</p5:Attribute>
...
</p5:Attributes>
</p5:MetaInfo>
The <p5:MetaInfo> element does not have mandatory attributes.
See also: