An expression column
Java class for x_expr_column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_expr_column">
<complexContent>
<extension base="{uri:lens:cube:0.1}x_field">
<sequence>
<element name="expr_spec" type="{uri:lens:cube:0.1}x_expr_spec" maxOccurs="unbounded"/>
</sequence>
<attribute name="_type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
uri:lens:cube:0.1| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| _type | string | attribute | 1/1 | |||
| expr_spec | x_expr_spec | element | ns2 | 1/unbounded | required | |
Properties inherited from x_field |
||||||
| description | string | attribute | 0/1 | |||
| display_string | string | attribute | 0/1 | |||
| name | string | attribute | 1/1 | |||
| tags | x_properties | element | ns2 | 0/1 | ||
Example
<x----- _type="..." description="..." display_string="..." name="..." xmlns="uri:lens:cube:0.1">
<expr_spec end_time="..." expr="..." start_time="..."/>
<tags>
<property/>
</tags>
</x----->