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