2.181 LinearPointers

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

The LinearPointers element specifies the collection of LinearPointer instances for a LinearScale. The LinearPointers element is optional. If this element is present, it MUST contain at least one LinearPointers.LinearPointer instance.

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

Parent elements

 LinearScale

Child elements

 LinearPointers.LinearPointer

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

 <xsd:complexType name="LinearPointersType">
   <xsd:sequence>
     <xsd:element name="LinearPointer" type="LinearPointerType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="LinearPointersType">
   <xsd:sequence>
     <xsd:element name="LinearPointer" type="LinearPointerType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>