x_join_edges Data Type

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
edge x_join_edge element ns2 1/unbounded  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <edge>
    <from column="..." maps_to_many="..." table="..."/>
    <to column="..." maps_to_many="..." table="..."/>
  </edge>
</x----->