x_session_type Data Type

Java class for x_session_type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_session_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="db" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="conf" type="{uri:lens:job:0.1}map_type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resource_path" type="{uri:lens:job:0.1}resource_path" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
uri:lens:job:0.1
Schema
ns1.xsd
Properties
name data type type namespace min/max occurs constraints description
conf map_type element ns1 0/unbounded    
db string element ns1 1/1 required  
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----->