2.4.3.7 DataSetType

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/reports

Referenced by: DataSetsType

A DataSet element as specified by [MS-RDL] section 2.325.

Child Elements:

Fields : A FieldsType element.

Query : A QueryType element.

Attributes:

Name : A normalizedString ([XMLSCHEMA2/2] section 3.3.1) attribute as specified by [MS-RDL] section 2.325.1. MUST be set to "Default".

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="DataSetType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Fields" wbld:cname="Fields" type="FieldsType" minOccurs="0"/>
     <xsd:element name="Query" wbld:cname="Query" type="QueryType"/>
   </xsd:choice>
   <xsd:attribute name="Name" wbld:cname="Name" type="xsd:normalizedString" use="required"/>
 </xsd:complexType>

See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).