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>
| name | data type | description |
|---|---|---|
| name | string | |
| _type | string | |
| comment | string | |
| start_time | string | |
| end_time | string |
Example
{
"name" : "...",
"_type" : "...",
"comment" : "...",
"start_time" : "...",
"end_time" : "..."
}