2.174 LinearScales

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

The LinearScales element specifies the collection of LinearScale instances for a LinearGauge. The LinearScales element MUST contain at least one LinearScales.LinearScale instance.

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

Parent elements

LinearGauge

Child elements

LinearScales.LinearScale

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

 <xsd:complexType name="LinearScalesType">
   <xsd:sequence>
     <xsd:element name="LinearScale" type="LinearScaleType" minOccurs="1" 
       maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="LinearScalesType">
   <xsd:sequence>
     <xsd:element name="LinearScale" type="LinearScaleType" minOccurs="1" 
       maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>