2.2.4.1.1 Range XML Value

If Range value is used in response XML, it MUST conform to the following XML schema.

 <xs:complexType name="Range">
         <xs:element name="row" type="Row" minOccurs="0" maxOccurs="unbounded"/>
         <xs:attribute name="name" type=" string" use="required"/>
 </xs:complexType>

row: Represents a row from the spreadsheet.

name: Contains the name of the range