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>
| name | data type | description |
|---|---|---|
| cube_name | string | |
| segment_parameters | XProperties |
Example
{
"cube_name" : "...",
"segment_parameters" : {
"property" : [ [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ], [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ] ]
}
}