x_join_edge Data Type

Represents an edge associated with join path.

Java class for x_join_edge complex type.

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

 <complexType name="x_join_edge">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="from" type="{uri:lens:cube:0.1}x_table_reference"/>
         <element name="to" type="{uri:lens:cube:0.1}x_table_reference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs constraints description
from x_table_reference element ns2 1/1 required  
to x_table_reference element ns2 1/1 required  

Example

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