7.9 http://schemas.microsoft.com/office/server/translation/2010/11/getGroups Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/office/server/translation/2010/11/getGroups" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
   <xs:element name="GetGroupsRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element minOccurs="0" name="JobId" type="xs:unsignedLong"/>
         <xs:element xmlns:q14="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="PartitionId" nillable="true" type="q14:guid"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
 </xs:schema>