The <fs: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 <fs:MetaInfo> element:
<fs:Geo>. The element contains information on shape binding to geographic coordinates.
<fs:Attributes>. The element contains custom metadata that refer to specific shapes.
The <fs:MetaInfo> element is optional. If the element is not available, no metadata is associated with the shapes. The values required on converting will be generated.
<fs:MetaInfo>
<fs:Geo>
<fs:GeoItem Longitude="..." Latitude="..." X="..." Y="..." />
...
</fs:Geo>
<fs:Attributes>
<fs:Attribute Name="ISO" Type="string">
<fs:Data Id="RU-MOS" Value="RU-MOS" />
...
</fs:Attribute>
...
</fs:Attributes>
</fs:MetaInfo>
The <fs:MetaInfo> element does not have mandatory attributes.
See also: