2.199 RadialPointers

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

The RadialPointers element specifies the set of RadialPointer instances for a RadialScale. The RadialPointers element MUST contain at least one RadialPointers.RadialPointer instance and can contain more.

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

Parent elements

RadialScale

Child elements

RadialPointers.RadialPointer

The following is the XML Schema definition of the RadialPointers element.

 <xsd:complexType name="RadialPointersType">
   <xsd:sequence>
     <xsd:element name="RadialPointer" type="RadialPointerType" minOccurs="1" 
       maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>