2.321 DataSources
The DataSources element specifies an ordered list of DataSource elements for a Report.
The following are the parent and child elements of the DataSources element.
Parent elements |
---|
Report |
Child elements |
---|
The following is the XML Schema definition of the DataSources element.
-
<xsd:complexType name="DataSourcesType"> <xsd:sequence> <xsd:element name="DataSource" type="DataSourceType" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>