If you want to know which attributes and value are available in a sharepoint list (item), you can add the following code in the itemstyle.xsl:
<xsl:for-each select="@*">
Item: <xsl:value-of select="name()"/>
Value: <xsl:value-of select="."/><br/>
</xsl:for-each>
247eaa57-edc6-4403-ae4f-f15c4b1e4efb|1|5.0