2.172 LinearGauges

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

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

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

Parent elements

GaugePanel

Child elements

LinearGauges.LinearGauge

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

 <xsd:complexType name="LinearGaugesType">
   <xsd:sequence>
     <xsd:element name="LinearGauge" type="LinearGaugeType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="LinearGaugesType">
   <xsd:sequence>
     <xsd:element name="LinearGauge" type="LinearGaugeType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>