Map of the list of values to location.
Java class for x_skewed_value_location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_skewed_value_location">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{uri:lens:cube:0.1}x_skew_col_list"/>
</sequence>
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| name | data type | description |
|---|---|---|
| location | string | |
| value | XSkewColList |
Example
{
"location" : "...",
"value" : {
"elements" : [ [ "...", "..." ], [ "...", "..." ] ]
}
}