XML_Schedule

Schedule message in XML format

<Schedule version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema"> 
  <id><!--required, xs:string, ID--></id>
  <eventType>
    <!--optional, xs:string, alarm/event types, see details in the "Remarks" below-->
  </eventType>
  <inputIOPortID><!--read-only, dependent, xs:string, alarm input No.--></inputIOPortID>
  <outputIOPortID><!--read-only, dependent, xs:string, alarm output No.--></inputIOPortID>
  <videoInputChannelID><!--read-only, dependent, xs:string, video input channel ID--></videoInputChannelID>
  <TimeBlockList size="8"><!--required-->
    <TimeBlock><!--list-->
      <dayOfWeek> 
        <!--optional, xs:integer, day of the week based on ISO8601, "1"=Monday, ...--> 
      </dayOfWeek> 
      <TimeRange><!--required--> 
        <beginTime><!--required, xs:time, ISO 8601 time--></beginTime> 
        <endTime><!--required, xs:time, ISO 8601 time--></endTime> 
      </TimeRange> 
      <CustomExtension>
        <vehicleDetectSceneID>
          <!--required, xs:interger-->
        </vehicleDetectSceneID>
      </CustomExtension>
    </TimeBlock> 
  </TimeBlockList>
  <HolidayBlockList><!--optional-->
    <TimeBlock><!--list-->
      <TimeRange><!--required--> 
        <beginTime><!--required, xs:time, ISO 8601 time--></beginTime> 
        <endTime><!--required, xs:time, ISO 8601 time--></endTime> 
      </TimeRange> 
    </TimeBlock> 
  </HolidayBlockList>
</Schedule>

Remarks

The node <eventType> can be set to the following values: IO, VMD,videoloss, PIR,linedetection, fielddetection, audioexception, facedetection, regionEntrance, regionExiting, loitering, group, rapidMove, parking, unattendedBaggage,attendedBaggage, storageDetection, shipsDetection, HUMANATTRIBUTE, humanAttribute, faceContrast, faceSnap, faceLib, whiteListFaceContrast, personDensityDetection, personQueueDetection, mixedTargetDetection, fireDetection, illegalParking, pedestrian, trafficAccident,construction, roadblock, abandonedObject, parallelParking, parkingState, congestion, intersectionAnalysis, heatMap, reverseEntrance, vehicledetect, safetyHelmetDetection, vibrationDetection, TMPA, faceThermometry, HBDLib, detectorTemp, detectorSmoke, detectorTamper, smokeFireRecognizesmokeFireRecognize, indoorPasswayBlock, detectorShelter, detectorMotion, fireNoRegulation, peopleDetections.