7.2 The configInfo parameter for the docxpageconverter.exe

The docxpageconverter.exe conversion application does not expect child elements to be present in the ConverterSettings node. The full XML schema for the configInfo parameter is as follows.

 <xs:schema
     elementFormDefault="unqualified"
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
 > 
   <xs:element name="RcaTransformation">
     <xs:complexType>
       <xs:sequence>
         <xs:element name="ConverterSettings">
           <xs:complexType>
             <xs:attribute name="SourceDocLibUrl" type="xs:string" use="required" />
             <xs:attribute name="AllocationLimitHint" type="xs:positiveInteger" use="optional" />
           </xs:complexType>
         </xs:element>
         <xs:any />
       </xs:sequence>
     </xs:complexType>
   </xs:element>
 </xs:schema>

All elements are described in Section 7.1.

The docxpageconverter.exe works with an empty configInfo parameter.