2.4.3.1 Report
Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/reports
Referenced by: Report
A Report element as specified by [MS-RDL] section 2.3.
Child Elements:
CustomProperties : A CustomPropertiesType element. If the report has a caption, this element MUST contain a CustomProperty element with the Name attribute set to "Caption" and the Value attribute set to the title of the report.
DataSets : A DataSetsType element.
DataSources : A DataSourcesType element.
Language : A string ([XMLSCHEMA2/2] section 3.2.1) element as specified by [MS-RDL] section 2.3.24.
ReportParameters : A ReportParametersType element.
ReportSections : A ReportSectionsType element.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="Report"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="DataSources" wbld:cname="DataSources" type="DataSourcesType" minOccurs="0"/> <xsd:element name="DataSets" wbld:cname="DataSets" type="DataSetsType" minOccurs="0"/> <xsd:element name="ReportParameters" wbld:cname="ReportParameters" type="ReportParametersType" minOccurs="0"/> <xsd:element name="Language" wbld:cname="Language" type="xsd:string" minOccurs="0"/> <xsd:element name="CustomProperties" wbld:cname="CustomProperties" type="CustomPropertiesType" minOccurs="0"/> <xsd:element name="ReportSections" wbld:cname="ReportSections" type="ReportSectionsType"/> </xsd:choice> </xsd:complexType>
See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).