XML_Cap_MaterialSearchProfile

XML message about capability of parameters of searching for materials

<MaterialSearchProfile version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <maxTimeSpansNum><!--required, xs:integer, maximum play duration--></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>
  <materialType opt="static,dynamic,all"><!--optional, xs:string, material type--></materialType>
  <staticMaterialType opt="picture,flash,audio,video,document,ppt,doc,excel,pdf,web,app,all"><!--optional, xs:string, local material type--></staticMaterialType>
  <dynamicMaterialType opt= "web,socket,rss,realStream,generalData, picUrl,all"><!--optional, xs:string, dynamic material type--></dynamicMaterialType>
  <realStreamType opt="streamMedia,normalIPC,all"><!--optional, xs:string, real-time stream--></realStreamType>
  <shareProperty opt="public,private,all"><!--optional, xs:string, shared property--></shareProperty>
  <isSupportUploader><!--optional, xs:boolean, whether it supports searching by uploader--></isSupportUploader>
  <isSupportMaterialName><!--optional, xs:boolean, whether it supports searching by material name--></isSupportMaterialName>
  <isSupportMaterialNameLike><!--optional, xs:boolean, whether it supports fuzzy search by material name--></isSupportMaterialNameLike>
  <isSupportMaterialRemarksLike><!--optional, xs:boolean, whether it supports fuzzy search by material description-->< /isSupportMaterialRemarksLike>
  <isSupportOrgName><!--optional, xs:boolean, whether it supports searching by material organization--></isSupportOrgName>
  <isSupportSubOrg><!--optional, xs:boolean, whether it supports searching by its lower-level organization--></isSupportSubOrg>
  <isSupportSort><!--optional, xs:boolean, whether it supports sort--></isSupportSort>
  <isSupportKeyword><!--optional, xs:boolean, whether it supports searching by keyword--></isSupportKeyword>
  <generalDataType><!--optional, xs:string, general data type: pop-up image, call, all; this field is valid only when the dynamic material is general data--></generalDataType>
  <streamDataType><!--optional, xs:string, stream data type: capture, live view, all; this field is valid only when the real-time stream is normal network camera-></streamDataType>
</MaterialSearchProfile>