Time partition column name and its value as date-time.
Java class for x_time_part_spec_element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_time_part_spec_element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
uri:lens:cube:0.1| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| key | string | attribute | 1/1 | ||
| value | dateTime | attribute | 1/1 |
Example
<x----- key="..." value="..." xmlns="uri:lens:cube:0.1"/>