x_segment Data Type

Segment belong to the segmentation

Java class for x_segment complex type.

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

 <complexType name="x_segment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="segment_parameters" type="{uri:lens:cube:0.1}x_properties" minOccurs="0"/>
       </sequence>
       <attribute name="cube_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
cube_name string attribute 1/1  
segment_parameters x_properties element ns2 0/1  

Example

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