2.2.4.60 ArrayOfTabularDataRow

Applies to MDS 2012

The ArrayOfTabularDataRow complex type specifies a collection of TabularDataRow complex types.

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

   <xs:complexType name="ArrayOfTabularDataRow">
     <xs:sequence>
       <xs:element xmlns:q192="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" maxOccurs="unbounded" name="TabularDataRow" nillable="true" type="q192:TabularDataRow" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
     </xs:sequence>
   </xs:complexType>

TabularDataRow: Specifies the TabularDataRow complex type.