2.191 NumericIndicators

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

The NumericIndicators element is ignored.

The following are the parent and child elements of the NumericIndicators element.

Parent elements

GaugePanel

Child elements

NumericIndicator

The following is the XML Schema definition of the NumericIndicators element in RDL 2008/01.

 <xsd:complexType name="NumericIndicatorsType">
   <xsd:sequence>
     <xsd:element name="NumericIndicator" type="NumericIndicatorType" 
                  minOccurs="1" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the NumericIndicators element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="NumericIndicatorsType">
   <xsd:sequence>
     <xsd:element name="NumericIndicator" type="NumericIndicatorType" 
                  minOccurs="1" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>