2.249 MapPoints

Applies to RDL 2010/01 and RDL 2016/01

The MapPoints element specifies a collection of MapPoint elements in a MapPointLayer.

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

Parent elements

MapPointLayer

Child elements

MapPoints.MapPoint

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

 <xsd:complexType name="MapPointsType">
   <xsd:sequence>
     <xsd:element name="MapPoint" type="MapPointType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>