2.2.4.16 SocialRatingDetail

Namespace: http://microsoft.com/webservices/SharePointPortalServer/SocialDataService

The SocialRatingDetail complex type contains information about a social rating.

 <xs:complexType name="SocialRatingDetail" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:SocialDataDetail">
       <xs:sequence>
         <xs:element minOccurs="1" maxOccurs="1" name="Rating" type="xs:int"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Rating: An integer type that specifies the rating value. The valid range for this value is 1 through 5. A value of 1 is a low rating, while a value of 5 is the highest rating possible.