7.4 The configInfo parameter for the InfoPathPageConverter.exe

The full XML schema of the configInfo parameter for the InfoPathPageConverter 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:element name="InfoPathPageConverterSettings">
               <xs:complexType>
                 <xs:sequence>
                   <xs:element name="FilePlaceHolder">
                     <xs:complexType>
                       <xs:simpleContent>
                         <xs:extension base="xs:base64Binary">
                           <xs:attribute name="Url" type="xs:anyURI"/>
                         </xs:extension>
                       </xs:simpleContent>
                     </xs:complexType>
                   </xs:element>
                   <xs:element name="SelectedView">
                     <xs:complexType>
                       <xs:attribute name="Name" type="xs:string"/>
                     </xs:complexType>
                   </xs:element>
                 </xs:sequence>                  
                 <xs:attribute name='Version' fixed='1' />
               </xs:complexType>
             </xs:element>
             <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>

The RcaTransformation and ConverterSettings elements are specified in Section 7.1.The ConverterSettings node contains a child element named InfoPathPageConverterSettings, which has the following child elements and attributes:

FilePlaceHolder: The content, encoded with base64 encoding, of the file specified by the value of the attribute Url, which is a fully qualified URL of a file that follows the format described by [MS-IPFF] or [MS-IPFF2]. The XML file being converted is created by filling out the form that this file in the [MS-IPFF] or [MS-IPFF2] format specifies.

SelectedView: The name of the view as specified in [MS-IPFF] or [MS-IPFF2] which conversion applications are expected to apply.

Version: Reserved. Always set to 1.