2.233 MapLines

Applies to RDL 2010/01 and RDL 2016/01

The MapLines element specifies an ordered list of MapLine elements in a map line layer. The MapLines element MUST contain at least one MapLine element.

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

Parent elements

MapLineLayer

 Child elements

MapLines.MapLine

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

 <xsd:complexType name="MapLinesType">
   <xsd:sequence>
     <xsd:element name="MapLine" type="MapLineType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>