2.182.17 LinearPointer.Type

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The LinearPointer.Type element specifies the type of a LinearPointer. The LinearPointer.Type element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Marker: Specifies that the linear pointer is a marker.

Bar: Specifies that the linear pointer is a bar.

Thermometer: Specifies that the linear pointer is a thermometer.

If the LinearPointer.Type element is not present, its value is interpreted as "Marker".

The following is the parent element of the LinearPointer.Type element.

Parent elements

LinearPointer

The following is the XML Schema definition of the LinearPointer.Type element.

 <xsd:element name="Type" type="xsd:string" minOccurs="0" />