XML_Cap_Schedule

Schedule capability message in XML format

<Schedule version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <id><!--req, xs:string, ID--></id>
  <eventType opt="IO,VMD,videoloss,PIR,linedetection,fielddetection,audioexception,facedetection,regionEntrance,regionExiting,loitering,group,rapidMove,parking,unattendedBaggage,attendedBaggage,storageDetection,shipsDetection,HUMANATTRIBUTE,humanAttribute,faceContrast,faceSnap, mixedTargetDetection">
    <!--opt, xs:string, event type--> 
  </eventType>
  <inputIOPortID><!--ro, dep, xs:string, alarm input ID--></inputIOPortID>
  <outputIOPortID><!--ro, dep, xs:string, alarm output ID--></inputIOPortID>
  <videoInputChannelID><!--ro, dep, xs:string, video input channel ID--></videoInputChannelID>
  <TimeBlockList size="8"><!--req-->
    <TimeBlock> 
      <dayOfWeek opt="1,2,3,4,5,6,7"> 
        <!--opt, xs:integer, days of the week in ISO8601 time format, 1-Monday, 2-Tuesday, 3-Wednesday, 4-Thursday, 5-Friday, 6-Saturday, 7-Sunday--> 
      </dayOfWeek> 
      <TimeRange><!--req, time periods in arming schedule--> 
        <beginTime><!--req, xs:time, start time of time period, in ISO8601 time format--></beginTime> 
        <endTime><!--req, xs:time, end time of time period, in ISO8601 time format--></endTime> 
      </TimeRange>
    </TimeBlock> 
  </TimeBlockList>
  <HolidayBlockList><!--opt, holiday arming period-->
    <TimeBlock> 
      <TimeRange><!--req, time period--> 
        <beginTime><!--req, xs:time, start time, in ISO8601 time format--></beginTime> 
        <endTime><!--req, xs:time, end time, in ISO8601 time format--></endTime> 
      </TimeRange>
    </TimeBlock> 
  </HolidayBlockList>
</Schedule>