XJoinPaths Data Type

Set of join paths.

Java class for x_join_paths complex type.

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

 <complexType name="x_join_paths">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path" type="{uri:lens:cube:0.1}x_join_path" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Properties
name data type description
path array of array of XJoinPath

Example

{
  "path" : [ [ {
    "edges" : {
      "edge" : [ [ { }, { } ], [ { }, { } ] ]
    }
  }, {
    "edges" : {
      "edge" : [ [ { }, { } ], [ { }, { } ] ]
    }
  } ], [ {
    "edges" : {
      "edge" : [ [ { }, { } ], [ { }, { } ] ]
    }
  }, {
    "edges" : {
      "edge" : [ [ { }, { } ], [ { }, { } ] ]
    }
  } ] ]
}