2.4.3.58 TablixColumnMembersType

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

Referenced by: TablixColumnHierarchyType

A TablixMembers element as specified by [MS-RDL] section 2.33.

Child Elements:

TablixMember : A TablixColumnMemberType element.

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

 <xsd:complexType name="TablixColumnMembersType">
   <xsd:sequence maxOccurs="unbounded">
     <xsd:element name="TablixMember" wbld:cname="TablixMember" maxOccurs="unbounded" type="TablixColumnMemberType"/>
   </xsd:sequence>
 </xsd:complexType>

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