XML_Cap_ScheduleSearchProfile

XML message about capability of program schedule search parameters

<ScheduleSearchProfile version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <maxTimeSpansNum><!--required, xs:integer, maximum number of periods--></maxTimeSpansNum>
  <maxMatchResults><!--required, xs:integer, maximum matched results returned per search--></maxMatchResults>
  <maxSearchTimeout><!--optional, xs:integer, timeout period of search--></maxSearchTimeout>
  <maxConcurrentSearches><!--optional, xs:integer, maximum number of concurrent searches--></maxConcurrentSearches>
  <approveState opt="approved,notPass,notApprove,all"><!--optional, xs:string, approval status--></approveState>
  <shareProperty opt="public,private,all"><!--optional, xs:string, shared property--></shareProperty>
  <isSupportUploader><!--optional, xs:boolean, whether it supports searching by uploader--></isSupportUploader>
  <scheduleType opt="selfDefine,daily,weekly,loop,defaultSchedule,all"><!--optional, xs:string, program schedule type--></scheduleType>
  <scheduleMode opt="normal,decode,touch, decodeTouch"><!--optional, xs:string, program schedule mode--></scheduleMode>
  <isSupportScheduleName><!--optional, xs:boolean, whether it supports searching by program schedule name--></isSupportScheduleName>
  <isSupportScheduleNameLike><!--optional, xs:boolean, whether it supports fuzzy search by program schedule name--></isSupportScheduleNameLike>
  <isSupportScheduleRemarksLike><!--optional, xs:boolean, whether it supports fuzzy search by program schedule description--></isSupportScheduleRemarksLike>
  <isSupportModer><!--optional, xs:boolean, whether it supports searching by operator--></isSupportModer>
  <isSupportOrgName><!--optional, xs:boolean, whether it supports searching by organization name--></isSupportOrgName>
  <isSupportSubOrg><!--optional, xs:boolean, whether it supports searching by lower-level organization--></isSupportSubOrg>
  <isSupportSort><!--optional, xs:boolean, whether it supports searching by organization category--></isSupportSort>
  <isSupportKeyword><!--optional, xs:boolean, whether it supports searching by keyword--></isSupportKeyword>
</ScheduleSearchProfile>