XML_ScheduleMatchTerminal

XML message about terminal matching capability

<ScheduleMatchTerminal xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0" >
  <TerminalScheduleList>
    <TerminalSchedule>
      <!--list-->
      <scheduleMode opt="normal,decode,touch,decodeTouch" >
        <!--optional, xs:string, program schedule type: normal, decode, touch, "decodeTouch"-decode and touch-->
      </scheduleMode>
      <isMatchNormalTerminal>
        <!--required, xs:boolean, whether to match a normal terminal-->
      </isMatchNormalTerminal>
      <isMatchDecodeTerminal>
        <!--required, xs:boolean, whether to match a decoding terminal-->
      </isMatchDecodeTerminal>
      <isMatchTouchTerminal>
        <!--required, xs:boolean, whether to match a touch terminal-->
      </isMatchTouchTerminal>
      <isMatchDecodeTouchTerminal>
        <!--required, xs:boolean, whether to match a decoding and touch terminal-->
      </isMatchDecodeTouchTerminal>
    </TerminalSchedule>
  </TerminalScheduleList>
</ScheduleMatchTerminal>