processLists Data Type

User: David Date: 11/20/13 Time: 9:40 PM

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs wrapped by description
process processInfo element 0/unbounded allowed_processes  
process processInfo element 0/unbounded blocked_processes  
Properties inherited from baseRestObject
href string element 0/1    
link link element 0/unbounded links  

Example

<desktop_process_lists>
  <allowed_processes>
    <process>
      <description>...</description>
      <name>...</name>
    </process>
  </allowed_processes>
  <blocked_processes>
    <process>
      <description>...</description>
      <name>...</name>
    </process>
  </blocked_processes>
  <links>
    <link>
      <rel>...</rel>
      <href>...</href>
    </link>
  </links>
  <href>...</href>
</desktop_process_lists>