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

x_join_chain Data Type

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
dest_table string attribute 0/1  
paths x_join_paths element ns2 1/1  
Properties inherited from x_field
description string attribute 0/1  
display_string string attribute 0/1  
name string attribute 1/1  
tags x_properties element ns2 0/1  

Example

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