Specifies the attributes of the row element.
      
<attribute
	type="xsd:string"
/>
    | Element type | Anonymous | 
| Namespace | uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882 | 
| Schema name | Rowset Definition | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| type | xsd:string | required | Contains the name of the attribute in the data element that follows the Schema element. | See external namespace. | 
      
<xsd:element name="attribute" minOccurs="0" maxOccurs="unbounded" >
  <xsd:complexType>
    <xsd:attribute name="type" type="xsd:string" use="required">
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>