2.169 GaugeLabels

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

The GaugeLabels element specifies the set of GaugeLabel instances for a GaugePanel. The GaugeLabels element is optional. If this element is present, it MUST contain at least one GaugeLabels.GaugeLabel instance.

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

Parent elements

GaugePanel

Child elements

GaugeLabels.GaugeLabel

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

 <xsd:complexType name="GaugeLabelsType">
   <xsd:sequence>
     <xsd:element name="GaugeLabel" type="GaugeLabelType" minOccurs="1" 
      maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="GaugeLabelsType">
   <xsd:sequence>
     <xsd:element name="GaugeLabel" type="GaugeLabelType" minOccurs="1" 
      maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>