2.188 ScaleRanges

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

The ScaleRanges element specifies a set of ScaleRange instances for a RadialScale or a LinearScale. The ScaleRanges element MUST contain at least one ScaleRanges.ScaleRange instance.

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

Parent elements

LinearScale

RadialScale

Child elements

ScaleRanges.ScaleRange

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

 <xsd:complexType name="ScaleRangesType">
   <xsd:sequence>
     <xsd:element name="ScaleRange" type="ScaleRangeType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="ScaleRangesType">
   <xsd:sequence>
     <xsd:element name="ScaleRange" type="ScaleRangeType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>