2.195 RadialGauges

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

The RadialGauges element specifies the set of RadialGauge instances for a GaugePanel. The RadialGauges element is optional. This element MUST contain at least one RadialGauges.RadialGauge instance.

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

Parent elements

 GaugePanel

Child elements

 RadialGauges.RadialGauge

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

 <xsd:complexType name="RadialGaugesType">
   <xsd:sequence>
     <xsd:element name="RadialGauge" type="RadialGaugeType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="RadialGaugesType">
   <xsd:sequence>
     <xsd:element name="RadialGauge" type="RadialGaugeType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>