3.1.4.10.3.3 ServerSyncTargetGroup

 <s:complexType name="ServerSyncTargetGroup">
   <s:sequence>
     <s:element minOccurs="1" maxOccurs="1" 
     name="TargetGroupID" type="s2:guid" />
    <s:element minOccurs="1" maxOccurs="1" name="ParentGroupId"
    type="s1:guid" />
     <s:element minOccurs="0" maxOccurs="1" name="Name" 
     type="s:string" />
     <s:element minOccurs="1" maxOccurs="1" name="IsBuiltin" 
     type="s:boolean" />
   </s:sequence>
 </s:complexType>

TargetGroupID: This field uniquely identifies the target group.

ParentGroupID: This field MUST be present. This field is a GUID identifying the parent group of this target group. For the target group at top of the group hierarchy, the value MUST be set to a GUID containing all zeros.

Name: This field MUST be present. It specifies a human-readable text name for the target group.

IsBuiltin: This field is set to FALSE for a target group that is created by an administrator. Otherwise, it is set to TRUE.