2.243.4 MapMarkerTemplate.DataElementOutput

Applies to RDL 2010/01 and RDL 2016/01

The MapMarkerTemplate.DataElementOutput element specifies whether the marker template will appear in a data rendering. This element is optional.

If this element is present, its value MUST be one of the following:

Output: Specifies that the item appears in the data rendering output.

NoOutput: Specifies that the item does not appear in the data rendering output.

If this element is not present, its value is interpreted as "Output".

Following is the parent element of the MapMarkerTemplate.DataElementOutput element.

Parent elements

MapMarkerTemplate

The following is the XML Schema definition of the MapMarkerTemplate.DataElementOutput element.

 <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>