2.2.4.47 NewPartitionIndicator

Namespace: http://schemas.microsoft.com/sharepoint/taxonomy/soap/

This is used to indicate whether this is the first time that a given partition has been used.<9> The partition in question is defined by the rawPartitionID of the GetSessionData request.

 <xs:complexType name="NewPartitionIndicator">
   <xs:attribute name="new" type="xs:boolean" use="required"/>
 </xs:complexType>

new:  If this is the first time that a partition was accessed, this MUST be true. Otherwise, it MUST be false.