x_join_paths 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>
 

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

Example

<x----- xmlns="uri:lens:cube:0.1">
  <path>
    <edges>
      <edge/>
    </edges>
  </path>
</x----->