Java class for x_chain_column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_chain_column">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="chain_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ref_col" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dest_table" 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 |
|---|---|---|---|---|---|
| chain_name | string | attribute | 1/1 | ||
| dest_table | string | attribute | 0/1 | ||
| ref_col | string | attribute | 1/1 |
Example
<x----- chain_name="..." dest_table="..." ref_col="..." xmlns="uri:lens:cube:0.1"/>