Column in table.
Java class for x_column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_column">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="_type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="end_time" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
uri:lens:cube:0.1| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| _type | string | attribute | 1/1 | ||
| comment | string | attribute | 0/1 | ||
| end_time | string | attribute | 0/1 | ||
| name | string | attribute | 1/1 | ||
| start_time | string | attribute | 0/1 |
Example
<x----- _type="..." comment="..." end_time="..." name="..." start_time="..." xmlns="uri:lens:cube:0.1"/>