flowChartRuns element

Type: flowChartRuns
Namespace: (default namespace)
XML Schema: ns0.xsd

A wrapper over list of FlowChartRunInfo.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <flowChartRuns count="..." matched="..." page="..."> <flowChartRun>...</flowChartRun> <flowChartRun>...</flowChartRun> <!--...more "flowChartRun" elements...--> </flowChartRuns>

Example JSON

{ "count" : ..., "matched" : ..., "page" : ..., "flowChartRun" : [ { }, { } ] }