XML_Cap_BatchTerminalConfig

XML message about capability of specific parameters of all terminals

<BatchTerminalConfig version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <cfgType opt="volume,light,logo,defaultSchedule,password"><!--required, xs:string, parameters to be configured: volume, light, logo, default program schedule, password--></cfgType>
  <volume min="" max=""><!--dependent, xs:integer, volume, range: [0,100]--></volume>	
  <backLightLevel min="" max=""><!--dependent, xs:integer, brightness--></backLightLevel>
  <bootLogoEnabled><!--dependent, xs:boolean, whether to display logo when power on--></bootLogoEnabled>
  <DefaultSchedule><!--dependent, default program schedule-->
    <scheduleId><!--optional, xs:integer, program schedule ID--></scheduleId>
    <scheduleName min="" max=""><!--optional, xs:string, program schedule name--></scheduleName>
    <enable><!--optional, xs:boolean, whether to enable--></enable>
  </DefaultSchedule>
  <PasswordCfg><!--optional, terminal password configuration-->
    <oldPwd min="" max=""><!--write-only, required, xs:string, old password--></oldPwd>
    <newPwd min="" max=""><!--write-only, required, xs:string, new password--></newPwd>
  </PasswordCfg>
  <targetType opt="byTerminal,byOrg"><!--required, xs:string, operation mode: by terminal, by organization--></targetType>
  <TerminalNoList size=""><!--dependent, terminal ID list-->
    <terminalNo><!--required, xs:integer, terminal ID--></terminalNo>
  </TerminalNoList>
  <OrgNoList size=""><!--dependent, organization No. list-->
    <orgNo><!--required, xs:integer, organization No.--></orgNo>
  </OrgNoList>
</BatchTerminalConfig>