This project has retired. For details please refer to its Attic page.
Lens Server: x_join_chains

x_join_chains Data Type

Set of join chains.

Java class for x_join_chains complex type.

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

 <complexType name="x_join_chains">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="join_chain" type="{uri:lens:cube:0.1}x_join_chain" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
join_chain x_join_chain element ns2 0/unbounded  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <join_chain description="..." dest_table="..." display_string="..." name="...">
    <paths>
      <path/>
    </paths>
    <tags/>
  </join_chain>
</x----->