2.175.13 LinearScale.MaximumValue

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

The LinearScale.MaximumValue element specifies the maximum value for a LinearScale. This element is optional.

If this element is present, the value of GaugeInputValue.Value within the LinearScale.MaximumValue element MUST be a Float ([XMLSCHEMA2] section 3.2.4) or an expression that evaluates to a Float. If GaugeInputValue.Value is not set within the LinearScale.MaximumValue element, the value of LinearScale.MaximumValue is interpreted as 100. The GaugeInputValue.Value within this element MUST be greater than the GaugeInputValue.Value within its peer LinearScale.MinimumValue element.

The LinearScale.MaximumValue element is of type GaugeInputValue.

The following is the parent element of the LinearScale.MaximumValue element.

Parent elements

LinearScale

The following is the XML Schema definition of the LinearScale.MaximumValue element.

 <xsd:element name="MaximumValue" type="GaugeInputValueType" minOccurs="0" />