2.246 MapMarkers

Applies to RDL 2010/01 and RDL 2016/01

The MapMarkers element specifies a collection of MapMarker elements. The MapMarkers element MUST contain at least one MapMarker element.

The following are the parent and child elements of the MapMarkers element.

Parent elements

MapMarkerRule

Child elements

MapMarkers.MapMarker

The following is the XML Schema definition of the MapMarkers element.

 <xsd:complexType name="MapMarkersType">
   <xsd:sequence>
     <xsd:element name="MapMarker" type="MapMarkerType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>