2.176 CustomLabels
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The CustomLabels element specifies a set of custom labels for a RadialScale or a LinearScale. The CustomLabels element MUST contain at least one CustomLabels.CustomLabel instance.
The following are the parent and child elements of the CustomLabels element.
Parent elements |
---|
LinearScale |
RadialScale |
Child elements |
---|
CustomLabels.CustomLabel |
The following is the XML Schema definition of the CustomLabels element in RDL 2008/01.
-
<xsd:complexType name="CustomLabelsType"> <xsd:sequence> <xsd:element name="CustomLabel" type="CustomLabelType" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>
The following is the XML Schema definition of the CustomLabels element in RDL 2010/01 and RDL 2016/01.
-
<xsd:complexType name="CustomLabelsType"> <xsd:sequence> <xsd:element name="CustomLabel" type="CustomLabelType" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="lax" /> </xsd:complexType>