2.237 MapLineTemplate

Applies to RDL 2010/01 and RDL 2016/01

The MapLineTemplate element specifies a template to be applied to map lines in a map line layer.

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

Parent elements

MapLine

MapLineLayer

 Child elements

MapLineTemplate.ActionInfo

MapLineTemplate.DataElementLabel

MapLineTemplate.DataElementName

MapLineTemplate.DataElementOutput

MapLineTemplate.Hidden

MapLineTemplate.Label

MapLineTemplate.LabelPlacement

MapLineTemplate.OffsetX

MapLineTemplate.OffsetY

MapLineTemplate.Style

MapLineTemplate.ToolTip

MapLineTemplate.Width

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

 <xsd:complexType name="MapLineTemplateType">
   <xsd:choice maxOccurs="unbounded">
     <!--MapSpatialElementTemplateType Start-->
     <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
     <xsd:element name="OffsetX" type="xsd:string" minOccurs="0" />
     <xsd:element name="OffsetY" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="Label" type="xsd:string" minOccurs="0" />
     <xsd:element name="ToolTip" type="xsd:string" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
     <xsd:element name="DataElementName" type="xsd:string" minOccurs="0" />
     <xsd:element name="DataElementOutput" minOccurs="0">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="Output" />
           <xsd:enumeration value="NoOutput" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:element name="DataElementLabel" type="xsd:string" minOccurs="0" />
     <!--MapSpatialElementTemplateType End-->
     <xsd:element name="Width" type="xsd:string" minOccurs="0" />
     <xsd:element name="LabelPlacement" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>