2.136 ChartFormulaParameters
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ChartFormulaParameters element specifies an ordered list of ChartFormulaParameter elements. The ChartFormulaParameters element MUST have at least one ChartFormulaParameter child element specified.
The following are the parent and child elements of the ChartFormulaParameters element.
Parent elements |
---|
Child elements |
---|
The following is the XML Schema definition of the ChartFormulaParameters element in RDL 2008/01.
-
<xsd:complexType name="ChartFormulaParametersType"> <xsd:sequence> <xsd:element name="ChartFormulaParameter" type="ChartFormulaParameterType" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>
The following is the XML Schema definition of the ChartFormulaParameters element in RDL 2010/01 and RDL 2016/01.
-
<xsd:complexType name="ChartFormulaParametersType"> <xsd:sequence> <xsd:element name="ChartFormulaParameter" type="ChartFormulaParameterType" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="lax" /> </xsd:complexType>