2.209.7 Map.DataElementOutput

Applies to RDL 2010/01 and RDL 2016/01

The Map.DataElementOutput element specifies whether a Map appears in a data (XML, CSV) rendering. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is one of the following:

Output: Specifies that the map instance appears in a data rendering output.

NoOutput: Specifies that the map instance does not appear in a data rendering output.

The following is the parent element of the Map.DataElementOutput element.

Parent elements

Map

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