2.167 GaugeImages

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

The GaugeImages element is ignored.

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

Parent elements

GaugePanel

Child elements

GaugeImages.GaugeImage

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

 <xsd:complexType name="GaugeImagesType">
   <xsd:sequence>
     <xsd:element name="GaugeImage" type="GaugeImageType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="GaugeImagesType">
   <xsd:sequence>
     <xsd:element name="GaugeImage" type="GaugeImageType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>