2.2.4.181 TabularData

Applies to MDS 2012

The TabularData complex type represents rows and columns of data.

The following is the XML schema definition of the TabularData complex type.

 <xs:complexType name="TabularData">
   <xs:sequence>
     <xs:element xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ColumnDefinitions" nillable="true" type="q999:ArrayOfTabularColumnDefinition" />
     <xs:element xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="Rows" nillable="true" type="q999:ArrayOfTabularDataRow" />
   </xs:sequence>
 </xs:complexType>

ColumnDefinitions: Specifies a collection of tabular column definitions.

Rows: Specifies the collection of rows in the tabular data.