XML_BatchTerminalConfig

XML message about batch configuration of terminal’s specific parameters

<BatchTerminalConfig version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <cfgType><!--required, xs:string, parameters: volume, light, logo, default program schedule, password--></cfgType>
  <volume><!--dependent, xs:integer, volume range: [0,100]--></volume>	
  <backLightLevel><!--dependent, xs:integer, brightness--></backLightLevel>
  <bootLogoEnabled><!--dependent, xs:boolean, whether to display logo--></bootLogoEnabled>
  <DefaultSchedule><!--dependent, default schedule-->
    <scheduleId><!--optional, xs:integer, program schedule ID--></scheduleId>
    <scheduleName><!--optional, xs:string, program schedule name--></scheduleName>
    <enable><!--optional, xs:boolean, whether to enable--></enable>
  </DefaultSchedule>
  <PasswordCfg><!--optional, terminal password configuration-->
    <oldPwd><!--write-only, required, xs:string, old password--></oldPwd>
    <newPwd><!--write-only, required, xs:string, new password--></newPwd>
  </PasswordCfg>
  <targetType><!--required, xs:string, target type: terminal, terminal group, organization-></targetType>
  <TerminalNoList><!--dependent, terminal ID list-->
    <terminalNo><!--required, xs:integer, terminal ID--></terminalNo>
  </TerminalNoList>
  <OrgNoList><!--dependent, organization No. list-->
    <orgNo><!--required, xs:integer, organization No.--></orgNo>
  </OrgNoList>
</BatchTerminalConfig>