x_session_type Data Type

Namespace
uri:lens:job:0.1
Schema
ns1.xsd
Properties
name data type type namespace min/max occurs description
conf map_type element ns1 0/unbounded  
db string element ns1 1/1  
resource_path resource_path element ns1 0/unbounded  

Example

<x----- xmlns="uri:lens:job:0.1">
  <db>...</db>
  <conf>
    <key>...</key>
    <value>...</value>
  </conf>
  <resource_path>
    <path>...</path>
    <type>...</type>
  </resource_path>
</x----->