XML_CountingSearchCap

CountingSearchCap message in XML format

<CountingSearchCap version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <statisticType opt="enternum,exitnum,peoplePassing,all">
    <!--req, xs: string, enternum: number of entered people, exitnum: number of exited people, peoplePassing: number of passed people, all: number of entered and exited people-->
  </statisticType>
  <reportType opt="daily,weekly,monthly,yearly">
    <!--req, xs: string-->
  </reportType>
  <timeSpanList size="">
    <timeSpan>
      <startTime><!--req, xs: datetime--></startTime>
      <endTIme><!--req, xs: datetime--></endTime>
    </timeSpan>
  </timeSpanList>
  <triggerPeopleCountingData opt="true,false">
    <!--opt, xs: boolean, whether triggers people counting statistics-->
  </triggerPeopleCountingData>
  <MinTimeInterval opt="quarter, half, hour, day, month, week"><!--opt, xs: string, minimum time interval--></MinTimeInterval>
  <regionsID opt="1,2,3.."><!--opt, xs: integer, region ID, which supports report format--></regionsID>
  <isSupportChild><!--opt,xs: boolean, whether supports counting children only--></isSupportChild>
</CountingSearchCap>