XML Format (Search Data)

Return to Introduction  Previous page  Next page

The XML below provides the format for the SearchData parameter of the RunModel method. See the Repository topic for more information.

 

<ReportViewData>

       <!--

       // Use this section to declare all possible fields - columns that appear in Enterprise Architect's search window - that are used below in <Rows/>.

       // The order of the columns of information to be appended here must match the order that the search run in Enterprise Architect would normally display.

       // Furthermore, if you append results onto a custom SQL Search, then order used in your Custom SQL must match the order used below.

       -->

 

       <Fields>

               <Field name=""/>

               <Field name=""/>

               <Field name=""/>

               <Field name=""/>

       </Fields>

 

       <Rows>

               <Row>

                       <Field name="" value=""/>

                       <Field name="" value=""/>

                       <Field name="" value=""/>

                       <Field name="" value=""/>

               </Row>

               <Row>

                       <Field name="" value=""/>

                       <Field name="" value=""/>

                       <Field name="" value=""/>

                       <Field name="" value=""/>

               </Row>

               <Row>

                       <Field name="" value=""/>

                       <Field name="" value=""/>

                       <Field name="" value=""/>

                       <Field name="" value=""/>

               </Row>

       </Rows>

</ReportViewData>