2.237.4 MapLineTemplate.DataElementOutput

Applies to RDL 2010/01 and RDL 2016/01

The MapLineTemplate.DataElementOutput element specifies whether a MapLineTemplate element will appear in a data rendering. The MapLineTemplate.DataElementOutput 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 MapLineTemplate.DataElementOutput element.

Parent elements

MapLineTemplate

The following is the XML Schema definition of the MapLineTemplate.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>