Name: reports

 

XML Example:
<reports>
  <completed>xsd:int</completed>
  <failures>xsd:int</failures>
  <maxErrorsReached>xsd:boolean</maxErrorsReached>
  <readyForReporting>xsd:boolean</readyForReporting>
  <reports>
   zero or N[<report>StepReport</report>]
  </reports>
</reports>
JSON Example:
 {
   "completed": Number,
   "failures": Number,
   "maxErrorsReached": Boolean,
   "readyForReporting": Boolean,
   "reports": [StepReport],
 }


Elements
NameTypeRequiredNillableDefault ValueDescription
completedxsd:intfalsefalse 
failuresxsd:intfalsefalse 
maxErrorsReachedxsd:booleanfalsefalse 
readyForReportingxsd:booleanfalsefalse 
report (wrapped by reports)zero or N[StepReport]falsefalse