http://www.griddynamics.com/schema/jagger
element report

Documentation
            This element can configure your report.
            outputReportLocation say where and how you would like to save your report.
            rootTemplateLocation is a name of jrxml file. Jrxml file is stylesheet file for your report.
            With element session-comparators you can configure session comparison.
        
Properties
This component is not nillable.

Model
<report
  id = xsd:ID
  outputReportLocation = xsd:string
  rootTemplateLocation = xsd:string>
(extensions? ; session-comparators?)
</report>


Nested Element Summary
extensionsTypeextensions
          
sessionComparatorsTypesession-comparators
          

Attribute Summary
 xsd:IDid
           Id of the element  
 xsd:stringoutputReportLocation
          
 xsd:stringrootTemplateLocation
          

Attribute Detail

id

Id of the element

Type:
xsd:ID
Use:
optional
Form:
unqualified

outputReportLocation

Type:
xsd:string
Use:
optional
Form:
unqualified

rootTemplateLocation

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="report" type="reportType">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.