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

x_segments Data Type

Segments in segmentation. There can be two or more such segments.

Java class for x_segments complex type.

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

 <complexType name="x_segments">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="segment" type="{uri:lens:cube:0.1}x_segment" 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
segment x_segment element ns2 1/unbounded required  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <segment cube_name="...">
    <segment_parameters>
      <property/>
    </segment_parameters>
  </segment>
</x----->