7.30 http://schemas.microsoft.com/office/server/word/2009/08/addItems Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/office/server/word/2009/08/addItems" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
   <xs:element name="AddItemsRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element minOccurs="0" name="GroupId" type="xs:short"/>
         <xs:element xmlns:q32="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="InputUrls" nillable="true" type="q32:ArrayOfstring"/>
         <xs:element minOccurs="0" name="JobId" type="xs:unsignedLong"/>
         <xs:element xmlns:q32="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="OutputUrls" nillable="true" type="q32:ArrayOfstring"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
 </xs:schema>