2.229.3 MapColorRangeRule.DataElementOutput

Applies to RDL 2010/01 and RDL 2016/01

The MapColorRangeRule.DataElementOutput element indicates whether the parent MapColorRangeRule element will appear in a data rendering. The MapColorRangeRule.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 MapColorRangeRule.DataElementOutput element.

Parent elements

MapColorRangeRule

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