2.220.3 MapLineLayer.DataElementOutput

Applies to RDL 2010/01 and RDL 2016/01

The MapLineLayer.DataElementOutput element specifies whether a MapLineLayer 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 MapLineLayer.DataElementOutput element.

Parent elements

MapLineLayer

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