XML_Cap_InputPlanCfg

XML message about capabilities of parameters of terminal timed switch schedule

<InputPlanCfg version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <InputPlan>
    <planType opt="daily,weekly"><!--required, xs:string, schedule type: daily schedule, weekly schedule--></planType>
    <DailyPlan><!--dependent, daily schedule-->
      <InputSpanList size=""><!--required-->
        <InputSpan><!--required-->
          <id><!--required, xs:integer, day of a month, "1,2,3..."--></id>
          <inputType opt="HDMI,InfoPublish,VGA"><!--required, xs:string, input type: HDMI, "InfoPublish"-information release, VGA--></inputType>
          <beginTime><!--required, xs:time, start time (ISO 8601 format)--></beginTime>
          <endTime><!--required, xs:time, end time (ISO 8601 format)--></endTime>
        </InputSpan>
    </InputSpanList>
  </DailyPlan>
  <WeeklyPlan><!--dependent, weekly schedule-->
    <DayList size=""><!--required-->
      <Day><!--required-->
        <id><!--required, xs:integer, day of a month, "1,2,3..."--></id>
        <dayOfWeek opt="monday,tuesday,wednesday,thursday,friday,saturday,sunday"><!--required, xs:string, day of a week: Monday,Saturday...Sunday--></dayOfWeek>
        <InputSpanList size=""><!--required-->
          <InputSpan><!--required-->
            <id><!--required, xs:integer, day of a month, "1,2,3..."--></id>
            <inputType opt="HDMI,InfoPublish,VGA"><!--required, xs:string, input type: HDMI, information release, VGA--></inputType>
            <beginTime><!--required, xs:time, start time (ISO 8601 format)--></beginTime>
            <endTime><!--required, xs:time, end time (ISO 8601 format)--></endTime>
          </InputSpan>
        </InputSpanList>
      </Day>
    </DayList size="">
  </WeeklyPlan>
  <HolidayPlan><!--optional, holiday schedule-->
    <InputSpanList size=""><!--required, holiday schedule-->
      <InputSpan><!--required-->
        <id><!--required, xs:integer, day of a month, "1,2,3..."--></id>
        <inputType opt="HDMI,InfoPublish,VGA"><!--required, xs:string, input type: HDMI, "InfoPublish"-information release, VGA--></inputType>
        <beginTime><!--required, xs:time, start time (ISO 8601 format)--></beginTime>
        <endTime><!--required, xs:time, end time (ISO 8601 format)--></endTime>
      </InputSpan>
    </InputSpanList>
  </HolidayPlan>
</InputPlan>
  <OperateParam><!--required-->
    <operateType opt="byTerminal,byOrg"><!--required, xs:string, operation mode: "byTerminal"-by terminal, "byOrg"-by organization--></operateType>
    <TerminalNoList size=""><!--dependent, terminal No. list-->
      <terminalNo><!--required, xs:integer, terminal ID--></terminalNo>
    </TerminalNoList>
    <OrgNoList size=""><!--dependent, organization No. list-->
      <orgNo><!--required, xs:integer, organization No.--></orgNo>
    </OrgNoList>
  </OperateParam>
</InputPlanCfg>