2.4.3.53 TablixType

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

Referenced by: BodyTypeReportItemsType

A Tablix element as specified by [MS-RDL] section 2.23.

Child Elements:

DataSetName : A string ([XMLSCHEMA2/2] section 3.2.1) element as specified by [MS-RDL] section 2.23.10. MUST be set to "Default".

TablixBody : A TablixBodyType element.

TablixColumnHierarchy : A TablixColumnHierarchyType element.

TablixRowHierarchy : A TablixRowHierarchyType element.

Attributes:

Name : A normalizedString ([XMLSCHEMA2/2] section 3.3.1) attribute as specified by [MS-RDL] section 2.23.1.

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

 <xsd:complexType name="TablixType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="TablixBody" wbld:cname="TablixBody" type="TablixBodyType" minOccurs="0"/>
     <xsd:element name="TablixColumnHierarchy" wbld:cname="TablixColumnHierarchy" type="TablixColumnHierarchyType"/>
     <xsd:element name="TablixRowHierarchy" wbld:cname="TablixRowHierarchy" type="TablixRowHierarchyType"/>
     <xsd:element name="DataSetName" wbld:cname="DataSetName" type="xsd:string" minOccurs="0"/>
   </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).