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>
| name | data type | description |
|---|---|---|
| segment | array of array of XSegment |
Example
{
"segment" : [ [ {
"cube_name" : "...",
"segment_parameters" : {
"property" : [ [ { }, { } ], [ { }, { } ] ]
}
}, {
"cube_name" : "...",
"segment_parameters" : {
"property" : [ [ { }, { } ], [ { }, { } ] ]
}
} ], [ {
"cube_name" : "...",
"segment_parameters" : {
"property" : [ [ { }, { } ], [ { }, { } ] ]
}
}, {
"cube_name" : "...",
"segment_parameters" : {
"property" : [ [ { }, { } ], [ { }, { } ] ]
}
} ] ]
}