7.34 http://schemas.microsoft.com/office/server/translation/2010/11/addSyncStreamJob Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/office/server/translation/2010/11/addSyncStreamJob" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
   <xs:import namespace="http://schemas.microsoft.com/office/server/translation/2010/11/translationJobSettings"/>
   <xs:element name="AddSyncStreamJobRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element minOccurs="0" name="FileOpenFormat" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" name="InputStreamInBytes" nillable="true" type="xs:base64Binary"/>
         <xs:element minOccurs="0" name="JobId" type="xs:unsignedLong"/>
         <xs:element minOccurs="0" name="MoreBytesToReceive" type="xs:boolean"/>
         <xs:element xmlns:q14="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="PartitionId" nillable="true" type="q14:guid"/>
         <xs:element xmlns:tns2="http://schemas.microsoft.com/office/server/translation/2010/11/translationJobSettings" minOccurs="0" name="Settings" nillable="true" type="tns2:TranslationJobSettings"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
 </xs:schema>