<MAP_CONTENT> : Map content

Java class : leon.view.LyMapContent

ROLE

A map content allows grouping together in a same group various elements that can be placed on a map (nodes, links, images, regions).

ELEMENTS

<!ELEMENT MAP_CONTENT 
	  ((MAP_NODE | MAP_LINK | MAP_REGION)*)>
Element Mand. Mult. Description
MAP_NODE yes no Nodes of the map content.
MAP_LINK yes no Links of the map content.
MAP_REGION yes no Regions of the map content.